Comment

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getComment

post

Retrieve a comment.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CommentCommentTypeintegerOptional
CommentCommentintegerOptional
Responses
200

Successful operation.

application/json
post
/getComment
200

Successful operation.

getCommentSelectFields

post

Retrieve select fields for a specific comment.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CommentCommentTypeintegerOptional
CommentCommentintegerOptional
Responses
200

Successful operation.

application/json
post
/getCommentSelectFields
200

Successful operation.

getCommentPagedList

post

Retrieve comments in a paged list.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getCommentPagedList
200

Successful operation.

getCommentListSelectFields

post

Retrieve a list of select fields for comments.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getCommentListSelectFields
200

Successful operation.

searchCommentSelectFields

post

Field for selecting various options related to searchcommentselectfields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/searchCommentSelectFields
200

Successful operation.

getCommentPagedListSelectFields

post

Retrieve a paged list of select fields for comments.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getCommentPagedListSelectFields
200

Successful operation.

searchCommentPagedSelectFields

post

Field for selecting various options related to searchcommentpagedselectfields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchCommentPagedSelectFields
200

Successful operation.

updateCommentByID

post

Update Comment by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CommentCommentTypeintegerOptional
CommentCommentintegerOptional
Responses
200

Successful operation.

application/json
post
/updateCommentByID
200

Successful operation.

Last updated

Was this helpful?