Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand |
---|
| |||||
|
Expand | |
---|---|
|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
BodyExpand | |||||
---|---|---|---|---|---|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|