---
title: "Get All Machine Attributes"
method: GET
path: "/v1/machines/{MachineID}/attributes"
tags: ["Machine Attribute"]
---

# Get All Machine Attributes

`GET /v1/machines/{MachineID}/attributes`

Retrieves all attributes associated with a specific machine identified by `MachineID`.

## Path parameters

- `MachineID` integer, required

## Response `200`

A list of all attributes associated with the specified machine.

- MachineAttribute[]
  - `DeviceAttributeID` integer — The unique identifier of the device attribute.
  - `MachineID` integer — The unique identifier of the machine associated with this attribute.
  - `DeviceAttributeValue` string, nullable — The value assigned to this device attribute.
  - `DeviceAttributeCodeID` integer, nullable — The code identifier for this device attribute.
  - `DeviceAttributeName` string, nullable — The name of the device attribute.
  - `DeviceAttributeGroup` string, nullable — The group or category to which this device attribute belongs.
  - `DeviceAttributeReadOnlyBit` boolean — Indicates whether the device attribute is read-only.
  - `MachineAttributeRef` string, nullable — A reference string for the machine attribute, typically used for informational purposes.
  - `MachineRef` string, nullable — A reference string for the machine, typically used for informational purposes.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
