Enterprise Public API (1.0)

Download OpenAPI specification:

The Enterprise Public API.

ReferenceData

Get Choice List

Returns the choices (code and label pairs) for the named choice list.

path Parameters
listName
required
string

camelCase identifier of the choice list.

header Parameters
Correlation-Id
string

Correlation Id.

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "meta": {
    }
}

List Choice Lists

Returns a manifest of every choice list available in the catalogue.

header Parameters
Correlation-Id
string

Correlation Id.

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "meta": {
    }
}

Health

Health check.

Health check.

header Parameters
Correlation-Id
string

Correlation Id.

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "entries": { }
}