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.
The unique identifier associated with the return.
Success
Show child attributes
The unique identifier associated with the return note.
The content of the note.
The date and time at which the note was created, using the ISO 8601 date format.