Observation groups
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
namestring[]Optional
labelstringOptionalExample:
Label of the observation group
Label AidnumberOptionalExample:
ID of the observation group
1organizationIdnumberOptionalExample:
Organization ID associated with the observation group
100includeInactiveCodesbooleanOptionalExample:
Include inactive codes in the observation group
trueResponses
200Success
application/json
get
/api/observation-groups200Success
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Body
namestringRequiredExample:
Name of the observation group
Group AlabelstringOptionalExample:
Label for the observation group
Label AorganizationIdnumberRequiredExample:
ID of the organization
123attributesobjectRequiredDefault:
Attributes of the observation group
{}Example: {"key":"value"}Responses
200Success
application/json
post
/api/observation-groups200Success
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
idnumberRequiredPattern:
[^\/#\?]+?Body
namestringRequiredExample:
Name of the observation group
Group AlabelstringOptionalExample:
Label for the observation group
Label AorganizationIdnumberRequiredExample:
ID of the organization
123attributesobjectRequiredDefault:
Attributes of the observation group
{}Example: {"key":"value"}Responses
200Success
application/json
put
/api/observation-groups/{id}200Success