Blog Pro API

Blog Pro API

Kindly note that the API functionality for Blog Pro is available as a part of an active product subscription or support subscription.
  1. GET /V1/amasty_blog/author/:authorId - Get one author
  2. GET /V1/amasty_blog/author/all - Get list with conditions (Search)
  3. POST /V1/amasty_blog/author  - Create author
  4. PUT /V1/amasty_blog/author/:authorId  - Update author
  5. DELETE /V1/amasty_blog/author/:authorId - Delete author

  1. GET /V1/amasty_blog/tag/:tagId - Get one tag
  2. GET /V1/amasty_blog/tag/all - Get list with conditions (Search)
  3. POST /V1/amasty_blog/tag - Create tag
  4. PUT /V1/amasty_blog/tag/:tagId - Update tag
  5. DELETE /V1/amasty_blog/tag/:tagId - Delete tag

  1. GET /V1/amasty_blog/comment/:commentId  - Get one comment
  2. GET /V1/amasty_blog/admin/comment/:commentId  - Get one comment (for website administrator)
  3. GET /V1/amasty_blog/comment/all  - Get list with conditions (Search)
  4. GET /V1/amasty_blog/admin/comment/all  - Get list with conditions (Search) (for website administrator)
  5. POST /V1/amasty_blog/comment - Create comment
  6. POST /V1/amasty_blog/mine/comment/ - Create comment
  7. POST /V1/amasty_blog/guest/comment/ - Create comment
  8. PUT /V1/amasty_blog/comment/:commentId  - Update comment
  9. DELETE /V1/amasty_blog/comment/:commentId - Delete comment

  1. GET /V1/amasty_blog/category/:categoryId- Get one category
  2. GET /V1/amasty_blog/admin/category/:categoryId- Get one category (for website administrator)
  3. GET /V1/amasty_blog/admin/category/all - Get list with conditions (Search) (for website administrator)
  4. GET /V1/amasty_blog/category/all - Get list with conditions (Search)
  5. POST /V1/amasty_blog/category/ - Create category
  6. PUT /V1/amasty_blog/category/:categoryId - Update category
  7. DELETE /V1/amasty_blog/category/:categoryId - Delete category
 
  1. GET /V1/amasty_blog/post/:postid - Get one post
  2. GET /V1/amasty_blog/post/all - Get list with conditions (Search)
  3. GET /V1/amasty_blog/admin/post/all - Get list with conditions (Search) (for website administrator)
  4. GET /V1/amasty_blog/category/all - Get list with conditions (Search)
  5. POST /V1/amasty_blog/post/ - Create post
  6. PUT /V1/amasty_blog/post/:postid - Update post
  7. DELETE /V1/amasty_blog/post/:postid - Delete post

      • Related Articles

      • Blog Pro | GraphQL methods

        Queries amBlogSetting description: get blog pro module settings amBlogPost (id: Int, urlKey: String) description: get post information about a post by ID amBlogPosts (type: AmBlogPageType, page: Int, entityId: Int) description: get an array of posts ...
      • Does the Blog Pro module support the Page Builder functionality?

        The Blog Pro module does not provide the Page Builder functionality out-of-the-box. However, there is a special submodule included in the Blog Pro package that makes the extension compatible with the Page Builder functionality and lets you use it ...
      • How to add a YouTube video to a blog post?

        With the Blog Pro extension, it is possible to add and play YouTube videos right in blog posts. To add a video to a post page, follow the steps below. Step 1. Open the required YouTube video, right-click on it, and select Copy Embed Code. Step 2. ...
      • How does the extension work with the built-in Magento search for finding blog content?

        While the Blog content does not show up in search results by default, we do have an extension that makes finding blog posts with search possible, in addition to a number of other features. The extension is Advanced Search, which is also included in ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...