mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
32 lines
537 B
JSON
32 lines
537 B
JSON
{
|
|
"page": 1,
|
|
"limit": 10,
|
|
"pages": 1,
|
|
"total": 1,
|
|
"_links": {
|
|
"self": {
|
|
"href": "\/api\/zones\/?page=1&limit=10"
|
|
},
|
|
"first": {
|
|
"href": "\/api\/zones\/?page=1&limit=10"
|
|
},
|
|
"last": {
|
|
"href": "\/api\/zones\/?page=1&limit=10"
|
|
}
|
|
},
|
|
"_embedded": {
|
|
"items": [
|
|
{
|
|
"id": @integer@,
|
|
"code": "EU",
|
|
"name": "European Union",
|
|
"type": "zone",
|
|
"_links": {
|
|
"self": {
|
|
"href": @string@
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|