GET CodeList/{Category}

Return the list of Code. Supported Category: AroundToday CallType DescrCategory DeviceType InterviewProviderCallStatus InterviewProviderStatus InterviewStatus LanguageProficiency MsgDeliveryMethod PersonBillingType PersonPaymentMethod PersonSetupStatus ProviderBillingType ProviderPaymentMethod ProviderScheduleAvailable ProviderScheduleDaysType ProviderScheduleHoursType ProviderServiceApplicationStatus ProviderServiceStatus ProviderSetupStatus ProviderStatus ProviderTodayScheduleOption RequestProviderCallStatus RequestProviderStatus RequestSituation RequestStatus WeekDay

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Category

Category

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ResultCode
NameDescriptionTypeAdditional information
Category

string

None.

CodeId

integer

None.

CodeShort

string

None.

CodeLong

string

None.

SortOrder

string

None.

SystemLanguageId

integer

None.

Available

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Category": "sample string 1",
    "CodeId": 2,
    "CodeShort": "sample string 3",
    "CodeLong": "sample string 4",
    "SortOrder": "sample string 5",
    "SystemLanguageId": 6,
    "Available": true
  },
  {
    "Category": "sample string 1",
    "CodeId": 2,
    "CodeShort": "sample string 3",
    "CodeLong": "sample string 4",
    "SortOrder": "sample string 5",
    "SystemLanguageId": 6,
    "Available": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResultCode>
    <Available>true</Available>
    <Category>sample string 1</Category>
    <CodeId>2</CodeId>
    <CodeLong>sample string 4</CodeLong>
    <CodeShort>sample string 3</CodeShort>
    <SortOrder>sample string 5</SortOrder>
    <SystemLanguageId>6</SystemLanguageId>
  </ResultCode>
  <ResultCode>
    <Available>true</Available>
    <Category>sample string 1</Category>
    <CodeId>2</CodeId>
    <CodeLong>sample string 4</CodeLong>
    <CodeShort>sample string 3</CodeShort>
    <SortOrder>sample string 5</SortOrder>
    <SystemLanguageId>6</SystemLanguageId>
  </ResultCode>
</ArrayOfResultCode>