Export - Retrieves details of previous exports

Retrieves details of previous exports.

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
tenantIdstring · uuidRequired

Enter ID of an existing tenant

reportIdstring · uuidOptional

Enter ID of an existing report

versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Success: Successful retrieval of export history of requested tenant.

Class for export status.

idstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Id property.

createdDateTimestring · date-time · nullableOptional

A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the CreatedDateTime property.

lastActionDateTimestring · date-time · nullableOptional

A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the LastActionDateTime property.

reportIdstring · uuid · nullableOptional

A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the ReportId property.

reportNamestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ReportName property.

statusstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Status property.

percentCompleteinteger · int32 · nullableOptional

A public property of type nullable integer that has both a getter and a setter method, which allows for getting and setting the value of the PercentComplete property.

resourceLocationstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ResourceLocation property.

resourceFileExtensionstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ResourceFileExtension property.

expirationTimestring · date-time · nullableOptional

A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the ExpirationTime property.

get
/exportHistory

Last updated