Lurio reports

For all reports queries, you have a pagination that allows you to retrieve the data.

"meta": {
    "total": 122170,
    "per_page": 100,
    "current_page": 1,
    "last_page": 1222,
    "first_page": 1
},

Get reports

Get all reports of a lurio between two dates.

GET https://api.control.serenicity.fr/api/v1/lurios/:lurio_id/reports

Return list of reports.

Rows are sorted by created_at column

Path Parameters

Name
Type
Description

lurio_id*

Integer

Query Parameters

Name
Type
Description

from*

2024-01-01T00:00:00Z

Start date in ISO format

to*

2024-02-01T00:00:00Z

End date in ISO format

page

1

By default 1. The page has to be between last_page and first_page.

per_page

100

Number of flux per page. 100 by default.

Last updated