Skip to main content

Get a list of supported classifications

GET 

/classifications

List all supported classifications

Request

Query Parameters

    page number

    Pagination page to start on

    pageSize number

    Pagination page size to use

Responses

Classifications response

Schema

    page numberrequired
    totalItemCount numberrequired
    totalPageCount numberrequired
    previousPage string
    nextPage string

    items

    object[]

    required

  • Array [

  • type stringrequired

    Type of classification as used in the /classifications endpoint

    description stringrequired

    A short description in English for the classification type

  • ]

Loading...