cURL
Orders
List orders
List all orders for the given project.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
specify the branch to use
Filter the result to orders that include the given translation. When supplied with a translation code that does not exist, an empty list is returned.
Response
OK
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}Name of the tag whose keys are included in the order.
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"title": "My Style Guide"
}