Get headers for a collection of comments associated with an object
head/documents/{objectTypeName}/{objectId}/comments
Gets headers for a collection of comments by object type and ID.
Name | Type | Required | Description |
---|---|---|---|
objectId | string | true | The ID of the object from which to get the comments. |
objectTypeName | string | true | The name of the object type to which the object belongs. |
Name | Type | Required | Description |
---|---|---|---|
filter | string | false | The filter criteria for the request. |
limit | integer | false | The maximum number of comments to return in this page of results. The actual number of returned comments is fewer if the collection is exhausted. Default: 10 |
sortBy | string | false | The sort criteria for the request. |
start | integer | false | The starting index of the first comment on the object. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. The objectTypeName or ID was null or empty. | ||
404 | Not Found | The object was not found or the user did not have permission to view it. |