GET api/FARIReqPriority
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FARIReqPriority| Name | Description | Type | Additional information |
|---|---|---|---|
| PriorityId | integer |
None. |
|
| Title | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PriorityId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 64
},
{
"PriorityId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 64
}
]