Articles
Number of APIs: 24
-
List articles GET {{baseUrl}}/api/v1/articles
-
Get article GET {{baseUrl}}/api/v1/articles/:article_id
-
Create an article POST {{baseUrl}}/api/v1/articles
-
Update an article PATCH {{baseUrl}}/api/v1/articles/:article_id
-
Validate permalink POST {{baseUrl}}/api/v1/articles/checkPermalinkAvailability
-
Get article history GET {{baseUrl}}/api/v1/articles/:article_id/history
-
Upload attachments POST {{baseUrl}}/api/v1/articleAttachments?workspaceId=<String> &attachmentType=<String>
-
Move articles to trash POST {{baseUrl}}/api/v1/articles/moveToTrash
-
Preview article POST {{baseUrl}}/api/v1/articles/preview
-
Get article count GET {{baseUrl}}/api/v1/articles/count