Use this method to retrieve service details. Service details are records such as "Translation English into French, $0.6 per word".
URL
(GET) companies/{companyid}/pricelists/services
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
companid |
SET TO THE MASTER COMPANY ID |
Optional |
|
pricelistid |
To show services of a specific price list. If not set, services of all price lists are returned. |
Optional |
|
pricelistcode |
To show services of a specific price list. If not set, services of all price lists are returned. To filter the default price list use "pricelistcode="). |
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 ApiPriceListItem items.