GET api/THSpeciality?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of THSpecialityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| StatusId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "da570562-dcc4-4dc8-b9a5-b27a3c6908dd",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
},
{
"Id": "da570562-dcc4-4dc8-b9a5-b27a3c6908dd",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
}
]