-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
For Neople :)
Is there a specific app this action is for?
Zendesk
Please provide a link to the relevant API docs for the specific service / operation.
https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/#list-articles
GET /api/v2/help_center/{locale}/articles
GET /api/v2/help_center/articles
GET /api/v2/help_center/{locale}/categories/{category_id}/articles
GET /api/v2/help_center/categories/{category_id}/articles
GET /api/v2/help_center/{locale}/sections/{section_id}/articles
GET /api/v2/help_center/sections/{section_id}/articles
GET /api/v2/help_center/{locale}/articles/{article_id}
GET /api/v2/help_center/articles/{article_id}
For component dev
- We can implement a single List Articles action, where it receive props for filter such as Locale, Category, Section. This is much more user friendly then individual actions for each API
Metadata
Metadata
Assignees
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Doing