Returns word counts per document and target language.
URL
(GET) projects/{projectid}/wordcounts/{targetlocale}
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project id |
Required |
|
targetlocale |
Sets the target language for which to get word counts |
Required |
|
docid |
If set, returns word counts for this specific document only. Identifies document by its document id. |
Optional |
|
name |
If set, returns word counts for this specific document only. Identifies document by its path/name. |
Optional |
|
reference |
If set, returns counts for all documents with this reference. References are not necessarily unique. |
Optional |
|
filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
|
from |
The first record to show starting with index 0. Default is 0 |
Optional |
|
count |
The number of records to show, up to 100 at a time. Default is 100. |
Optional |
RESULTS
Returns a list of ApiWordCountRow items. Each item refers to a single document in the specified target language.