Troubleshooting
Grid RESTful API Start-up Guide
47
13. Go back to the Composer-Parse tab and set the HTTP verb to POST from the dropdown menu.
14. Enter the URL of the REST endpoint.
15.
Enter the attribute “Content-Type: application/json” in the request header.
16. Enter the input to be passed to the RESTful service in JSON format.
17.
Click on the “Execute” button to make a POST request.
18. Double click the URL logged.
19. Click on the Inspectors tab.
20. Select JSON to see the response in JSON format.
21. Copy the token.
22. Compose the URL again to get the device data logs (https://www.fieldpop.io/rest/method/fieldpop-
api/deviceDataLog).
23. Pass the copied token as a query parameter
(deviceID=
deviceID
&happn_token=
authtoken
&startUTCsec=
1477388259
&endUTCsec=
1500000
000
).