Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data SignUpOption [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /cm/v1/signups/options
-
Response Example
Response body
{ "Data": [ { "PropertyName": "ServiceLanguageCode", "ValuePairs": [ { "Key": "Arabic", "Value": "AR" }, { "Key": "Bulgarian", "Value": "BU" }, { "Key": "Chinese", "Value": "CH" }, { "Key": "Chinese Traditional", "Value": "CHT" }, { "Key": "Danish", "Value": "DA" }, { "Key": "English", "Value": "EN" }, { "Key": "Farsi", "Value": "FA" }, { "Key": "German", "Value": "DE" } ] }, { "PropertyName": "CountryOfResidenceCode", "ValuePairs": [ { "Key": "Afghanistan", "Value": "AF" }, { "Key": "Åland Islands", "Value": "AX" }, { "Key": "China", "Value": "CN" }, { "Key": "Christmas Island", "Value": "CX" }, { "Key": "Denmark", "Value": "DK" }, { "Key": "United Kingdom", "Value": "GB" }, { "Key": "Iraq", "Value": "IQ" }, { "Key": "Germany", "Value": "DE" } ] } ] }