File Remove Tag
Usage
JSON Payload
{
"event_id": "(UUID format) - Unique identifier for the event.",
"event_type": "Describes the type of event that occurred.",
"event_time": "(floating-point numeric timestamp) - Unix timestamp representing the time when the event occurred, rounded to whole seconds.",
"event": {
"event_name": "Name of the specific event.",
"event_type": "Type of the event, often matching or related to the outer event_type.",
"company_id": "(UUID format) - Unique identifier for the company involved in the event.",
"company_name": "Name of the company involved in the event.",
"file_id": "(UUID format) - Unique identifier for the file associated with the event.",
"tag_being_removed_id": "(UUID format) - Unique identifier for the tag that is being removed from the file.",
"tag_being_removed_name": "Name of the tag that is being removed, indicating the previous classification or status.",
"classification_score": "(floating-point numeric value) - Score representing the confidence or relevance of the tag removal, typically between 0.0 and 1.0."
}
}Last updated
Was this helpful?