Interactions API
GET/api/v1/interaction-types
Product availabilityAlgaPSAAlgaDesk

List interaction types

Returns the union of system and tenant-defined interaction types.

RBAC · interaction

Response body

Success response 200 · schema InteractionTypeListV1

dataarray of objectRequired
itemsobject
type_idstring <uuid>Required
type_namestringRequired
iconstringRequiredNullable
is_systembooleanRequired
metaobject

Response codes

200
Available interaction types.
400
Validation or query parsing failure.
401
API key missing or invalid.
403
Interaction RBAC denied.
404
Interaction not found.
500
Unexpected controller or service failure.