Skip to main content
GET
/
api
/
v1
/
faculty_activity_configurations
List faculty activity configurations
curl --request GET \
  --url https://api.scholarlysoftware.com/api/v1/faculty_activity_configurations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "faculty_activity_configuration",
      "attributes": {
        "start_date_property": "<string>",
        "end_date_property": "<string>",
        "singular_title": "<string>",
        "plural_title": "<string>",
        "key": "<string>",
        "properties": [
          {
            "key": "<string>",
            "label": "<string>",
            "type": "string",
            "choices": [
              "<string>"
            ]
          }
        ]
      },
      "relationships": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer token

Query Parameters

page[size]
integer

Number of items per page (max 100)

page[after]
string

Cursor for next page

page[before]
string

Cursor for previous page

Response

faculty activity configurations found

data
object[]
required
I