Skip to content

Search for tags in the community

Search

Endpoint to search for tags by name. Returns a list of matching tags with their IDs and usage counts.

GET
/search/tags

Parameters

Query Parameters

q

Search query for tag name

Type
string
Default
""
page

Page number for pagination

Type
integer
Default
1
pageSize

Number of results to return per page (1-200, defaults to 50).

Type
integer
Default
50
Maximum
200
Minimum
1

Responses

OK

application/json
JSON
{
  
"tags": [
  
  
{
  
  
  
"id": 0,
  
  
  
"name": "string",
  
  
  
"count": 0
  
  
}
  
]
}

Samples

Gainsight CC Developer Portal