Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Body:Expand | |||||
---|---|---|---|---|---|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Body:Expand | |||||
---|---|---|---|---|---|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|