Skip to main content
Assign a measurement to a study
curl --request POST \
  --url https://api.ionworks.com/projects/{project_id}/studies/{study_id}/measurements/{measurement_id}
{
  "study_id": "<string>",
  "measurement_id": "<string>",
  "organization_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Path Parameters

project_id
string
required
study_id
string
required
measurement_id
string
required

Response

Successful Response

study_id
string
required

ID of the study

measurement_id
string
required

ID of the measurement

organization_id
string
required

Organization this mapping belongs to.

created_at
string<date-time>
required

Timestamp of when the mapping was created