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 THSpecialityModelName | 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": "98e1fdbc-f8bb-4f74-ac70-0d07a70dbad3", "Name": "sample string 1", "Description": "sample string 2", "StatusId": 1 }, { "Id": "98e1fdbc-f8bb-4f74-ac70-0d07a70dbad3", "Name": "sample string 1", "Description": "sample string 2", "StatusId": 1 } ]