Search Tags

Search Tags

GET https://api.smarttask.io/v{api-version}/Tag/Search/{company_id}?query={query}

This endpoint fetches top 5 tags matching the query string.

Path Parameters

Name
Type
Description

api-version

string

API Version is 1.0

company_id

string

CompanyId of the organization in which you would like to search

Query Parameters

Name
Type
Description

query

string

The API will do its best to find a tag matching the provided query string.

Headers

Name
Type
Description

Authorization

string

Authentication token to track down who is emptying our stocks.

[
    {
        TagId: 1,
        Name: "Meeting"
    }
]

Last updated