Skip to main content

resources/segments/view/workers

This method permits to obtain the list of people who have done at least one edit in a segment.

You input a scope and the method returns the list of workers.

Also see resources/team to obtain an extended list of people involved with a specific document and language. This method further adds project managers, non-editing workers, etc.

URL

(GET) /resources/segments/view/workers

PARAMETERS

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

scope

The scope object.

Mandatory
queryAn optional filter on the segments. See Query (Object)Optional

 

RESULTS

A JSON with these properties:

workers

An array of all workers.

If a worker edited multiple languages it will appear once per each language.

object[]

 

Each worker has these properties:

locale

The language edited by the worker

uidPerson ID. Null if current user is not authorized to see this.
unamePerson name. Null if current user is not authorized to see this.
cidCompany ID. Null if current user is not authorized to see this.
cnameCompany name. Null if current user is not authorized to see this.
countTotal of segments edited in that language.

 

 

 

JavaScript errors detected

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

If this problem persists, please contact our support.