get https://example.com/api/basedata/v1/articles
This endpoint will return a paginated list of all the available articles that exist under this backoffice.
Log in to see full request history
Responses
401You are not unauthorized
This endpoint will return a paginated list of all the available articles that exist under this backoffice.
401You are not unauthorized
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/basedata/v1/articles?page=1&pageSize=100&includeDeleted=false&storeId=null' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: