Skip to main content
POST
Submission Counts by Status
Returns the number of submissions per status for the workspace, using the same optional filters as Submission Records. Each status key maps to an object with a count, and the top-level total is a plain number. Results are scoped to the key user’s authorized locations; this endpoint has no CAN_VIEW_REPORTING gate.

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Body

application/json
fromDate
string<date-time>

Start of the submission date range (filters on lastItemUpdatedAt). Requires toDate.

toDate
string<date-time>

End of the submission date range. Requires fromDate.

checklists
string<uuid>[]

Template (ChecklistId) UUIDs to include.

locations
string<uuid>[]

Location UUIDs to include.

users
string<uuid>[]

User UUIDs (creator, updater, or last item updater).

searchText
string

Free-text match against the template name and submitter/updater name.

Response

Submission counts retrieved successfully. Each status key maps to an object with a count; the top-level total is a plain number.