Get headers for a collection of comment category summaries that are associated with an object

head/documents/{objectTypeName}/{objectId}/comments/categories
Internal-Use Only

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

Request Samples

1

Response Samples

1No example avaliable

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.

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestThe objectTypeName or ID was null or empty.
404Not FoundThe object was not found or the user did not have permission to view it.