Skip to main content

getAllQualifications

GET 

/api/suppliers/getAllQulifications

Retrieves a list of all supported qualifications.

Request

Query Parameters

    lang_id integer

    Language identifier to filter qualifications by a specific language.

    Example: 4

Header Parameters

    Content-Type stringrequired

    Specifies the media type of the resource. Required to be "application/json".

    Example: application/json
    Authorization stringrequired

    Bearer token for authorization to access the endpoint.

    Example: Bearer 99153XXX66580

Responses

Successful response

Schema

    status integer

    Qualifications

    object[]

  • Array [

  • qid integer
    queryId string
    demographicId string
    question string
    lang_code string
  • ]

Loading...