GET api/RxIDocSpeciality?del={del}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| del | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RxIDocSpeciality| Name | Description | Type | Additional information |
|---|---|---|---|
| SpecialityId | integer |
None. |
|
| Title | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SpecialityId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 4
},
{
"SpecialityId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 4
}
]