Click or drag to resize

BulkAPIGetImportJobDetails Method

Returns the details of the import job.

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

Parameters

jobId
Type: SystemInt64
Id of the import job.

Return Value

Type: DictionaryString, Object
Import result.
See Also