Click or drag to resize

BulkAPIGetExportJobDetails Method

Returns the details of the export job.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, Object> GetExportJobDetails(
	long jobId
)

Parameters

jobId
Type: SystemInt64
Id of the export job.

Return Value

Type: DictionaryString, Object
Export job details.
See Also