Tags
List of tags.
The total count of items returned.
315The total number of pages.
7Bad Request
Internal Server Error
GET /api/v1/tag HTTP/1.1
Host: api.secoda.co
Accept: */*
{
"links": {
"next": "https://api.secoda.co/resource/all/?page=2",
"previous": "None"
},
"meta": {
"page": 1,
"previous_page": "None",
"next_page": 2
},
"count": 315,
"total_pages": 7,
"results": [
{
"id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"created_at": "2023-09-05T17:32:56.571134Z",
"updated_at": "2023-09-05T17:32:56.571151Z",
"name": "Sample Tag",
"description": "This is a sample tag.",
"color": "#4299E1",
"integration_id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"workspace_id": "f71585fa-251c-4102-8d81-c97c57c8d435"
}
]
}Indicates the name of the tag.
Sample TagIndicates the description of the tag.
This is a sample tag.Defines the different colors of the tags.
#4299E1Created
The unique identifier of the resource.
69e0b863-8bb8-47e1-b566-8b8d57441c70The timestamp when the resource was created in Secoda in UTC format.
2023-09-05T17:32:56.571134ZThe timestamp when the resource was last updated in Secoda in UTC format.
2023-09-05T17:32:56.571151ZIndicates the name of the tag.
Sample TagIndicates the description of the tag.
This is a sample tag.Defines the different colors of the tags in HEX format.
#4299E1The unique identifier of the integration the tag is pulled from. Null if the tag is created manually in Secoda.
69e0b863-8bb8-47e1-b566-8b8d57441c70Indiactes the workspace ID where the tag belongs.
f71585fa-251c-4102-8d81-c97c57c8d435Bad Request
Internal Server Error
POST /api/v1/tag HTTP/1.1
Host: api.secoda.co
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"name": "Sample Tag",
"description": "This is a sample tag.",
"color": "#4299E1"
}{
"id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"created_at": "2023-09-05T17:32:56.571134Z",
"updated_at": "2023-09-05T17:32:56.571151Z",
"name": "Sample Tag",
"description": "This is a sample tag.",
"color": "#4299E1",
"integration_id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"workspace_id": "f71585fa-251c-4102-8d81-c97c57c8d435"
}The ID of the tag to retrieve.
69e0b863-8bb8-47e1-b566-8b8d57441c70OK
The unique identifier of the resource.
69e0b863-8bb8-47e1-b566-8b8d57441c70The timestamp when the resource was created in Secoda in UTC format.
2023-09-05T17:32:56.571134ZThe timestamp when the resource was last updated in Secoda in UTC format.
2023-09-05T17:32:56.571151ZIndicates the name of the tag.
Sample TagIndicates the description of the tag.
This is a sample tag.Defines the different colors of the tags in HEX format.
#4299E1The unique identifier of the integration the tag is pulled from. Null if the tag is created manually in Secoda.
69e0b863-8bb8-47e1-b566-8b8d57441c70Indiactes the workspace ID where the tag belongs.
f71585fa-251c-4102-8d81-c97c57c8d435Not Found
Internal Server Error
GET /api/v1/tag/{tag_id} HTTP/1.1
Host: api.secoda.co
Accept: */*
{
"id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"created_at": "2023-09-05T17:32:56.571134Z",
"updated_at": "2023-09-05T17:32:56.571151Z",
"name": "Sample Tag",
"description": "This is a sample tag.",
"color": "#4299E1",
"integration_id": "69e0b863-8bb8-47e1-b566-8b8d57441c70",
"workspace_id": "f71585fa-251c-4102-8d81-c97c57c8d435"
}The ID of the tag to delete.
69e0b863-8bb8-47e1-b566-8b8d57441c70No Content
No content
Not Found
Internal Server Error
DELETE /api/v1/tag/{tag_id} HTTP/1.1
Host: api.secoda.co
Accept: */*
No content
The ID of the tag to update.
38040671-8f1d-4322-b895-4fd7b73317bfRepresents the color of the tags.
#316650No Content
No content
Not Found
Internal Server Error
PATCH /api/v1/tag/{tag_id} HTTP/1.1
Host: api.secoda.co
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"color": "#316650"
}No content
Last updated
Was this helpful?