For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 2 1 3

add argument to JobGetCompleted API

How could we enter argument for the /Jobs/JobGetCompleted API, I see from the API Documentation that we could enter argument like the following, how could we add the argument to the query, and what is the format.

CompletionDateDateTime?

CreateDateDateTime?

Descriptionstring

JobIdstringPrimary Key MonitorUrlstringRead-Only ProgressPercentageint?

StartedDateDateTime?

StatusJobStatusCancelledCompletedErrorInProgressNotStartedPendingCancellationPurged

StatusMessagestring

UserIdint

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@kai fang
Which API are you using? This forum is dedicated to Eikon APIs. The terms you mentioned don't look like anything related to any Eikon APIs.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@kai fang

Refer to the DSS REST API Reference Tree, those are return values.


There is no parameter for this function. The return value looks like:

"value": [
        {
            "JobId": "0x0708d6bc6f41752d",
            "UserId": xxxx,
            "Status": "Completed",
            "StatusMessage": " ",
            "Description": "TickHistoryRawReportTemplate Extraction",
            "ProgressPercentage": 0,
            "CreateDate": "2020-03-27T02:39:13.356Z",
            "StartedDate": "2020-03-27T02:39:13.356Z",
            "CompletionDate": "2020-03-27T02:42:50.983Z",
            "MonitorUrl": "https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRawResult(ExtractionId='0x0708d6bc6f41752d')"
        },



1585619263552.png (62.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thanks a lot! I'll try that out.

run 3

Click below to post an Idea Post Idea