action autotask_resource_service_desk_roles_query_item { label: "ResourceServiceDeskRoles_QueryItem" provider: autotask method: GET path: "/V1.0/ResourceServiceDeskRoles/{id}" encoding: json input: { type: "object" properties: { ApiIntegrationCode: { type: "string" } ImpersonationResourceId: { type: "string" } Secret: { type: "string" } UserName: { type: "string" } id: { type: "string" } } required: ["ApiIntegrationCode", "Secret", "UserName", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }