GET
/
helpcenter
/
collections
/
all
curl --request GET \
  --url https://api.gleap.io/v3/helpcenter/collections/all \
  --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

Response

200 - application/json
Ok
updatedAt
string
required
createdAt
string
required
targetAudience
string
required
iconUrl
string
extendedAudienceFilter
any
baseAudienceFilter
any
externalId
string
docId
number
lexorank
string
project
object
parent
object
title
any
description
any