Get customer request list
🔒 Requires Customer Request: Get Customer Request permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "totalUnreadMessages": 12,
- "requests": {
- "data": [
- { }
], - "page": 1,
- "limit": 10,
- "total": 100
}
}Update customer request details
🔒 Requires Customer Request: Update Customer Request permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "title": "000001",
- "description": "This is the description",
- "ownerIds": [
- 1,
- 2,
- 3
]
}{- "id": 1,
- "code": "000001",
- "title": "This is the title",
- "description": "This is the description",
- "owners": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "jobTitle": "CEO",
}
]
}