GET api/GetCallFinalCategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of APICallCategory
NameDescriptionTypeAdditional information
ID

integer

None.

Title

string

None.

SeverityID

integer

None.

Inactive

boolean

None.

SecondsToAlert

integer

None.

Info

string

None.

HighlightAdvisedToCall

boolean

None.

SendToGp

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Title": "sample string 2",
    "SeverityID": 3,
    "Inactive": true,
    "SendToGp": true,
    "SecondsToAlert": 1,
    "Info": "sample string 5",
    "HighlightAdvisedToCall": true
  },
  {
    "ID": 1,
    "Title": "sample string 2",
    "SeverityID": 3,
    "Inactive": true,
    "SendToGp": true,
    "SecondsToAlert": 1,
    "Info": "sample string 5",
    "HighlightAdvisedToCall": true
  }
]

application/octet-stream, multipart/form-data

Sample:
[{"ID":1,"Title":"sample string 2","SeverityID":3,"Inactive":true,"SendToGp":true,"SecondsToAlert":1,"Info":"sample string 5","HighlightAdvisedToCall":true},{"ID":1,"Title":"sample string 2","SeverityID":3,"Inactive":true,"SendToGp":true,"SecondsToAlert":1,"Info":"sample string 5","HighlightAdvisedToCall":true}]

application/xml, text/xml

Sample:
<ArrayOfSysItemsController.APICallCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers">
  <SysItemsController.APICallCategory>
    <HighlightAdvisedToCall>true</HighlightAdvisedToCall>
    <ID>1</ID>
    <Inactive>true</Inactive>
    <Info>sample string 5</Info>
    <SecondsToAlert>1</SecondsToAlert>
    <SendToGp>true</SendToGp>
    <SeverityID>3</SeverityID>
    <Title>sample string 2</Title>
  </SysItemsController.APICallCategory>
  <SysItemsController.APICallCategory>
    <HighlightAdvisedToCall>true</HighlightAdvisedToCall>
    <ID>1</ID>
    <Inactive>true</Inactive>
    <Info>sample string 5</Info>
    <SecondsToAlert>1</SecondsToAlert>
    <SendToGp>true</SendToGp>
    <SeverityID>3</SeverityID>
    <Title>sample string 2</Title>
  </SysItemsController.APICallCategory>
</ArrayOfSysItemsController.APICallCategory>