Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
GET event_rule_sets
Resource Information
Requires Authentication?
Response Formats
json
HTTP Methods
GET
Returns a list of all Event Rule Sets configuration data.
Resource URL
http://{host}/api/2.0/event_rule_sets/.format
Example Request
GET
language | json |
---|
GET event_rule_sets/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list meta data for Event Rule Sets configuration.
Resource URL
http://{host}/api/2.0/event_rule_sets/meta/.format
Example Request
GET
Expand | ||||
---|---|---|---|---|
| ||||
|
GET event_rule_sets
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of all Event Rule Sets configuration data.
Resource URL
http://{host}/api/2.0/event_rule_sets/.format
Example Request
GET
Expand | ||||
---|---|---|---|---|
| ||||
|
GET event_rule_sets/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a detailed single specific Event Rule Set configuration data.
Resource URL
http://{host}/api/2.0/event_rule_sets/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID if the desired Event Rule Set to be viewed. |
Example Request
GET
Expand | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||
|
GET event_rule_sets/{id}
Resource Information
Requires Authentication?
Response Formats
json
HTTP Methods
GET
Returns a detailed single specific Event Rule Set configuration data.
Resource URL
http://{host}/api/2.0/event_rule_sets/{id}/.format
Parameters
Parameter
Data Type
Description
id
(required)
integer
The ID if the desired Event Rule Set to be viewed.
Example Request
GET
Code Block | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
{
"EventRuleSet": {
|
POST event_rule_sets
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a new Event Rule Set.
Resource URL
http://{host}/api/2.0/event_rule_sets/.format
Example Request
POST
Expand | |
---|---|
|
| |||||
|
Expand | |
---|---|
|
| |||||
|
POST event_rule_sets/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Duplicates a single specific Event Rule Set into a new one, preserving all configuration except the title.
Resource URL
http://{host}/api/2.0/event_rule_sets/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID if the desired Event Rule Set to be copied. |
Example Request
POST
Expand | |||||
---|---|---|---|---|---|
| |||||
|
PUT event_rule_sets/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates a sngle specific Event Rule Set.
Resource URL
http://{host}/api/2.0/event_rule_sets/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID if the desired Event Rule Set to be updated. |
Example Request
PUT
Expand | |
---|---|
|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
DELETE event_rule_sets/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single specific Event Rule Set.
Resource URL
http://{host}/api/2.0/event_rule_sets/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID if the desired Event Rule Set to be deleted. |
Example Request
DELETE
Expand | |||||
---|---|---|---|---|---|
| |||||
|