OptionList

get
Path parameters
optionSourcestringRequired
Responses
200

OK

get
/option-list/{optionSource}
GET /option-list/{optionSource} HTTP/1.1
Host: 
Accept: */*
[
  {
    "key": "text",
    "value": "text"
  }
]
get
Path parameters
optionSourcestringRequired
applicationNumberstringRequired
Responses
200

OK

get
/application/{applicationNumber}/option-list/{optionSource}
GET /application/{applicationNumber}/option-list/{optionSource} HTTP/1.1
Host: 
Accept: */*
[
  {
    "key": "text",
    "value": "text"
  }
]

Last updated