Document toolboxDocument toolbox

REST Integration Overview

Introduction

The REST APIs provide programmatic access to read and write ServiceMobility data. ServiceMobility implements three categories of REST APIs; standard, export and bulk loading. The standard REST APIs follow the traditional architecture style where each object (resource) is identified by a single URI and supports access via one or more of the standard HTTP methods such as GET, PUT, POST and DELETE. Export APIs are used by customers who want to integrate updates, being made by the mobile technicians, into their own backend systems. Bulk APIs are used for quickly loading large quantities of master data with a single REST call. Refer to each API section for additional details. 

Available REST APIs