The ObjectRecordTagsCollection domain object is used to transport collections of Object Record Tags in and out of the API. The ObjectRecordTagsCollection domain object is represented as a flat structure with a collection of Object Record Tags. Here is a list of the fields on the ObjectRecordTagsCollection domain object:
Name | Data Type | Value | Required | Description | |
---|---|---|---|---|---|
objectRecordId | Integer | 64-bit signed two’s complement | YES | Unique identifier for the Object Record on which the ObjectRecordTags were saved | |
allowTagging | Boolean | true/false | NO | A flag to indicate whether this tagging by non-logged in users is allowed for the given Object Record | |
objectRecordTags | Array of ObjectRecordTags domain objects | – | YES | A collection of ObjectRecordTags domain objects |