AlgoJudge documentation0.1
REST reference

Permissions

GET/permissions

Response Body

curl -X GET "https://example.com/permissions"
[  {    "key": "string",    "scope": "string",    "group": "string",    "participant": true,    "systemic": true  }]
GET/permissions/mine

Query Parameters

activityId?string
Formatuuid

Response Body

curl -X GET "https://example.com/permissions/mine"
[  "string"]
GET/permissions/mine/anywhere

Response Body

curl -X GET "https://example.com/permissions/mine/anywhere"
[  "string"]