Skip to content

AssignmentStatusType


OpenAPI Spec

GET
/v1/assignment-status-types/spec

Get OpenAPI 3.1.0 spec for AssignmentStatusType API

Responses

The spec itself as json
application/json
JSON
{
}

Playground

Samples

cURL
JavaScript
PHP
Python

List AssignmentStatusTypes

GET
/v1/assignment-status-types

List AssignmentStatusTypes

Authorizations

apiKey
TypeHTTP (bearer)

Parameters

Query Parameters

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

Responses

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

Playground

Server
Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

Get an AssignmentStatusType

GET
/v1/assignment-status-types/{assignmentStatusTypeId}

Get an AssignmentStatusType by ID

Authorizations

apiKey
TypeHTTP (bearer)

Parameters

Path Parameters

assignmentStatusTypeId*
Typeinteger
Required
formatint32

Responses

AssignmentStatusType found
application/json
JSON
{
"id": 0,
"name": "string",
"order": 0,
"category": "string",
"deactivatedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python