List Tags
All API requests should contain authorization headers.
Request
GET faq/{faqName}/tags
Query Parameters
Name
Type
Required
Comments
faqName
string
yes
The name of the FAQ instance for the request
Response
{
"data": [
{
"id": 478,
"name": "Copper"
},
{
"id": 440,
"name": "Earrings"
},
{
"id": 441,
"name": "Gold"
},
{
"id": 483,
"name": "Jeans"
},
{
"id": 482,
"name": "Leather"
},
{
"id": 479,
"name": "Metal"
},
{
"id": 438,
"name": "Necklaces"
},
{
"id": 439,
"name": "Pendants"
},
{
"id": 481,
"name": "Plastic"
},
{
"id": 442,
"name": "Platinum"
},
{
"id": 437,
"name": "Rings"
},
{
"id": 443,
"name": "Silver"
},
{
"id": 444,
"name": "Support"
}
],
"errorCode": -1,
"errorText": null
}
Data
field will contain an array of Tag objects.
Last updated
Was this helpful?