mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
39 lines
864 B
JSON
39 lines
864 B
JSON
{
|
|
"page": 1,
|
|
"limit": 10,
|
|
"pages": 1,
|
|
"total": 2,
|
|
"_links": {
|
|
"self": {
|
|
"href": "\/api\/countries\/?page=1&limit=10"
|
|
},
|
|
"first": {
|
|
"href": "\/api\/countries\/?page=1&limit=10"
|
|
},
|
|
"last": {
|
|
"href": "\/api\/countries\/?page=1&limit=10"
|
|
}
|
|
},
|
|
"_embedded": {
|
|
"items": [
|
|
{
|
|
"id": @integer@,
|
|
"code": "NL",
|
|
"_links": {
|
|
"self": {
|
|
"href": @string@
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": @integer@,
|
|
"code": "BE",
|
|
"_links": {
|
|
"self": {
|
|
"href": @string@
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|