Data point tags
Get and set data point tags
📄️ Get a list of current bulk tag operations
User can only get their own bulk tag operations unless they are an admin
📄️ Bulk get/set/add data point tags for a list of XIDs for CSV
User must have read/edit permission for the data point
📄️ Synchronously bulk get/set/add data point tags for a list of XIDs
User must have read/edit permission for the data point
📄️ Remove a bulk tag operation using its id
Will only remove a bulk operation if it is complete. User can only remove their own bulk tag operations unless they are an admin.
📄️ Get the status of a bulk tag operation using its id
User can only get their own bulk tag operations unless they are an admin
📄️ Update a bulk tag operation using its id
Only allowed operation is to change the status to CANCELLED. User can only update their own bulk operations unless they are an admin.
📄️ Gets all available tags keys
Only returns tag keys which are present on data points the user has access to
📄️ Get data point tags by data point XID
User must have read permission for the data point
📄️ Set data point tags by data point XID
User must have edit permission for the data points
📄️ Merge data point tags by data point XID
User must have edit permission for the data points.Adds/deletes a tag or replaces the tag value for each tag key. Any other existing tags will be kept. Set the tag value to null to delete the tag.
📄️ Query for data point tags using RQL
User must have read permission for the data points
📄️ Set data point tags for multiple points specified by a query
Only data points that the user has edit permission for will be modified.Replaces all tags for all points matched by the query
📄️ Merge data point tags into a multiple points specified by a query
Only data points that the user has edit permission for will be modified.Adds/deletes a tag or replaces the tag value for each tag key. Any other existing tags will be kept. Set the tag value to null to delete the tag.
📄️ Gets tag values for a given tag key
Only returns tag values which are present on data points the user has access to