GET api/v1/integrations/exports/queued/me?PageNumber={PageNumber}&PageSize={PageSize}

List integration export queued for me

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageNumber

Page number

integer (32 bits)

Default value: 1

Example value: 1

Range: inclusive between 1 and 2147483647

PageSize

Number of records per page

integer (32 bits)

Default value: 10

Example value: 10

Range: inclusive between 0 and 100

Body Parameters

None.

Response Information

Resource Description

Retrieve a list of integration exports

ListIntegrationExportQueuedForMeV1Response
NameDescriptionTypeAdditional information
Exports

List of integration exports

Collection of ListIntegrationExportQueuedForMeV1ResponseExport

None.

Total

Total number of records matching the request

integer (32 bits)

Required

Example value: 42

Range: inclusive between 0 and 2147483647

Response Formats

application/json

Sample:
{
  "Exports": [
    {
      "IntegrationExportId": "8711b622-061f-4fc5-a916-eb9135b0dbf1",
      "IntegrationId": "32952475-a2c0-4c9c-9c07-07c9c63f7cbf",
      "AttemptNumber": 1,
      "FileName": "Orders.xlsx"
    },
    {
      "IntegrationExportId": "8711b622-061f-4fc5-a916-eb9135b0dbf1",
      "IntegrationId": "32952475-a2c0-4c9c-9c07-07c9c63f7cbf",
      "AttemptNumber": 1,
      "FileName": "Orders.xlsx"
    }
  ],
  "Total": 42
}