Articles
API for managing articles
List Articles
GET
https://www.magloft.com/api/portal/v1/articles/:app_id
This endpoint returns a list of all articles
that belong to the magazine
Path Parameters
Query Parameters
Retrieve paginated list of articles
GET
https://www.magloft.com/api/portal/v1/articles/:app_id/page/:page
This endpoint returns a page list of all articles
that belong to the magazine
Path Parameters
Query Parameters
Get Article
GET
https://www.magloft.com/api/portal/v1/articles/:app_id/:id
This endpoint returns a specific article
by id
Path Parameters
Create an Article
POST
https://www.magloft.com/api/portal/v1/articles/:app_id
This endpoint creates a new article
and returns the saved article
Path Parameters
Request Body
Update an Article
PUT
https://www.magloft.com/api/portal/v1/articles/:app_id/:id
This endpoint updates a specific article
by id
and returns the updated article
Path Parameters
Request Body
Delete Article
DELETE
https://www.magloft.com/api/portal/v1/articles/:app_id/:id
This endpoint deletes a specific article
by id
and returns an empty response
with status 204
Path Parameters
FlexPDF Import
POST
https://www.magloft.com/api/portal/v1/articles/:app_id/flexpdf-import
This endpoint creates multiple article
and returns
Path Parameters
Request Body
Last updated