action gsmtasks_account_roles_retrieve { label: "account_roles_retrieve" provider: gsmtasks method: GET path: "/account_roles/{id}/" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml"] } id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }