Retrieves a paginated list of interventions with filtering, sorting, and optional extended data support.
READONLY[ADMIN, USER]Only authenticated users with proper site-level permissions can access this route.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session token used for authenticating the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"
Content type, must be "application/json".
application/json List of site IDs.
"['1', '2']"
Extend options:
"actions-info": Give information about actions that can be done on interventions
"assigned-to": Get information about the assigned to (company contact or profile)
"anomaly-stats": Get information about the anomaly statistics
"technical-installations": Get information about the technical installations linked to the intervention
"rules": Get information about the rules linked to the intervention
"rules-details": Get all rules with their id and name
"performed-by": Get information about the performed by
"reports": Get information about the reports
"routine": Get information about the routine
"establishment-cell": Get information about the establishment cell
"sites": Get all sites with id and name
actions-info, assigned-to, anomaly-stats, technical-installations, rules, rules-details, performed-by, reports, routine, establishment-cell, sites Filter by text
"string"
Filter by status
[1, 2, 3]Filter by type
[1, 2, 3]Filter by description (text search)
"string"
Filter by scheduledStart or scheduledEnd within a date range
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by actual start/end dates
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by provider (text search)
"string"
Filter by performedBy (text search)
"string"
Filter by verifiedById
1
Filter by assignedTo (either company contact or profile)
1
Filter by assigned profile ids
[1, 2, 3]Filter by assigned provider ids
[1, 2, 3]Filter by verifiedAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by decisionComment (text search)
"string"
Filter by isArchived (boolean)
true
Filter by organizationId
1
Filter by archivedAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by technicalInstallationIds from related rules
[1, 2, 3]Filter by technicalInstallation name from related rules
"string"
Filter by routineId
1
Filter by companyId
1
Filter by ruleIds
[1, 2, 3]Filter by rule name (text search)
"string"
Filter by siteIds
[1, 2, 3]Filter by anomalyId
1
Filter by report name (text search)
"string"
Include total count in response.
true
Page number.
1
Page size.
50
Get the page where the item with this id is located.
1
Sub page size for grouping items.
10