Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve a list of available Diagnostic Data uploads for a specific User and Date
Retrieve specific uploaded Diagnostic Data for a specific User
|
API Specific Parameters
Parameter | Description |
---|---|
${date} | Specifies the date the diagnostic data was uploaded. The format of the date field is |
${seq} | Specifies the unique uploaded instance. |
| Specifies the user ID to retrieve diagnostic data for. |
Include Page | ||||
---|---|---|---|---|
|
HTTP Body
The response body will always have a HTTP header Content-Type
of application/json
.
Diagnostic List Body
This format will be returned when requesting a list of available diagnostic data uploads. Below is an example response.
Code Block | ||||
---|---|---|---|---|
| ||||
[ { "seq": "269", "diagsDate": "2015-10-29T18:35:16.473Z", "appVersion": "3.14.0", "dBVersion": "1.30", "url": "/seiapi/v3/trans/DiagData/j.doe@abcorp.com/2015-10-29/269" }, { "seq": "270", "diagsDate": "2015-10-29T18:38:54.153Z", "appVersion": "3.14.0", "dBVersion": "1.30", "url": "/seiapi/v3/trans/DiagData/j.doe@abcorp.com/2015-10-29/270" }, { "seq": "271", "diagsDate": "2015-10-29T18:50:36.240Z", "appVersion": "3.14.0", "dBVersion": "1.30", "url": "/seiapi/v3/trans/DiagData/j.doe@abcorp.com/2015-10-29/271" } ] |
Diagnostic Data Body
The JSON format returned contains the diagnostic data that was collected from the mobile application. This content can vary and change based on the actual diagnostic script that was executed.
Include Page | ||||
---|---|---|---|---|
|