Activity Export NotificationURL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| POST <REST Endpoint URI>/Activities/
|
HTTP Request BodyThe HTTP request body will contain a valid Webhook Request Object. Within the data property of the Webhook Request Object will be a valid Activity Export API Object. Include Page |
---|
| Webhook Request Object |
---|
| Webhook Request Object |
---|
|
Activity Export Notification Object Code Block |
---|
language | js |
---|
firstline | 1 |
---|
title | JSON Format |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"rowver" : "",
"rows" : [
{
"rowver" : "",
"Activity" : {
// Activity JSON object properties
}
}
]
} |
HTTP ResponseResponse Codes HTTP Code | Description |
---|
200 | OK. The Activity request was received successfully. | 401 | Invalid Logon. | 500 | Server error. An error occurred while processing the request. The HTTP response body should have more details as to the possible cause. | On success, an HTTP response code of 200 must be returned. |