GET api/v1/BulkExport?type={type}

Will return bulk exports by its type or all if none provided.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

Export type

ExportType

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ExportItem
NameDescriptionTypeAdditional 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": "2024-04-26T13:02:24.4307525+00:00",
    "CreatedDateTimeTo": "2024-04-26T13:02:24.4307525+00: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": "2024-04-26T13:02:24.4307525+00:00",
    "CreatedDateTimeTo": "2024-04-26T13:02:24.4307525+00:00",
    "ItemType": "sample string 5",
    "RowCount": 1,
    "SegmentId": 1,
    "Right": "sample string 6",
    "TimeZoneId": "sample string 7"
  }
]