Component Details
appmixer.front.team.GetTeam
1.0.0
Public
{ "name": "appmixer.front.team.GetTeam", "author": "Appmixer <info@appmixer.com>", "description": "Fetch a team (workspace) by its ID.", "version": "1.0.0", "auth": { "service": "appmixer:front" }, "quota": { "manager": "appmixer:front", "resources": "requests" }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "teamId": { "type": "string" } }, "required": [ "teamId" ] }, "inspector": { "inputs": { "teamId": { "type": "text", "label": "Team ID", "index": 0, "tooltip": "The ID of the team (workspace) to fetch", "source": { "url": "/component/appmixer/front/team/ListTeams?outPort=out", "data": { "message": { "in/outputType": "array" }, "properties": { "isSource": true }, "transform": "./ListTeams#toSelectArray" } } } } } } ], "outPorts": [ { "name": "out", "options": [ { "label": "Team ID", "value": "id" }, { "label": "Name", "value": "name" }, { "label": "Is Private", "value": "is_private" }, { "label": "Is Public", "value": "is_public" }, { "label": "Custom Fields", "value": "custom_fields", "schema": { "type": "object" } }, { "label": "Links", "value": "_links", "schema": { "type": "object", "properties": { "self": { "type": "string", "title": "Links.Self", "example": "https://api.example.com/resource/123" }, "related": { "type": "object", "title": "Links.Related", "properties": { "channels": { "type": "string", "title": "Links.Related.Channels", "example": "https://api2.frontapp.com/teams/tim_123/channels" }, "conversations": { "type": "string", "title": "Links.Related.Conversations", "example": "https://api2.frontapp.com/teammates/tea_123/conversations" }, "teammates": { "type": "string", "title": "Links.Related.Teammates", "example": "https://api2.frontapp.com/teams/tim_123/teammates" }, "owner": { "type": "string", "title": "Links.Related.Owner", "example": "owner@example.com" } } } } } } ] } ], "icon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAITgAACE4AUWWMWAAAAHhSURBVFhH7ZSxa9RgHIbf94sWtVfaQxB1celQx8KBuDjc5qIO3hlPxFHQofgXHDg6FccD63TlTP0HRKGTOAgOFRcpggilitrLtbbDXfI6yEn4NU01V3TJA9/yfL/kewhJgIKC/wytaDe6ZRdx3fpRofDJDyanrXdW4FfV2EEvEYftOdgr4F9SBBQBqZ+hF/G79UMENUX31vr9cLHb9oPSM+v/OgByVT+YWLY6LwcSsOiH51ysuwAviDhF6SvIl5BafjD1IjlrGekdCGryOvXuvJNegbwJ4gyBMZCnAdRAPu/Uw/byLR2x1w4ZKSByvYcg5wDuepK/IRqfd8KOoNSZ3AGLVzeqBO5Ynwp5Oaj1bliNUQKc581Zl0XscM865A1oNuUEVa3PRrPtRrdsba6A6dVvJQIl67MgSBe5k9bnCjg7fnwH0MD6/XCR19vlrPgTKi32Bb6xPhNp7drTY2tW5woAAMV6bF0WIhcAyvrcAZvl1UcCXlufhoQPR8cnHliPUQJutyp9L/YuQVixe0kkfQRx8cqC27R7SAuIOYggrOy1ojj6MZytL5XWw+2t8xDuA/iSvI+AUNB8fAiz159Mvk/uJUn9PeYhqMmjtzUTxTgx0GBjpjz1rtJi384VFFh+AjyJrpgJ+/G2AAAAAElFTkSuQmCC" }