opensesh docs

List reviewer track affinities

GET
/events/{eventId}/reviewer-tracks

Returns the event-scoped affinity set for every event member.

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/events/string/reviewer-tracks"
[  {    "eventMemberId": "string",    "trackIds": [      "string"    ]  }]