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

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.

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.