List e-reporting periods for a party
France
List e-reporting periods
Returns the party’s Flux 10 report periods, most recent first
(created_at descending).
GET
List e-reporting periods for a party
Each period is one submission window for a
(kind, role) tuple; corrective re-submissions of the same window appear as separate periods with an incrementing sequence.
Filter by report kind with kind. Paginate with offset and limit (default 50, maximum 200). When more results remain, the response carries a next_offset to pass on the next call; it is omitted on the last page.Authorizations
Authenticate using a valid Invopop enrollment token in the Bearer
scheme.
Example: Authorization: Bearer <token>
Path Parameters
ID of the org.Party silo entry being onboarded.
Example:
"5b45453c-cdd0-11ed-afa1-0242ac120002"
Query Parameters
Restrict the results to a single report kind:
tx- Transactions (invoice data).py- Payments.
Omit to return both kinds.
Available options:
tx, py Example:
"tx"
Number of periods to skip, for pagination. Must be non-negative.
Required range:
x >= 0Example:
0
Maximum number of periods to return. Values outside the 1–200
range fall back to the default of 50.
Required range:
1 <= x <= 200Example:
50