Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.0.0

The User Audit export API returns the user/technician audit objects that have been uploaded from the mobile device. This API will maintain the order (time sequence) in which the they were created at an individual user level. However, because of the offline capability of the mobile application, the system can not guarantee the order (time sequence) across multiple different users/devices. The order in which the objects are exported are the order in which they were received from the mobile device.


Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel2

Related pages:


Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Return a collection of updates made to User Audit Objects

GET /seiapi/v3/export/UserAudit?rowver=${rowverValue}&limit=${limitValue}

Include Page
_Default Export API Parameters
_Default Export API Parameters

Include Page
_Default HTTP Headers
_Default HTTP Headers
 



API Specifics


Panel
borderColor#D3D3D3

Return a collection of updates made to User Audit Objects

This REST API will return a collection of updates made to User Audit Objects.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/export/UserAudit?rowver=${rowverValue}&limit=${limitValue}

HTTP Request Body

This request does not require a request body. 

HTTP Response Body

On 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
languagejs
firstline1
titleJSON Formatfirstline1
linenumberstrue
collapsetrue
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"UserAudit" : {
               // User Audit JSON object properties
           }
        }
    ]
}

Include Page
_Default Response Object on Error
_Default Response Object on Error