OptionList
get
Path parameters
optionSourcestringRequired
Responses
200
OK
404
Resource not found
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
404
Resource not found
get
/application/{applicationNumber}/option-list/{optionSource}GET /application/{applicationNumber}/option-list/{optionSource} HTTP/1.1
Host:
Accept: */*
[
{
"key": "text",
"value": "text"
}
]Last updated