Fixtures#
Note
The endpoints listed on this page require a project to be loaded on the controller.
All properties described below relating to a fixture or device’s status are obtained by the Status Monitor.
Fixtures Overview#
GET#
Get an overview of fixtures used in the current project including their statuses.
GET /api/fixtures
Returns a JSON array of objects with the following attributes:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
Name of the immediate parent space containing this fixture |
|
|
string |
Manufacturer name as defined in the fixture library |
|
|
integer |
User number of the fixture |
|
|
string |
Combined universe key and address (see Universe Key String Format) |
|
|
string |
|
|
|
string |
|
|
|
string |
ISO 8601-formatted timestamp of the last status update, or |
|
If the with_custom_properties query parameter is true, the following additional attribute is included for each fixture.
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
object |
Object properties and property values correspond to custom property names and values |
|
If the with_rdm_devices query parameter is true, the following additional attribute is included for each fixture:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
array of objects |
A list of RDM devices associated with this fixture |
|
Fixture#
GET#
Get detailed information for a single fixture including its status.
GET /api/fixtures/{fixtureNumber}
Returns a JSON object with the same properties as contained in the Fixtures Overview GET response.
Universe Key String Format#
A universe key string takes the form:
protocol:indexwhere:protocolisdmx,sacn, orart-net;indexis the index of the output port, 1 or 2, matching the port on the Express controller.
For example:
"dmx:1"refers to port 1 on the Express Controller