Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
Management and Data Reporting for Electronic Temperature Sensors Developer Guide
Displaying Full Event Record for Task ID
Using an API Test Tool
Management and Data Reporting for Electronic Temperature Sensors Developer Guide
Management and Data Reporting for Electronic Temperature Sensors Developer Guide
Overview
Workflow
Getting Started
API Authentication
Using a Simple Key
OAuth Client Credentials
OAuth Authorization Code
Enrolling Devices
Enrolling a ZS300 Sensor
Listing the Sensors
Listing the ZS300 Sensors
Creating a Task
Associating a Sensor with a Task
Associating a Sensor with a Task
Performing a Simple Task
Stopping a Task
Using Webhook Subscriptions
Understanding Webhook Concepts
Understanding Webhooks and APIs
Knowing When to Use Webhooks
Creating a Webhook Subscription
Starting a Webhook Subscription
Stopping a Webhook Subscription
Understanding Webhook Outputs
Displaying Full Event Record for Task ID
Using the Developer Portal Interactive Documentation
Sorting, Filtering, and Pagination
Using an API Test Tool
Downloading AIDL Files
Using an API Test Tool
Using an API Test Tool
The following steps describe how to use the API test tool.
Go to your favorite API test tool. The example below uses Postman, but other tools can also be used.
Download the Yaml file from the
Developer Portal
.
Import the Yaml file as a test suite.
Modify the taskID to be a valid task you created. Deselect the
startTime
and
endTime
.
Go to the Headers tab and enter the Key apikey and Value your apikey from step 1.
Click
Send
.
Verify the response is the same as the response you received in step 0.
Modify the startTime and endTime dates as desired to filter the results within a time range.
In Postman, click
Code Menu
and select the language for your application.
Copy and paste the code snippet into your application code for complete integration.
Displaying Full Event Record for Task ID