cURL
curl --request GET \ --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/notes \ --header 'X-Authorization: <api-key>'
{ "notes": [ { "id": 123, "content": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Get notes on a specific return using the return’s ID.
Documentation IndexFetch the complete documentation index at: https://docs.loopreturns.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.loopreturns.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier associated with the return.
Success
Show child attributes