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": "a88482ac-5bb1-4552-98d4-50e996f30969",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
},
{
"Id": "a88482ac-5bb1-4552-98d4-50e996f30969",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
}
]