Skip to main content
Search Machine Basic Info

Authorizations

Authorization
string
header
required

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

Body

application/json
MachineID
integer<int64> | null

The unique identifier of the machine to search for.

StatusID
integer<int32> | null

The status identifier to filter the machines by status.

Search
string | null

The search query string to filter machines by name or number.

Response

200 - application/json

A list of machines matching the search criteria, including their basic details.

typeID
integer<int64> | null

The type identifier associated with the machine.

ID
string | null
read-only

The unique identifier for the machine search result.

parentID
string | null

The parent identifier associated with the machine, if any.

Disabled
integer<int64> | null

Indicator if the machine is disabled (1 for disabled, 0 for enabled).

Name
string | null

The name of the machine associated with the search result.