Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name 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/v2/signups/options
  • Response Example

    Response body
    {
      "Data": [
        {
          "PropertyName": "ServiceLanguageCode",
          "ValuePairs": [
            {
              "Key": "AR",
              "Value": "Arabic"
            },
            {
              "Key": "BU",
              "Value": "Bulgarian"
            },
            {
              "Key": "CH",
              "Value": "Chinese"
            },
            {
              "Key": "CHT",
              "Value": "Chinese Traditional"
            },
            {
              "Key": "DA",
              "Value": "Danish"
            },
            {
              "Key": "EN",
              "Value": "English"
            },
            {
              "Key": "FA",
              "Value": "Farsi"
            },
            {
              "Key": "DE",
              "Value": "German"
            }
          ]
        },
        {
          "PropertyName": "CountryOfResidenceCode",
          "ValuePairs": [
            {
              "Key": "AF",
              "Value": "Afghanistan"
            },
            {
              "Key": "AX",
              "Value": "Åland Islands"
            },
            {
              "Key": "CN",
              "Value": "China"
            },
            {
              "Key": "CX",
              "Value": "Christmas Island"
            },
            {
              "Key": "DK",
              "Value": "Denmark"
            },
            {
              "Key": "GB",
              "Value": "United Kingdom"
            },
            {
              "Key": "IQ",
              "Value": "Iraq"
            },
            {
              "Key": "DE",
              "Value": "Germany"
            }
          ]
        }
      ]
    }