get_help_center_article with a row’s id (or name) to read the full body.
Each row carries the article id (for the follow-up call), the title, the
author-written description (None when the article has none — there is no
generated summary), the url and updated_at. Rows are otherwise
alphabetically by title. Results are scoped to the caller’s in-app access:
articles in a collection the caller isn’t entitled to are omitted.
Parameters
Body
Body
string
Keyword filter, matched case-insensitively as a substring of the article
title or body. Results are ranked by relevance (most matches first). Omit it
to list every article, alphabetically by title.
integer
Page size, between 1 and 250. Defaults to 50.
integer
Row offset into the result set — the number of rows to skip before this
page. Pass the next_offset returned by the previous call, or None for the
first page.