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