GET DataExportRuns?for_guid={for_guid}&appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| for_guid | string |
Required |
|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfDataExportRuns| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of DataExportRuns |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"appid": "sample string 1",
"as_run_data_export_type": null,
"data_export_type_id": "sample string 2",
"run_start_time": "2026-05-11T04:34:06.0819031+00:00",
"run_end_time": "2026-05-11T04:34:06.0819031+00:00",
"log": "sample string 5",
"final_file_name": "sample string 6",
"server_file_path": "sample string 7",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfDataExportRunsXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<DataExportRuns i:nil="true" />
<DataExportRuns>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<appid>sample string 1</appid>
<as_run_data_export_type i:nil="true" />
<data_export_type_id>sample string 2</data_export_type_id>
<final_file_name>sample string 6</final_file_name>
<log>sample string 5</log>
<run_end_time>2026-05-11T04:34:06.0819031+00:00</run_end_time>
<run_start_time>2026-05-11T04:34:06.0819031+00:00</run_start_time>
<server_file_path>sample string 7</server_file_path>
</DataExportRuns>
</the_list>
<total>3</total>
</BaseGridOfDataExportRunsXD55xrjw>