Support Messages
List support messages for document
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Path parameters
project_idstringRequired
Project ID
document_idstringRequired
Document ID
Responses
200
Lists support Messages
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/projects/{project_id}/documents/{document_id}/support_messagesCode samples
Create a support message
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Path parameters
project_idstringRequired
Project ID
document_idstringRequired
Document ID
Body
revision_requestbooleanOptional
Only used when document status in 'in_review'. If 'true' (default), this support message is considered a revision request and the document is transitioned back to the 'incomplete' status so that the author can continue working on it.
Responses
200
Lists support Messages
application/json
contentstringRequired
messagestringRequired
author_idstringRequired
written_by_youbooleanRequired
written_by_authorbooleanRequired
author_refstringRequired
401
Unauthorized
application/json
403
Forbidden
application/json
post
/v1/clients/projects/{project_id}/documents/{document_id}/support_messagesCode samples
Last updated
Was this helpful?