GET
/v6/catalog
curl \
--request GET 'http://api.example.com/v6/catalog?id=42'
Response examples (200)
{
"errorMessage": "string",
"catalogPage": [
{
"item1": "string",
"item2": 42
}
],
"notesCount": 42,
"pageNumber": 42
}
Response examples (200)
{
"errorMessage": "string",
"catalogPage": [
{
"item1": "string",
"item2": 42
}
],
"notesCount": 42,
"pageNumber": 42
}