Component Details
appmixer.vapi.core.GetSquad
1.0.0
Public
{ "name": "appmixer.vapi.core.GetSquad", "author": "Appmixer <info@appmixer.com>", "description": "Retrieve a specific squad by ID.", "version": "1.0.0", "auth": { "service": "appmixer:vapi" }, "quota": { "manager": "appmixer:vapi", "resources": "vapi.api", "scope": { "userId": "{{userId}}" } }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "squadId": { "type": "string" } }, "required": [ "squadId" ] }, "inspector": { "inputs": { "squadId": { "type": "text", "index": 1, "label": "Squad ID", "tooltip": "The unique identifier of the squad" } } } } ], "outPorts": [ { "name": "out", "options": [ { "label": "Squad ID", "value": "id", "schema": { "type": "string", "example": "abc123def456" } }, { "label": "Organization ID", "value": "orgId", "schema": { "type": "string", "example": "abc123def456" } }, { "label": "Squad Name", "value": "name", "schema": { "type": "string", "example": "My Resource" } }, { "label": "Created At", "value": "createdAt", "schema": { "type": "string", "example": "2024-01-15T10:30:00Z" } }, { "label": "Updated At", "value": "updatedAt", "schema": { "type": "string", "example": "2024-01-16T14:20:00Z" } }, { "label": "Members", "value": "members", "schema": { "type": "array", "example": [] } } ] } ], "icon": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjxwYXRoIGQ9Ik0xMiA2Yy0zLjMxIDAtNiAyLjY5LTYgNnMyLjY5IDYgNiA2IDYtMi42OSA2LTYtMi42OS02LTYtNnptMCA4Yy0xLjEgMC0yLS45LTItMnMuOS0yIDItMiAyIC45IDIgMi0uOSAyLTIgMnoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K" }