v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBIntake
Get intake submissions for a matter
get/intake/{matterId}/submissions
Path parameters
matterIdstring required
The matter to filter submissions by.
Query parameters
Offsetinteger
Limitinteger
Response
OK
Example response
{
"value": [
{
"formId": "ae4bc84e-b601-4767-9d0f-5d078832418e",
"formTitle": "Client Intake Form",
"createdDate": "2026-01-01T00:00:00.0000000+00:00",
"lastUpdated": "2026-01-01T00:00:00.0000000+00:00",
"recipient": {
"contactId": "5d9b8697-8c6f-45dd-b22d-87045ed4df35",
"email": "client@example.com",
"name": "Sample Client"
}
}
]
}