Interest Tag Assignments (GET)
- Resource for GET
-
/connect/interest-tags/assignments/tag/${tagId}
- Example for GET
-
https://yourInstance.salesforce.com/services/data/vXX.X/connect /interest-tags/assignments/tag/0qOxx0000004C94EAE
- Available version
- 54.0
- Requires Chatter
- No
- HTTP methods
- GET
- Query parameters for GET
-
Parameter Name Type Description Required or Optional Available Version limit Integer The maximum number of assignments to return in the response. Optional 54.0 offset Integer The offset for the next set of results. The offset parameter specifies the end of the last batch retrieved. For example, to retrieve 15 assignments at a time: - Request the first 15 with an offset of 0.
- Request the second 15 with an offset of 15.
Optional 54.0 orderBy String Order the results to display by the assignment name. Optional 54.0 sort String Sort the results in ascending or descending order. Optional 54.0 - Response body for GET
- Tag Record Assignment Collection