Retrieve Assistances

Returns a list of Assistances applicable to the scope of the API auth token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Filter via Case by ID. Will return all Assistance records associated with the provided Case.

integer

Filter via Entry Agent by ID. Will return all Assistance records entered by the specified agent.

integer

Filter via last Modification Agent by ID. Will return all Assistance records that were last modified by the specified agent.

integer

Filter via Agency by ID. Will return all Assistance records that are associated with the provided Agency.

integer

Filter via last Modification Agent by ID. Will return all Assistance records that were last modified by the specified agent.

string

Filter via Assistance Date. Will return all records of Assistance rendered before the date. Accepts YYYY-MM-DD format. eg. entry_date_before=2023-11-30 will return all Assistance records from before November 30th, 2023. Can be combined with entry_date_after.

string

Filter via Assistance Date. Will return all records of Assistance rendered after the date. Accepts YYYY-MM-DD format. eg. entry_date_after=2023-11-01 will return all Assistance records from after November 1st, 2023. Can be combined with entry_date_before.

string

Filter via Entry Date. Will return all Assistance records entered before the date. Accepts YYYY-MM-DD format. eg. entry_date_before=2023-11-30 will return all Assistance records from before November 30th, 2023. Can be combined with entry_date_after.

string

Filter via Entry Date. Will return all Assistance records entered after the date. Accepts YYYY-MM-DD format. eg. entry_date_after=2023-11-01 will return all Assistance records from after November 1st, 2023. Can be combined with entry_date_before.

string

Filter via last Modification Date. Will return all Assistance records modified before the date. Accepts YYYY-MM-DD format. eg. mod_date_before=2023-11-30 will return all Assistance records last modified before November 30th, 2023. Can be combined with mod_date_after.

string

Filter via last Modification Date. Will return all Assistance records modified after the date. Accepts YYYY-MM-DD format. eg. mod_date_after=2023-11-01 will return all Assistance records last modified after November 1st, 2023. Can be combined with mod_date_before.

date-time

Return records with a date on or after this date/datetime. Cannot be combined with date_after. Accepted formats: ISO 8601 (eg. 2026-05-01T00:00:00 or 2026-05-01).

date-time

Return records with a date on or before this date/datetime. Cannot be combined with date_before. Accepted formats: ISO 8601 (eg. 2026-05-31T23:59:59 or 2026-05-31).

date-time

Return records entered on or after this date/datetime. Cannot be combined with entry_date_after. Accepted formats: ISO 8601 (eg. 2026-05-01T00:00:00 or 2026-05-01).

date-time

Return records entered on or before this date/datetime. Cannot be combined with entry_date_before. Accepted formats: ISO 8601 (eg. 2026-05-31T23:59:59 or 2026-05-31).

date-time

Return records last modified on or after this date/datetime. Cannot be combined with mod_date_after. Accepted formats: ISO 8601 (eg. 2026-05-01T00:00:00 or 2026-05-01).

date-time

Return records last modified on or before this date/datetime. Cannot be combined with mod_date_before. Accepted formats: ISO 8601 (eg. 2026-05-31T23:59:59 or 2026-05-31).

string

Order results by a field name. Prefix with - for descending order. eg. order_by=mod_date for ascending or order_by=-mod_date for descending. Must be a valid field on the resource; an invalid field returns a 400 error.

integer

Filter by unit ID. Must supply integer value.

integer

Filter by category ID. Must supply integer value.

integer

Filter by funding source ID. Must supply integer value.

integer

Filter by request ID. Must supply integer value.

integer

Filter by detail group ID. Must supply integer value.

boolean

Filter by private status. Returns records matching the supplied boolean value.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json