Return a collection of updates made to Activity ObjectsThis REST API will return a collection of updates made to Activity Objects. URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| GET /seiapi/v3/export/Activity?rowver=${rowverValue}&limit=${limitValue}
|
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a collection of zero of more Activity Objects. Code Block |
---|
language | js |
---|
firstline | 1 |
---|
title | JSON Format | firstline | 1 |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"rowver" : "",
"rows" : [
{
"rowver" : "",
"Activity" : {
// Activity JSON object properties
}
}
]
} |
Include Page |
---|
| _Default Response Object on Error |
---|
| _Default Response Object on Error |
---|
|
|