Get a collection of comment category summaries that are associated with an object
get/documents/{objectTypeName}/{objectId}/comments/categories
Gets a collection of comment category summaries by object type and ID.
1[2 {3 "category": "ExampleCategory",4 "count": 25 },6 {7 "category": "ExampleCategory2",8 "count": 19 }10]
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | The objectTypeName or ID was null or empty. | Schema | |
404 | Not Found | The object was not found or the user did not have permission to view it. | Schema |