Policies
Get policy by ID
Returns a single policy by its ID, including assigned reviewer IDs.
get/policies/{id}
Path parameters
idinteger required
Example:42
Numeric ID of the policy
Response
Policy retrieved successfully
Example response
{
"message": "OK",
"data": {
"id": 42,
"organization_id": 1,
"title": "AI Ethics Policy",
"content_html": "<h1>AI Ethics Policy</h1><p>...</p>",
"status": "draft",
"author_id": 1,
"last_updated_by": 1,
"assigned_reviewer_ids": [
2,
5
]
}
}Changes
Changed in 5 of the 70 revisions of this API.14
- ○
api operation id
getPolicyByIdremoved and replaced withPolicyController.getPolicyByIdapi-operation-id-removed
- ○
- ○
api operation id
PolicyController.getPolicyByIdremoved and replaced withgetPolicyByIdapi-operation-id-removed
- ○
- ○
api operation id
getPolicyByIdremoved and replaced withPolicyController.getPolicyByIdapi-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 300 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲