mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
40 lines
787 B
JSON
40 lines
787 B
JSON
{
|
|
"page": 1,
|
|
"limit": 10,
|
|
"pages": 1,
|
|
"total": 3,
|
|
"_links": {
|
|
"self": {
|
|
"href": "\/api\/v1\/locales\/?page=1&limit=10"
|
|
},
|
|
"first": {
|
|
"href": "\/api\/v1\/locales\/?page=1&limit=10"
|
|
},
|
|
"last": {
|
|
"href": "\/api\/v1\/locales\/?page=1&limit=10"
|
|
}
|
|
},
|
|
"_embedded": {
|
|
"items": [
|
|
{
|
|
"id": @integer@,
|
|
"code": "en_US"
|
|
},
|
|
{
|
|
|
|
"id": @integer@,
|
|
"code": "nl_NL"
|
|
},
|
|
{
|
|
|
|
"id": @integer@,
|
|
"code": "fr_FR"
|
|
},
|
|
{
|
|
|
|
"id": @integer@,
|
|
"code": "de_CH"
|
|
}
|
|
]
|
|
}
|
|
}
|