Return a collection of updates made to User Audit ObjectsThis REST API will return a collection of updates made to User Audit Objects. URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| GET /seiapi/v3/export/UserAudit?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 User Audit Objects. Code Block |
---|
language | js |
---|
firstline | 1 |
---|
title | JSON Format | firstline | 1 |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"rowver" : "",
"rows" : [
{
"rowver" : "",
"UserAudit" : {
// User Audit JSON object properties
}
}
]
} |
Include Page |
---|
| _Default Response Object on Error |
---|
| _Default Response Object on Error |
---|
|
|