cURL
curl --request GET \ --url http://localhost:3001/api/v1/resources \ --cookie nut-session=
{ "success": true, "data": { "resources": [ { "filename": "<string>", "type": "image", "mimeType": "<string>", "size": 123, "description": "<string>", "proposalId": "<string>", "url": "<string>", "thumbnailUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve all uploaded resources
Session cookie authentication
Filter by resource type
image
video
audio
document
other
Filter by associated proposal
List of resources
Show child attributes