Skip to main content

getAllLangCode

GET 

/api/suppliers/getAllLangCode

Retrieves a list of all supported language codes.

Request

Header Parameters

    Content-Type stringrequired

    Specifies the media type of the request body.

    Example: application/json
    Authorization stringrequired

    Authentication token following the Bearer scheme. Required for authorization.

    Example: Bearer 99153XXX66580

Responses

Successful response

Schema

    status integer

    lang_Codes

    object[]

  • Array [

  • lang_id integer
    languageName string
    countryCode string
    lang_code string
  • ]

Loading...