v1

latestOpenAPI 3.0.02026-07-2459256884.4 KB
Master Data Constants

Get a List of Constants

Returns a list of codes as key value pairs.

get/v1/md/constants

Query parameters

type'EDUCATION_DEGREE' | 'EDUCATION_MAJOR' | 'EMPLOYMENT_POSITION' | 'EMPLOYMENT_TYPE' | 'INDUSTRY' | 'LOAN_PURPOSE' | 'SCHOOL' | 'CITIZENSHIP_STATUS'

Optional name query to filter the constants by type.

Response

Example response

{
  "status": {
    "code": 200,
    "desc": "success",
    "messages": [
      {
        "desc": "Example description"
      }
    ]
  },
  "data": [
    {
      "constantId": "6ff719e2-8968-4f3e-85e6-96540277279e",
      "type": "CITIZENSHIP_STATUS",
      "code": "CS1001",
      "title": "US Citizen",
      "description": "Description"
    }
  ]
}