Skip to content

Create Report

POST
/reports

Create a new standalone report from studies and automatically start TOC generation.

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"projectId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"studyIds": [
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
],
"tableOfContents": [
{...}
],
"focus": "string"
}

Responses

Successful Response

application/json
object

Schema for standalone reports (not tied to subplans).

Format"uuid"
Format"date-time"
string |null
Required
Format"uuid"
Format"uuid"
object[]
Required
array |null
Default
string[]
Required
string |null
integer |null
integer |null
string |null

Samples

Powered by VitePress OpenAPI