get https://example.com/api/basedata/v1/notes
This endpoint will return a paginated list of all the available notes that exist in the database
Log in to see full request history
Responses
401You are not unauthorized
This endpoint will return a paginated list of all the available notes that exist in the database
401You are not unauthorized
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/basedata/v1/notes?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: