Labels

Get all health record attributes

get
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Responses
200

Successful response

application/json
get
/api/files/labels
200

Successful response

No content

Create health record attribute

post
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
valuestringRequired

Value of the health record attribute

Example: Blood Pressure
organizationIdnumberOptional

Id of the organization

Example: 123
isCategorybooleanOptional

Indicates if this attribute is a category

Example: true
Responses
200

Successful response

application/json
post
/api/files/labels
200

Successful response

No content