1. Clients
AuditDashboard Developer Portal
  • AuditDashboard Developer Portal
  • Clients
    • Get All Clients
      GET
    • Create Clients
      POST
    • Update Clients
      PUT
    • Deactivate Clients
      DELETE
    • Activate Clients
      PATCH
    • Client Details
      GET
    • Update Client
      PUT
    • Deactivate Client
      DELETE
    • Activate Client
      PATCH
  • Divisions
    • Get Active Divisions
      GET
  • Engagements
    • Get Engagements by Status
      GET
    • Create Engagements
      POST
    • Update Engagement
      PUT
    • Update Engagement Statuses
      PATCH
    • Delete Engagements
      DELETE
    • Get Engagement Details
      GET
    • Update Engagement
      PUT
    • Update Engagement Status
      PATCH
    • Delete Engagement
      DELETE
    • Download Engagement Documents
      GET
    • Download Engagement Request Report
      GET
    • Download 'All Engagements' Report
      GET
    • /api/public/engagements/{engagementID}/activityFeed
      GET
    • /api/public/engagements/{engagementID}/requestlistreportdata
      GET
  • Insights
    • Get Engagement Activity Log Parameters
      GET
    • Engagement Activity Log
      POST
    • Get Engagement by Last Activity Report Parameters
      GET
    • Engagement by Last Activity
      POST
    • Get Active Professional Users for Schedule
      GET
    • User Activity and Status
      POST
    • Schedule
      POST
  • 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
    • Get Users by Status
    • Create Users
    • Update Multiple Users
    • Deactivate Users
    • Activate Users
    • Get User Details
    • Update User Details
    • Deactivate User
    • Activate User
    • Invite Users
    • Generate User Activity Report
  • Authorization
    • Authorization call for Bearer Token
  • Trash
    • Get Trash Types
    • Get Trash List
    • Restore Trash Items
    • Permanently deletes trash items.
    • Restore a Trash Item
    • Permanently deletes a trash item.
  • Files
    • List Containers
    • Set Container Notifications
    • List Folders in Container
    • List Files in Container Root
    • List Files in Folder
    • Share File or Folder
    • Unshare File or Folder
    • Download File
    • Download Folder Contents
    • Create Download Group
  • Schemas
    • Schemas
    • APICompanyCreateModel
    • APICompanyModel
    • APICompanyUpdateModel
    • APIEngagementActivityLogModel
    • APIContainerModel
    • APIEngagementCreateModel
    • APIEngagementModel
    • APIEngagementMonthlyReportModel
    • APIEngagementUpdateModel
    • APIEngagementUser
    • APIRequestCreateModel
    • APIRequestModel
    • APIFileModel
    • APIRequestRestricModel
    • APIFolderModel
    • APIRequestUpdateModel
    • APIUserCreateModel
    • APITrashModel
    • APIUserModel
    • APIUserUpdateModel
    • AuthenticationProvider
    • APIShareRequestModel
    • ETag
    • EngagementNotificationType
    • EngagementStatus
    • FeedItem
    • FeedType
    • AccessType
    • MultiFactorType
    • AddressFamily
    • NotificationFrequency
    • AsnEncodedData
    • ProblemDetails
    • Assembly
    • RegistrationStatus
    • AsymmetricAlgorithm
    • RequestNotificationType
    • RequestStatus
    • ByteReadOnlyMemory
    • TrackingInfo
    • ByteReadOnlySpan
    • CallingConventions
    • TrashType
    • CancellationToken
    • Claim
    • ClaimsIdentity
    • ClaimsPrincipal
    • ConnectionInfo
    • ConstructorInfo
    • CreateDownloadGroupRequest
    • CustomAttributeData
    • CustomAttributeNamedArgument
    • CustomAttributeTypedArgument
    • EventAttributes
    • EventInfo
    • FieldAttributes
    • FieldInfo
    • FileType
    • GenericParameterAttributes
    • HostString
    • HttpContext
    • HttpRequest
    • HttpResponse
    • ICustomAttributeProvider
    • IIdentity
    • IPAddress
    • IResponseCookies
    • IServiceProvider
    • ISession
    • IntPtr
    • KeySizes
    • LayoutKind
    • MemberInfo
    • MemberTypes
    • MethodAttributes
    • MethodBase
    • MethodImplAttributes
    • MethodInfo
    • Module
    • ModuleHandle
    • Oid
    • ParameterAttributes
    • ParameterInfo
    • PathString
    • PipeWriter
    • PropertyAttributes
    • PropertyInfo
    • PublicKey
    • QueryString
    • RuntimeFieldHandle
    • RuntimeMethodHandle
    • RuntimeTypeHandle
    • SafeWaitHandle
    • SecurityRuleSet
    • SetContainerNotificationsRequest
    • SetContainerNotificationsResponse
    • StringStringKeyValuePair
    • StringStringValuesKeyValuePair
    • StructLayoutAttribute
    • Type
    • TypeAttributes
    • TypeInfo
    • TypeObjectKeyValuePair
    • WaitHandle
    • WebSocketManager
    • X500DistinguishedName
    • X509Certificate2
    • X509Extension
  1. Clients

Client Details

GET
/api/public/clients/{id}
Retrieves detailed information about a specific client company by its unique ID.

Request

Path Params

Responses

🟢200OK
application/json
Success: Returns detailed information about the specified client company.
Body

Example
{
    "CompanyID": 0,
    "CompanyName": "string",
    "Code": "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:22.123Z"
    },
    "Modified": {
        "By": 0,
        "On": "2019-08-24T14:15:22.123Z"
    },
    "Divisions": [
        0
    ],
    "Users": [
        0
    ],
    "Offices": [
        0
    ]
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2026-05-11 15:22:29
Previous
Activate Clients
Next
Update Client
Built with