Skip to main content
Get All Actor Types

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

ActorTypeID
integer<int32>

The unique identifier of the actor type to filter the results.

Response

200 - application/json

A list of actor types matching the specified criteria.

ActorTypeID
integer<int32> | null

The unique identifier of the actor type.

ActorTypeName
string | null

The name of the actor type.

LastUpdated
string<date-time> | null

The date and time when the actor type was last updated.

DefaultBit
boolean | null

Indicates whether this actor type is the default type.

CKey
string | null

A unique key associated with the actor type for additional identification or reference.