Get lookup values

Returns information about the Lookup-type attribute(s) found on the current step of the journey.

Syntax

Copy
GET <host_address>/ftosapi/digital-journeys/<digital_journey_name>/load-metadata/lookup-values/{attributeName}/{externalId}
 
Parameter Description
host_address The URL of the FintechOS platform server.
digital_journey_name The name of the digital journey.
attributeName The name of the lookup attribute.
externalId The unique identifier of the digital journey.

Response

Copy
{
  "lookupValues": [
    {
      "displayName": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  ]
}

Examples