Retrieves a paginated list of anomalies 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:
"technical-installation": Get information about technical installations linked to the anomalies
"establishment-cell": Get information about the establishment cell
"position": Get information about the position related to the anomaly
"origin": Provides anomaly origin information based on type: observation→reportedBy, prescription→commission, nonconformity→intervention
"report": Provides anomaly report information
"resolution": Get information about the last intervention
"equipment": Get information about the equipment linked to the intervention
"updatable-fields": Get information about the field that can be updated
"actions-info": Give information about actions that can be done on anomalies
technical-installation, establishment-cell, position, origin, report, resolution, equipment, updatable-fields, actions-info Filter by type
[1, 2, 3]Filter by status
[1, 2, 3]Filter by title
"string"
Filter by description
"string"
Filter by risk
[1, 2, 3]Filter anomalies by site id
1
Filter anomalies by site ids
[1, 2, 3]Filter by site name
"string"
Filter by technical installation id
1
Filter by technical installation ids
[1, 2, 3]Filter by technical installation name
"string"
Filter by equipment id
1
Filter by equipment ids
[1, 2, 3]Filter by equipment name
"string"
Filter by reporter id
1
Filter by reporter ids
[1, 2, 3]Filter by reporter name in metadata
"string"
Filter by reporter firstName or lastName in metadata
"string"
Filter by intervention id
1
Filter anomalies that can be positioned (have a location in metadata)
true
Filter anomalies that can be positioned in a plan
1
Filter by resolved comment
"string"
Filter by resolved by id
1
Filter by resolved by ids
[1, 2, 3]Filter by resolved by name in metadata
"string"
Filter by anomaly ids
[1, 2, 3]Filter by anomaly number
"string"
Filter by page number
1
Filter by report id
1
Filter by report name
"string"
Filter by dueAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by observedAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by resolvedAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by deletedAt flag
true
Filter by createdAt
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter anomalies by the date of their last intervention
{
"start": "2021-01-01T00:00:00.000Z",
"end": "2021-12-31T23:59:59.999Z"
}Filter by text
"string"
Filter by location in metadata
"string"
Filter by report id
[1, 2, 3]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