GET api/journal/observation-progress-type

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProgressTypes
NameDescriptionTypeAdditional information
Progress_Id

integer

None.

Progress_Name

string

None.

SortOrder

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Progress_Id": 1,
    "Progress_Name": "sample string 2",
    "SortOrder": 3
  },
  {
    "Progress_Id": 1,
    "Progress_Name": "sample string 2",
    "SortOrder": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfProgressTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel">
  <ProgressTypes>
    <Progress_Id>1</Progress_Id>
    <Progress_Name>sample string 2</Progress_Name>
    <SortOrder>3</SortOrder>
  </ProgressTypes>
  <ProgressTypes>
    <Progress_Id>1</Progress_Id>
    <Progress_Name>sample string 2</Progress_Name>
    <SortOrder>3</SortOrder>
  </ProgressTypes>
</ArrayOfProgressTypes>