GET web/Organisation/StateOptions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Pair of string [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Value": "sample string 2"
}

text/csv

Sample:
"sep=,"
Key,Value
sample string 1,sample string 2