Skip to main content

resources/team/document

Gets list of all people who are involved with work on a document.

This includes people who have a job, who are project manager, who have edited texts and so on.

URL

(POST) /resources/team/document

PARAMETERS

The parameters are a JSON object included in the request body:

scope

The scope object. Note that if you use a document set or global search scope, you will receive an "available" = false result. In fact these scopes do not support files.

Mandatory
didThe document id. This must be a document within the scope.Mandatory
locales

An optional list of locales. If null then members for all authroized locales are returned.

Example:

To notify a comment, set the comment's language. You may also envision to include the source language in addition.

Optional


RESULTS

The result is a JSON object:

members

An array of members, See member object below.

See Team Member (Object) for properties.

array<object>

 

Note: The mechanism for obtaining team members depend on the scope. For project and job scopes, the system looks for jobs and the project manager. For document set, resource and global search scopes members include only the people who have done text edits.

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.