Compliance document status by entity
Documents
Compliance Document Status by Entity
Whether each entity’s four compliance slots are covered
GET
Compliance document status by entity
Returns one row per entity with the standing of its four compliance slots: errors and omissions, cyber, W9, and crime and fidelity.
This endpoint returns no files. List Documents does that. The two answer different questions — “what do I hold” against “am I covered” — and merging them would force every caller to page over the half it did not want.
Rows are flat, with a parentId
Each row carriesparentId, so you can rebuild your organization tree client-side. A nested shape cannot survive pagination: a page boundary would either split a parent from its branches or make the total count something other than the number of rows.Query Parameters
1-based page number
Required range:
x >= 1Example:
1
Page size (max 100)
Required range:
1 <= x <= 100Example:
50
Narrow the results to a single entity in your organization. Defaults to your whole subtree (your entity plus every branch beneath it). Returns 404 if the id is not in your subtree.
Example:
"6610b3d2c2e0a51b8c0d1f02"
Related topics
Get Downstream Entity Compliance StatusUpload a Compliance DocumentGet Agent Compliance Status