Inhouse staff may provide services, such as for translation or revision. This API method permits to enumerate all these services per person or master company wide.
URL
(GET) master/persons/{personid}/services
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
personid |
The id of the inhouse staff to list services for |
Optional |
|
sourcelocale |
Filter services by source language |
Optional |
|
targetlocale |
Filter services by target language |
Optional |
|
task |
Filter services by task code, such as TR for translation or RV for revision. |
Optional |
|
filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiPerson
The method below permits finding services, not by a specific person, but across all inhouse staff.
URL
(GET) master/persons/services
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
from |
First item to show starting at index 0 (default). |
Optional |
|
count |
Number of items to return, the maximum is 100. If not specified 100 items are returned. |
Optional |
|
personid |
The id of the inhouse staff to list services for |
Optional |
|
lastname |
The last name of the person to get services for |
Optional |
|
personcode |
The code of the person to get services for |
Optional |
|
sourcelocale |
Filter services by source language |
Optional |
|
targetlocale |
Filter services by target language |
Optional |
|
task |
Filter services by task code, such as TR for translation or RV for revision. |
Optional |
|
filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiPerson