API 4.1
Version 6.0.4 onwards, MCM9000 supports API 4.1.
API 4.1 is a replica of API 4.0 that allows,
Capitalization of UUID. For example, uuid :
A498AEB9-5F00-4CA9-B68F-7DA97E7E6DA9
Allows single quotes. For example, don't care and dont care will be considered same.
Version 6.0.5 onwards MCM9000 supports, JXS TR-07 and TR-08 code type on API 4.1.
Returns a list of receiver configuration data.
Resource URL
http://{host}/api/4.1/receivers/.format
Example Request
GET
GET receivers/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single specific receiver configuration data.
Resource URL
http://{host}/api/4.1/receivers/{id}/.format
Parameters
Parameter | Data Type | Descriptionuu |
---|---|---|
uuid | string | The UUID of the desired receiver. |
Example Request
GET
PUT receivers/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates the network configuration in the receivers.
Resource URL
http://{host}/api/4.1/receivers/{uuid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | string | The UUID of the desired receiver to be updated. |
Example Request
PUT
Returns a list of senders configuration data.
Resource URL
http://{host}/api/4.1/senders/.format
Example Request
GET
Returns a single specific senders configuration data.
Resource URL
http://{host}/api/4.1/senders/{id}/.format
Parameters
Parameter | Data Type | Descriptionuu |
---|---|---|
uuid | string | The UUID of the desired senders. |
Example Request
GET
Updates the network configuration in the senders.
Resource URL
http://{host}/api/4.1/senders/{uuid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | string | The UUID of the desired sender to be updated. |
Example Request
PUT
Returns a list of layouts configuration data.
Resource URL
http://{host}/api/4.1/layouts/.format
Example Request
GET
Returns a single specific layouts configuration data.
Resource URL
http://{host}/api/4.1/layouts/{id}/.format
Parameters
Parameter | Data Type | Descriptionuu |
---|---|---|
uuid | string | The UUID of the desired layouts. |
Example Request
GET
Updates the network configuration in the layouts.
Resource URL
http://{host}/api/4.1/layouts/{uuid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | string | The UUID of the desired layouts to be updated. |
Example Request
PUT
Returns a single specific layout_types configuration data.
Resource URL
http://{host}/api/4.1/layout_types/.format
Example Request
GET
GET channels/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of channels configuration data.
Resource URL
http://{host}/api/4.1/channels/config/.format
Example Request
GET
GET channels/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single specific channels configuration data.
Resource URL
http://{host}/api/4.1/channels/config/{id}/.format
Parameters
Parameter | Data Type | Descriptionuu |
---|---|---|
uuid | string | The UUID of the desired channel configuration. |
Example Request
GET
GET outputs/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of outputs configuration data.
Resource URL
http://{host}/api/4.1/outputs/config/.format
Example Request
GET
GET outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single specific outputs configuration data.
Resource URL
http://{host}/api/4.1/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Descriptionuu |
---|---|---|
uuid | string | The UUID of the desired output configuration. |
Example Request
GET