Retrieve Knowledge Base Page Collection
CUSTOM-ENDPOINT
GET https://api.speakap.io/networks/:eid/knowledge-base/pages/
CUSTOM-REQUEST
- URI: /networks/{networkEID}/knowledge-base/pages/
- Method: GET
- Accept: application/vnd.speakap.api-v1.8.2+json+hal
- Authentication: OAuth 2.0
Parameters
Name | Type | Description |
---|
networkEID | EID | Network EID |
Filters
Name | Type | Description |
---|
categoryEID | EID | Filters all pages for a specific category/subcategory. |
published | string | Filters all pages with the provided status |
limit | int | The limit of returned pages |
offset | int | The current page for pagination |
embed | string | All the pages embedded in the response. The value must be "knowledge_base_page" |
Response