Equipment Groups
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
List of equipment IDs to group together. At least 2 equipment IDs are required.
[1,2,3]Group successfully created
The unique identifier of the group
42List of equipment IDs in the group
[1,2,3]Cannot create a group with less than two equipments
Unable to authenticate the token
Insufficient permissions to create a group with these equipments
One or more equipments are already part of a group
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
The unique identifier of the group to update.
List of equipment IDs to group together. At least 2 equipment IDs are required.
[1,2,3]Group successfully updated
The unique identifier of the group
42List of equipment IDs in the group
[1,2,3]Insufficient equipments to form a group (at least 2 required)
Unable to authenticate the token
Insufficient permissions to edit this group
Group not found
One or more equipments are already part of another group
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
The unique identifier of the group to delete.
Group successfully deleted
No content
Unable to authenticate the token
Insufficient permissions to delete this group
No content
Last updated
Was this helpful?