GET api/v1/BulkExport?type={type}
Will return bulk exports by its type or all if none provided.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
Export type |
ExportType |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ExportItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| DownloadUrl | URI |
None. |
|
| SizeInBytes | integer |
None. |
|
| Type | string |
None. |
|
| CreatedDateTimeFrom | date |
None. |
|
| CreatedDateTimeTo | date |
None. |
|
| ItemType | string |
None. |
|
| RowCount | integer |
None. |
|
| SegmentId | integer |
None. |
|
| Right | string |
None. |
|
| TimeZoneId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"DownloadUrl": "http://webapihelppage2.com",
"SizeInBytes": 3,
"Type": "sample string 4",
"CreatedDateTimeFrom": "2025-11-27T14:04:57.1200647+01:00",
"CreatedDateTimeTo": "2025-11-27T14:04:57.1210659+01:00",
"ItemType": "sample string 5",
"RowCount": 1,
"SegmentId": 1,
"Right": "sample string 6",
"TimeZoneId": "sample string 7"
},
{
"Name": "sample string 1",
"DownloadUrl": "http://webapihelppage2.com",
"SizeInBytes": 3,
"Type": "sample string 4",
"CreatedDateTimeFrom": "2025-11-27T14:04:57.1200647+01:00",
"CreatedDateTimeTo": "2025-11-27T14:04:57.1210659+01:00",
"ItemType": "sample string 5",
"RowCount": 1,
"SegmentId": 1,
"Right": "sample string 6",
"TimeZoneId": "sample string 7"
}
]