GET
/
helpcenter
/
collections
/
{helpcenterCollectionId}
/
articles
curl --request GET \
  --url https://api.gleap.io/v3/helpcenter/collections/{helpcenterCollectionId}/articles \
  --header 'Authorization: Bearer <token>' \
  --header 'project: <project>'
[
  {
    "updatedAt": "<string>",
    "createdAt": "<string>",
    "extendedAudienceFilter": "<any>",
    "baseAudienceFilter": "<any>",
    "externalId": "<string>",
    "docId": 123,
    "author": {
      "isValid": {},
      "createFromHexString": {},
      "createFromTime": {},
      "generate": {},
      "cacheHexString": "<any>",
      "prototype": "<string>"
    },
    "helpcenterCollection": {
      "isValid": {},
      "createFromHexString": {},
      "createFromTime": {},
      "generate": {},
      "cacheHexString": "<any>",
      "prototype": "<string>"
    },
    "upvotes": "<any>",
    "plainContent": "<any>",
    "lexorank": "<string>",
    "project": {
      "isValid": {},
      "createFromHexString": {},
      "createFromTime": {},
      "generate": {},
      "cacheHexString": "<any>",
      "prototype": "<string>"
    },
    "content": "<any>",
    "title": "<any>",
    "description": "<any>",
    "isDraft": true,
    "tags": [
      "<string>"
    ],
    "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
isDraft
boolean
required
tags
string[]
required
targetAudience
string
required
extendedAudienceFilter
any
baseAudienceFilter
any
externalId
string
docId
number
author
object
helpcenterCollection
object
upvotes
any
plainContent
any
lexorank
string
project
object
content
any
title
any
description
any