Articles

Number of APIs: 24

  1. List articles GET {{baseUrl}}/api/v1/articles

  2. Get article GET {{baseUrl}}/api/v1/articles/:article_id

  3. Create an article POST {{baseUrl}}/api/v1/articles

  4. Update an article PATCH {{baseUrl}}/api/v1/articles/:article_id

  5. Validate permalink POST {{baseUrl}}/api/v1/articles/checkPermalinkAvailability

  6. Get article history GET {{baseUrl}}/api/v1/articles/:article_id/history

  7. Upload attachments POST {{baseUrl}}/api/v1/articleAttachments?workspaceId=<String> &attachmentType=<String>

  8. Move articles to trash POST {{baseUrl}}/api/v1/articles/moveToTrash

  9. Preview article POST {{baseUrl}}/api/v1/articles/preview

  10. Get article count GET {{baseUrl}}/api/v1/articles/count