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": "3ce8f143-500f-4f56-b350-5ad2493d3152",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
},
{
"Id": "3ce8f143-500f-4f56-b350-5ad2493d3152",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
}
]