Skip to content

AssignmentEventType


OpenAPI Spec

GET
/v1/assignment-event-types/spec

Get OpenAPI 3.1.0 spec for AssignmentEventType API

Responses

The spec itself as json
application/json
JSON
{
}

Playground

Samples

cURL
JavaScript
PHP
Python

List AssignmentEventTypes

GET
/v1/assignment-event-types

List AssignmentEventTypes

Authorizations

apiKey
TypeHTTP (bearer)

Parameters

Query Parameters

page
Typenumber
minimum0
default0
size
Typenumber
minimum1
maximum20
default10
name
deactivatedAt
createdAt
updatedAt

Responses

List response
application/json
JSON
{
"page": 0,
"pages": 0,
"size": 10,
"items": [
{
"id": 0,
"name": "string",
"shortName": "string",
"color": "string",
"order": 0,
"deactivatedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

Get an AssignmentEventType

GET
/v1/assignment-event-types/{assignmentEventTypeId}

Get an AssignmentEventType by ID

Authorizations

apiKey
TypeHTTP (bearer)

Parameters

Path Parameters

assignmentEventTypeId*
Typeinteger
Required
formatint32

Responses

AssignmentEventType found
application/json
JSON
{
"id": 0,
"name": "string",
"shortName": "string",
"color": "string",
"order": 0,
"deactivatedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python