cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/faculty_activities/{faculty_activity_id}/files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "file", "id": "<string>", "attributes": { "filename": "report.pdf", "content_type": "application/pdf", "url": "<string>", "checksum_md5": "<string>" } } ] }
Returns a list of files attached to a specific faculty activity in JSON:API format
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Files found
Show child attributes