- AuditDashboard Developer Portal
- Clients
- Divisions
- Engagements
- Get Engagements by StatusGET
- Create EngagementsPOST
- Update EngagementPUT
- Update Engagement StatusesPATCH
- Delete EngagementsDELETE
- Get Engagement DetailsGET
- Update EngagementPUT
- Update Engagement StatusPATCH
- Delete EngagementDELETE
- Download Engagement DocumentsGET
- Download Engagement Request ReportGET
- Download 'All Engagements' ReportGET
- Insights
- Requests
- Get Engagement Requests
- Get Request by ID
- Update Request Details
- Update Request Status and Priority
- Delete Request
- Create Requests
- Update Multiple Requests
- Update Request Status and Priority
- Delete Multiple Requests
- Get Request History Feed
- Get Request Activity Feed
- Add Comment to Request
- Delete a Request Comment
- Delete a Request Document
- Download Request Documents
- Update Multiple Request Restrictions
- Update Single Request Restrictions
- Upload Request Document
- Users
- Authorization
- Trash
Get All Clients
GET
/api/public/clients
Clients
APICompanyModel
objects of client companies.Note: UserIDs are not returned in this call.
Request
None
Responses
🟢200OK
text/plain
Body
array of:
CompanyID
integer <int32>
optional
CompanyName
string  | nullÂ
optional
HeadOfficeID
integer <int32>
optional
AuthTypes
enum<integer>Â <int32>
optional
Allowed values:
0141648801283846402147483647
AuthIssuers
string  | nullÂ
optional
Address
string  | nullÂ
optional
City
string  | nullÂ
optional
Province
string  | nullÂ
optional
PostalCode
string  | nullÂ
optional
Country
string  | nullÂ
optional
Phone
string  | nullÂ
optional
Fax
string  | nullÂ
optional
Website
string  | nullÂ
optional
Industry
string  | nullÂ
optional
RequiresMFA
boolean  | nullÂ
optional
Status
enum<integer>Â <int32>
optional
Allowed values:
0124-32768
Created
object (TrackingInfo)Â
optional
By
integer <int32>
optional
On
string <date-time>
optional
Modified
object (TrackingInfo)Â
optional
Divisions
array[integer <int32>]Â |Â nullÂ
optional
Users
array[integer <int32>]Â |Â nullÂ
optional
Offices
array[integer <int32>]Â |Â nullÂ
optional
Example
[
{
"CompanyID": 0,
"CompanyName": "string",
"HeadOfficeID": 0,
"AuthTypes": 0,
"AuthIssuers": "string",
"Address": "string",
"City": "string",
"Province": "string",
"PostalCode": "string",
"Country": "string",
"Phone": "string",
"Fax": "string",
"Website": "string",
"Industry": "string",
"RequiresMFA": true,
"Status": 0,
"Created": {
"By": 0,
"On": "2019-08-24T14:15:22Z"
},
"Modified": {
"By": 0,
"On": "2019-08-24T14:15:22Z"
},
"Divisions": [
0
],
"Users": [
0
],
"Offices": [
0
]
}
]
🟠401Unauthorized
Modified at 2025-03-24 12:24:39