Wiki source code of API REST Resources
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Available Locales = | ||
2 | |||
3 | Several endpoints allow the use of a ?locale=xx_yy query parameter in the request url. The available locales are as follows (note that they are not ISO compliant): | ||
4 | |||
5 | == European Platform (EU): == | ||
6 | |||
7 | * de_DE | ||
8 | * fr_FR | ||
9 | * en_GB | ||
10 | * nl_NL | ||
11 | * it_IT | ||
12 | * no_NO | ||
13 | * se_SE | ||
14 | * es_ES | ||
15 | * en_EU | ||
16 | * en_IE | ||
17 | * dk_DK | ||
18 | * pl_PL | ||
19 | * fi_FI | ||
20 | * de_AT | ||
21 | * de_CH | ||
22 | * fr_CH | ||
23 | * it_CH | ||
24 | * fr_BE | ||
25 | * nl_BE | ||
26 | |||
27 | == North American Platform (NA): == | ||
28 | |||
29 | * us_US | ||
30 | * us_CA | ||
31 | * fr_CA | ||
32 | * us_AU | ||
33 | |||
34 | = Paging = | ||
35 | |||
36 | Some resources act as list for the given entities. One can page through the pages of a list by providing a offset or for some resources a page paramter. | ||
37 | |||
38 | = Table of Contents = | ||
39 | |||
40 | |||
41 | |||
42 | {{children/}} |