v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Actors

List All Machine Groups for Actor

Retrieves all machine groups associated with a specific actor, identified by ActorID.

get/v1/actor/{ActorID}/machineGroups

Path parameters

ActorIDinteger required

The unique identifier of the actor for whom the machine groups are being retrieved.

Response

A list of machine groups associated with the actor was retrieved successfully.

MachineGroupIdinteger nullable

The unique identifier of the machine group.

ActorIdinteger nullable

The unique identifier of the actor associated with this machine group.

MachineGroupNamestring nullable

The name of the machine group.

MachineGroupCodeinteger nullable

A code assigned to the machine group for identification or categorization.

MachineGroupStatusinteger

The status identifier of the machine group, indicating its current state.

CreatedByinteger nullable

The unique identifier of the user who created this machine group.

CreatedOnstring date-time nullable

The date and time when the machine group was created.

UpdatedOnstring date-time nullable

The date and time when the machine group was last updated.

UpdatedByinteger nullable

The unique identifier of the user who last updated this machine group.