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