Fetch a single e-reporting period
Returns the metadata for one report period, scoped to the party identified by the silo entry.
get/apps/gov-fr/v1/reports/{silo_entry_id}/periods/{period_id}
Path parameters
silo_entry_idstring required
Example:5b45453c-cdd0-11ed-afa1-0242ac120002
ID of the org.Party silo entry being onboarded.
period_idstring required
Example:018f9e2a-7c31-7a10-9b44-2f9d1e6c8a01
ID of the report period.
Response
The requested report period.
Example response
{
"id": "018f9e2a-7c31-7a10-9b44-2f9d1e6c8a01",
"siren": "123456789",
"flux_kind": "tx",
"role": "seller",
"period_start": "2026-06-11",
"period_end": "2026-06-20",
"sequence": 1,
"status": "filed",
"flux_code": "PPF206_1025_000123",
"ack_ref": "300",
"submitted_at": "2026-06-21T08:15:00Z",
"created_at": "2026-06-21T08:00:00Z",
"updated_at": "2026-06-21T08:20:00Z"
}