/
Activity Export API

Activity Export API

3.0.0

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

On this page:

Related pages:

Resource URL Summary

Return a collection of updates made to Activity Objects

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


API Specific Parameters

ParameterDescription
${rowverValue}Specifies the starting point where objects should be returned from. The first object returned will be the next object after the specified rowver.
${limitValue}Specifies the maximum number of objects to be returned.

HTTP Headers

This API uses the default ServiceMobility HTTP Headers.



API Specifics

Return a collection of updates made to Activity Objects

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

URL

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.

JSON Format
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"Activity" : {
               //  Activity JSON object properties
           }
        }
    ]
}

Otherwise, on error, the API returns the standard response object.

Related content

[Depreciated]Activity REST API
[Depreciated]Activity REST API
More like this
Activity REST API
Activity REST API
More like this
Activity Webhook REST API Interface
Activity Webhook REST API Interface
More like this
Export REST APIs
Export REST APIs
More like this
Activity Object
Activity Object
More like this
Time Entry Export API
Time Entry Export API
More like this