studies

Create a new study

Create a new study associated with a specific project.

post/projects/{project_id}/studies

Path parameters

project_idstring required

Request body

namestring required

The name of the study.

descriptionstring nullable

An optional description for the study.

Response

Successful Response

namestring required

The name of the study.

descriptionstring nullable

An optional description for the study.

project_idstring required

The ID of the project this study belongs to.

organization_idstring required

Organization this study belongs to.

created_bystring nullable

User ID of the creator.

idstring required

The unique identifier for the study.

created_atstring date-time required

Timestamp of when the study was created.

updated_atstring date-time required

Timestamp of when the study was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.