Get headers for a collection of comments

head/documents/{objectTypeName}/{objectId}/comments

Retrieves headers for a collection of comments by object type and ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
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.

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
400Bad Request

The request was invalid. The objectTypeName or ID was null or empty.

404Not Found

The object was not found or the user did not have permission to view it.