BulkAPIGetExportJobDetails Method |
Returns the details of the export job.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetExportJobDetails(
long jobId
)
Parameters
- jobId
- Type: SystemInt64
Id of the export job.
Return Value
Type:
DictionaryString,
ObjectExport job details.
See Also