Retrieval
The following describes how data is retrieved from ServiceNow mobile apps.
Read data
When a user requests to view information on the mobile app, the following steps occur.
- The mobile app sends a request to access data from the instance. The request includes the token and any relevant data field needed for the request.
- The instance receives the request and checks if the Token is valid.
- If the token is valid, the request is directed to the relevant API to fetch the information.
- The information is returned to the mobile app.
Downloading documents
When a user requests to download documents from the app, the following steps occur.
- The mobile app sends a request to access the document. The request includes the Token.
- The instance receives the request and checks if the Token is valid.
- If valid, the document becomes available to view or take further actions on the device.