5.4. Потоки с нумерацией страниц

Приведенный ниже пример иллюстрирует, как ППД может возвращать многостраничный ответ.

GET /accounts/34566/transactions НТТР/1.1

Authorization: Bearer Az567AOJtyue

x-fapi-auth-date: Mon, 2 Sep 2019 12:33:12 GMT +03:00

x-fapi-customer-ip-address: 10.5.412.45

x-fapi-interaction-id: 11bac543-d5de-3446-b687-880a5018434d

Accept: application/json

HTTP/1.1 200 OK

x-fapi-interaction-id: 11bac543-d5de-3446-b687-880a5018434d

Content-Type: application/json

{

"Data": {

...

},

"Links":

{

"self":

"https://bank.ru/open-banking/v1.0/devices",

"last":

"https://bank.ru/open-banking/v1.0/devices?pg=6",

"first":

"https://bank.ru/open-banking/v1.0/devices",

"next":

"https://bank.ru/open-banking/v1.0/devices?pg=2"

},

"Meta": {

"TotalPages": 6,

}

}