Observation groups

Get observation groups

get
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
namestring[]Optional
labelstringOptional

Label of the observation group

Example: Label A
idnumberOptional

ID of the observation group

Example: 1
organizationIdnumberOptional

Organization ID associated with the observation group

Example: 100
includeInactiveCodesbooleanOptional

Include inactive codes in the observation group

Example: true
Responses
200Success
application/json
get
/api/observation-groups
200Success

Create a new observation group

post
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
namestringRequired

Name of the observation group

Example: Group A
labelstringOptional

Label for the observation group

Example: Label A
organizationIdnumberRequired

ID of the organization

Example: 123
attributesobjectRequired

Attributes of the observation group

Default: {}Example: {"key":"value"}
Responses
200Success
application/json
post
/api/observation-groups
200Success

Get observation group by ID

get
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
get
/api/observation-groups/{id}
200Success

Update an observation group by ID

put
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Body
namestringRequired

Name of the observation group

Example: Group A
labelstringOptional

Label for the observation group

Example: Label A
organizationIdnumberRequired

ID of the organization

Example: 123
attributesobjectRequired

Attributes of the observation group

Default: {}Example: {"key":"value"}
Responses
200Success
application/json
put
/api/observation-groups/{id}
200Success

Delete an observation group by ID

delete
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idstringRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
delete
/api/observation-groups/{id}
200Success