cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/profiles/{profile_id}/faculty_activities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "attributes": { "start_date": "<string>", "end_date": "<string>", "properties": {} } } ] }
Returns a list of faculty activities for a specific profile
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Profile UUID
faculty activities found
The response is of type object.
object