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 4 array properties{ "type": "team.list", "teams": [ { … } ] }
A translation object contains the localised details of a subscription type.namestringThe localised name of the subscription type. Example: "Announcements"descriptionstringThe localised description of the subscription type. Example: "Offers, product and feature announcements"localestringThe two character identifier for the language of the translation object. Example: "en"{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }