Get the audit trial with audit ID
GET {{backofficeURL}}/ProfileService/getAuditData?pageNumber=0&numberOfRecords=10&auditId={{auditID}}&access_token={{useraccessToken}}
- Using this service, we can fetch the audit trial data with a specific audit id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | number | ||
numberOfRecords | number | ||
auditId | string | ||
access_token | string |