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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 4 3 7

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 512.0 KiB each and 1.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.

Hello @kai fang

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

@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 512.0 KiB each and 1.0 MiB total.

Thanks a lot! I'll try that out.

run 3

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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