/public/faqs/{faqCollectionId}

GET
/public/faqs/{faqCollectionId}

Path Parameters

faqCollectionId*string

Header Parameters

X-API-Version?string

Response Body

curl -X GET "https://companion-api.napster.com/public/faqs/string"
{
  "id": "string",
  "name": "string",
  "created": 0,
  "itemsCount": 0,
  "tags": {
    "property1": "string",
    "property2": "string"
  }
}
{
  "code": "string",
  "description": "string",
  "type": "failure",
  "numericType": 0
}