Data API
Read data from dynamics mobile portal
The Data API allows external systems to read data from a specific application area (tenant) via ODATA .
The Data API is intended for use by external systems for reporting and analysis purposes
It Data API has the following usage limits:
(soft limit) up to 10 request per minute
(hard limit) up to 6Mb per request can be returned as a response
the maximum size of the data consumed per month is limited to 100GB per month (This is a tenant specific limit, which can be increased by purchasing higher tenant tier subscription)
The DATA API usage requires External Consumer Subscription. Please contact our sales teams via sales@dynamicsmobile.com. The External Consumer Subscription allows external systems to read data from a single tenant where the Data API limits and tenant specific limits applies.
The DATA API allow access to all data entities stored in the tenant. The actual data and entities stored within the tenant depends on the actual apps instralled in the tenant.
You can explore the available data entities by using the Schema Explorer from the tenant.
1. Login into your tenant
Go to ADM app
Go to Apps by using the left-side menu
Select a backend app from the list ( BIZES, MOBFL, ALRT, etc. )
Click "Schema Explorer" from the top right corner
You will see the list of the supported entities within the selected app
Click over an entity to expand the fields
You can use the same entity and fields names to extract the entities data via the Data API
The Data API is exposed to internet and can be called via HTTPS requests by sending and receiving JSON payload.
Allows external consumers to read entity records by providing filter expressions
GET
https://api.portal.dynamicsmobile.com/livelink/entity/:appArea/:appCode/:entity/query
The API method requires the consumer to provide application and entity in the path The application parameter an application code for application, which is installed in the corresponding application area. The entity parameters must be an entity name for entity within the application. For example the consumer can read the Mobile Events by providing application: MOBFL and entity: GeoLocationEvent See MOBFL/Entities for documentation of entities supported by the Mobile Fleet application.
Path Parameters
Query Parameters
Headers
Check out the following additional pages:
Last updated