cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/institutions/{institution_id}/faculty_activities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<any>", "type": "<string>", "attributes": { "start_date": "<any>", "end_date": "<any>", "properties": {} } } ] }
Verifies that soft-deleted records are excluded from index endpoint
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
soft-deleted records excluded
The response is of type object.
object