Tag
The tag is used as a filter to filter out the list of contracts to which the tag is attached from the contracts in the account. Tags can be created in the account and listed in the Tags section in the Oneflow app Admin.
Tag attributes
The table below contains the list of all the attributes available for a tag.
Attribute | Type | Description |
---|---|---|
created_time | string(datetime) | The time the tag was created. |
id | integer(signed_integer_id) | The ID of the tag. |
is_global | boolean | Indicates whether the tag is a global tag or not. If this is true , then shared_workspaces will be an empty list. |
name | string | The name of the tag. |
shared_workspaces | array | List of workspaces shared this tag. |
system | boolean | Indicates whether the tag is a system tag or not. |
updated_time | string(datetime) | The time the tag was last updated. |
Updated about 1 year ago