Generate a MeasureReport
Queues a MeasureReport generation workflow for the operator’s organisation across the supplied date window. The workflow runs asynchronously; the response returns the workflow identifier and its initial status. Poll the list endpoint to discover the completed report, or subscribe to notifications for the corresponding event-type.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
periodStart
ISO 8601 date for the inclusive start of the reporting window.
periodEnd
ISO 8601 date for the inclusive end of the reporting window.
Response
The queued report workflow.
workflowId
Identifier of the Temporal workflow generating the report. The workflow runs asynchronously; poll the report list endpoint to discover the completed row.
status
Workflow lifecycle status when the request returned.