v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Project Monitoring Requirement

Get a specific monitoring requirement within a project.

get/projects/{project_id}/monitoring_requirements/{requirement_id}

Path parameters

project_idstring required
Example:prj_1CTWZQGKE1S0VAXA
requirement_idstring required
Example:mnr_1DJJQY5C61S0R519

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
project_idstring required
storage_location_idstring nullable required
storage_unit_idstring nullable required
display_namestring required
monitoring_phase'pre_op' | 'operation' | 'post_op' | 'feedstock' required
frequency'na' | 'once' | 'optional' | 'if_needed' | 'every_1_days' | 'every_1_weeks' | 'every_1_months' | 'every_2_weeks' | 'every_3_months' | 'every_6_months' | 'every_1_years' | 'every_2_years' | 'every_5_years' | 'once_per_production_batch' | 'once_per_injection_batch' | 'continuous' required
notesstring nullable required

Example response

{
  "id": "mnr_1DJJQY5C61S0R519",
  "project_id": "prj_1CTWZQGKE1S0VAXA",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "storage_unit_id": "sgu_1E844FWM71S0E0TM"
}