GET /v6/catalog

GET /v6/catalog

Query parameters

  • id integer(int32) Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • errorMessage string | null
    • catalogPage array[object] | null
      Hide catalogPage attributes Show catalogPage attributes object
      • item1 string | null
      • item2 integer(int32)
    • notesCount integer(int32) | null
    • pageNumber integer(int32) | null
    Hide response attributes Show response attributes object
    • errorMessage string | null
    • catalogPage array[object] | null
      Hide catalogPage attributes Show catalogPage attributes object
      • item1 string | null
      • item2 integer(int32)
    • notesCount integer(int32) | null
    • pageNumber integer(int32) | null
    Hide response attributes Show response attributes object
    • errorMessage string | null
    • catalogPage array[object] | null
      Hide catalogPage attributes Show catalogPage attributes object
      • item1 string | null
      • item2 integer(int32)
    • notesCount integer(int32) | null
    • pageNumber integer(int32) | null
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
}