Error Display Agents
GET error_display_notification_agents
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of Error Display Agents configuration data.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/.format
Example Request
GET
GET error_display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single Error Display Agent configuration data.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Error Display Agent to be viewed. |
Example Request
GET
POST error_display_notification_agents
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a new Error Display Agent.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/.format
Example Request
POST
POST error_display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Duplicates a single specific Error Display Agent into a new one, preserving all configuration data except for the title.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Error Display Agent to be copied. |
Example Request
POST
PUT error_display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates a single specific Error Display Agent configuration data.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Error Display Agent to be updated. |
Example Request
PUT
DELETE error_display_notification_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single specific Error Display Agent.
Resource URL
http://{host}/api/2.0/error_display_notification_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired Error Display Agent to be deleted. |
Example Request
DELETE