Get headers for a collection of comment category summaries

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

Retrieves headers for a collection of comment category summaries by object type and ID.

Request Samples

Path Parameters

NameTypeRequiredDescription
objectTypeName
string
true

The name of the object type to which the object belongs.

objectId
string
true

The ID of the object from which to get the comments.

Responses

StatusMeaningDescription
200OK

The request succeeded.

400Bad Request

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.