GET api/AuditOrganizations
Gets all audit organizations.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of audit organizations.
Collection of AuditOrganization| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the record. |
integer |
None. |
| Name |
The name of the organization. |
string |
None. |
| Abbreviation |
The abbreviation for the organization. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"Abbreviation": "sample string 3"
},
{
"ID": 1,
"Name": "sample string 2",
"Abbreviation": "sample string 3"
}
]