Skip to main content
GET
/
v1
/
lookupTypes
/
machineModels
Get Machine Models
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/lookupTypes/machineModels \
  --header 'Authorization: <api-key>'
[
  {
    "MachineModelID": 123,
    "MachineTypeID": 555001,
    "ProviderID": 123,
    "ProtocolTypeID": 123,
    "LastUpdated": "2023-11-07T05:31:56Z",
    "MachineModelName": "<string>",
    "ActorID": 123,
    "CreationDateTime": "2023-11-07T05:31:56Z",
    "CreatedBy": 123,
    "UpdatedBy": 123,
    "MachineModelStatus": 123
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Query Parameters

MachineModeID
integer<int64>

The unique identifier of the machine model to filter the results.

Response

200 - application/json

A list of machine models matching the specified criteria.

MachineModelID
integer<int64> | null

The unique identifier of the machine model.

MachineTypeID
enum<integer> | null

The identifier of the machine type associated with this model.

Available options:
555001,
555002,
555003,
555004,
555005,
555006,
555007,
555008,
556017,
556018,
30000514,
30000515,
30000516,
30000517,
30000518,
30000519,
30000520,
30000521,
30000522,
30000523,
30000524,
30000525,
30000526,
30000527,
30000561,
30000578,
30000579,
30000580,
30000581,
30000582,
30000583,
30000602,
30000611,
30000612,
30000617,
30000618,
30000619,
30000620,
30000623,
176649542,
227707459,
227707460,
504059468,
529079224,
363311433,
244797254
ProviderID
integer<int32> | null

The identifier of the provider associated with this machine model.

ProtocolTypeID
integer<int32> | null

The identifier of the protocol type used by this machine model.

LastUpdated
string<date-time> | null

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

MachineModelName
string | null

The name of the machine model.

ActorID
integer<int64> | null

The identifier of the actor associated with this machine model.

CreationDateTime
string<date-time> | null

The date and time when the machine model was created.

CreatedBy
integer<int64> | null

The identifier of the user who created the machine model record.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the machine model record.

MachineModelStatus
integer<int32> | null

The status of the machine model, represented as an integer.