Display Agent
GET display_notification_agents/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of meta data used with Display agent.
Resource URL
http://{host}/api/2.0/display_notification_agents/meta/.format
Example Request
GET
GET display_notification_agents
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of Display Agents configurations.
Resource URL
http://{host}/api/2.0/display_notification_agents/.format
Example Request
GET
GET display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single Display Agent configuration.
Resource URL
http://{host}/api/2.0/display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired display agent. |
Example Request
GET
POST display_notification_agents
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a new Display Agent.
Resource URL
http://{host}/api/2.0/display_notification_agents/.format
Example Request
POST
POST display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Copies an existing Display Agent configuration into a new agent.
Resource URL
http://{host}/api/2.0/display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Display Agent to be copied. |
Example Request
POST
PUT display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates an existing Display Agent.
Resource URL
http://{host}/api/2.0/display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Display Agent to be updated. |
Example Request
PUT
DELETE display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes an existing Display Agent.
Resource URL
http://{host}/api/2.0/display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Display Agent to be deleted. |
Example Request
DELETE