Use this method to enumerate or find resources. It returns the properties of resources.
NOTE: This method does not include details on translation domains and indexes. In order to see the complete set of resource properties you should call method "resources/{resourceid}".
URL
(GET) resources
PARAMETERS
|
Token |
The token obtained on connection |
Required |
|
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 |
|
sourcelocales |
A comma separated list of source languages. If set, the method returns the resources that have ALL these source languages. Example: "sourcelocales=en" or "sourcelocales=en, fr, de" |
Optional |
|
targetlocales |
A comma separated list of target languages. If set, the method returns the resources that have ALL these target languages. Example: "targetlocales=en, fr, de" |
Optional |
|
Name |
The resource name |
Optional |
|
Types |
A comma separated list of resource types to filter. The type of resource is any of these values: 1 = Project memory 2 = Translation memory 3 = Terminology database Example: "types=1" shows project memories only. "types=1,2" shows project and translation memories. |
Optional |
|
Filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiResource items.