Versions Compared

Key

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

Status
colourGreen
title3.0.0

The Activity Export API returns updates to Activity Objects made by the mobile technicians.


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 Activity Objects

GET /seiapi/v3/export/Activity?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 Activity Objects

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

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/export/Activity?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 Activity Objects.

Code Block
languagejs
firstline1
titleJSON Formatfirstline1
linenumberstrue
collapsetrue
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"Activity" : {
               //  Activity JSON object properties
           }
        }
    ]
}

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