Get Pactvera TouchAudit
GET/public-api/v1/pactvera/touch-audit/:pactveraId
EndPoint Description : Retrieves the complete TouchAudit record for a specific Pactvera in a structured four-section format.
Details :
- Requires pactveraId as a path parameter.
- Returns audit data organized into who, where, when, and what sections.
- Captures user, device, platform, and geolocation context of the interaction.
- Includes related Pactvera request information such as status and associated forms.
- Typically used in compliance dashboards and audit trail views.
Request
Responses
- 200
- 401
- 404
- 500
Successfully retrieved Pactvera TouchAudit details.
Unauthorized – Invalid or missing token.
Pactvera TouchAudit not found.
Internal Server Error