opensesh docs

Assign submissions to a reviewer

POST
/events/{eventId}/review-rounds/{roundId}/assignments

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string
roundId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/events/string/review-rounds/string/assignments" \  -H "Content-Type: application/json" \  -d '{    "eventMemberId": "string",    "submissionIds": [      "string"    ]  }'
{  "created": 0,  "skipped": 0}