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": "bb73cba5-a2e6-4886-aef3-86fd22f56618",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
},
{
"Id": "bb73cba5-a2e6-4886-aef3-86fd22f56618",
"Name": "sample string 1",
"Description": "sample string 2",
"StatusId": 1
}
]