Share via


CustomerDataService.GetDownloadFileURL Method

CustomerDataService.GetDownloadFileURL Method

Returns a URL that can be used to access the data file for a given job.

Public Function GetDownloadFileURL(jobID As String) As String

[C#]
public string GetDownloadFileURL(string jobID);

Parameters

  • jobID
    The unique ID for the data download job.