action alertersystem_api_team_member_role_code_get_collection { label: "Retrieves the collection of TeamMemberRoleCode resources." description: "Retrieves the collection of TeamMemberRoleCode resources." provider: alertersystem method: GET path: "/api/team-member-role-code" encoding: json input: { type: "object" properties: { page: { type: "integer" } "properties[]": { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "The TeamMemberRoleCode resource is a set of codes that describes the different roles that can be assigned to team members of partitions." properties: { codeDescription: { type: "string" } id: { type: "string" } } } } }