Audits
Get framework codes for an audit
Retrieves all valid framework codes for the specified audit. This endpoint helps users discover which framework codes are available for creating and updating information requests for this audit.
Use this endpoint to:
- Discover available framework codes before creating information requests
- Validate framework codes against the audit’s framework
- Get context about what framework codes are available for the audit type
Rate limit: 10 requests / minute.
GET
TypeScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Ok
Framework codes response resource
Array of valid framework codes for the audit's framework (e.g., "CC6.1", "CC6.2"). These represent the different framework sections available for creating information requests.
Related topics
Get an information request by IDPull Information Request Lists for your auditsUpdate an information request for an auditList information requests linked to a control within an auditAuditor APITypeScript