studies

Get a specific study by ID

Retrieve a specific study by its unique ID.

get/projects/{project_id}/studies/{study_id}

Path parameters

project_idstring required
study_idstring required

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