Skip to main content
GET
Render the synthetic security register (any subset of its 4 sections) to a PDF and return a presigned download URL.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

whereUnitIds
string<uuid>[]

The security-register unit. Required - the register is single-establishment.

Required array length: 1 - 250 elements
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:
sections
enum<string>[]

Sections to include, rendered in document order whatever the order given.

Minimum array length: 1
Available options:
periodic_checks,
exercises,
collective_trainings,
safety_staff
lang
enum<string>

Document language. Defaults to the language resolved for the request.

Available options:
fr,
en,
de

Response

Default Response

presignedUrl
string<uri>
required