A list of tags objects associated with a conversationtypestringThe type of the object Value"tag.list" Example: "tag.list"tagsArray of objects(Tag)A list of tags objects associated with the conversation.+Show 5 array properties{ "type": "tag.list", "tags": [ { … } ] }
This will return a list of team objects for the App.typestringThe type of the object Value"team.list" Example: "team.list"teamsArray of objects(Team)A list of team objects+Show 5 array properties{ "type": "team.list", "teams": [ { … } ] }
Admin priority levels for teamsprimary_team_idsArray of integers or nullThe primary team ids for the team Example: [814865]secondary_team_idsArray of integers or nullThe secondary team ids for the team Example: [493881]{ "primary_team_ids": [ 814865 ], "secondary_team_ids": [ 493881 ] }