Skip to main content

getAllAnswers

GET 

/api/suppliers/getAllAnswers

Retrieves a list of all supported qualifications options.

Request

Query Parameters

    lang_id integerrequired

    Language identifier to filter answer options by a specific language. This parameter is required.

Responses

Successful response

Schema

    status integer

    Answers

    object[]

  • Array [

  • oid integer
    demographicId string
    queryId string
    optionText string
    lang_code string
  • ]

Loading...