Support Messages

List support messages for document

OAuth: This endpoint requires one of the following scopes: discussion:manage, discussion:read or discussion:write.

List Support Messages

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Allow read & write access to My Authors
  • : Allow read access to My Authors
  • : Allow write access to My Authors
Path parameters
project_idstringRequired

Project ID

document_idstringRequired

Document ID

Responses
200

Lists support Messages

application/json
get
/v1/clients/projects/{project_id}/documents/{document_id}/support_messages

Code samples

Create a support message

Creates a support message for given a document in_review, or creates a reply to an existing message from the author when the document is in_progress.

OAuth: This endpoint requires one of the following scopes: discussion:manage or discussion:write.

Create a Support Message

post
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Allow read & write access to My Authors
  • : Allow read access to My Authors
  • : Allow write access to My Authors
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
post
/v1/clients/projects/{project_id}/documents/{document_id}/support_messages

Code samples

Last updated

Was this helpful?