GET
/
helpcenter
/
collections
/
{helpcenterCollectionId}
curl --request GET \
  --url https://api.gleap.io/v3/helpcenter/collections/{helpcenterCollectionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'project: <project>'
{
  "updatedAt": "<string>",
  "createdAt": "<string>",
  "iconUrl": "<string>",
  "extendedAudienceFilter": "<any>",
  "baseAudienceFilter": "<any>",
  "externalId": "<string>",
  "docId": 123,
  "lexorank": "<string>",
  "project": {
    "isValid": {},
    "createFromHexString": {},
    "createFromTime": {},
    "generate": {},
    "cacheHexString": "<any>",
    "prototype": "<string>"
  },
  "parent": {
    "isValid": {},
    "createFromHexString": {},
    "createFromTime": {},
    "generate": {},
    "cacheHexString": "<any>",
    "prototype": "<string>"
  },
  "title": "<any>",
  "description": "<any>",
  "targetAudience": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

helpcenterCollectionId
string
required

Response

200 - application/json

Ok

The response is of type object.