cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/faculty_activities/{faculty_activity_id}/files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "attributes": { "filename": "<string>", "content_type": "<string>", "url": "<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
Faculty Activity UUID
empty files list
Show child attributes