- Subcategories:
- Large Object (LOB) Attributes - Content
Comments REST Endpoints
Comments
The comments resource provides information about user comments associated with an object.
- Create an associated comment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedComments - Delete an associated comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedComments/{CommentId} - Get all associated comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedComments - Get an associated comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedComments/{CommentId} - Update an associated comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedComments/{CommentId}