Skip to main content

Get Option by Cluster lookup key and Option Id

GET 

/clusters/:lookupKey/:lookupValue/options/:optionId

Use this endpoint to get details of single cluster option by cluster lookup key and option id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    optionId stringrequired

    The value of option id

Query Parameters

    expands string

Body

    any

Responses

Get Option by Cluster lookup key and Option Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    defaultProduct string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • id number
    isRequired boolean

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • sources

    object[]

  • Array [

  • language string
    source string
    sourceId string
  • ]

  • messages undefined[]
    total number
Loading...