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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
11 5 4 5

What are the different status codes to be expected from DSS extraction queries?

What status codes, apart from the 200 OK, can be expected when making DSS REST calls for extraction of data?

dss-rest-apidatascope-selectdsshttpstatus
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.

Upvotes
Accepted
942 8 9 13

Hi @nisheeth.agarwal,

I recommend you the reading of the Programming without SDK Tutorial. You should find the answer you need in the Managing the HTTP responses section (it contains a link to the exhaustive list of codes). In a nutshell, 200 means the data extraction is complete, 202 means it is pending.

Please, read this great tutorial for more details. It is available in the DataScope Select - REST API page where you'll find tons of other excellent learning materials.

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.

Upvote
462 13 11 14

@nisheeth.agarwal

Hi Nisheeth,

The codes can be found on page: https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/Index, or to navigate to this page, by going through your DSS GUI: 'Help' > 'REST API Help' > 'SDK' > 'Status Codes' (DSS credentials required).

Best regards,

Gareth

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.

Upvote
13.7k 26 8 12

@nisheeth.agarwal,

The REST API uses HTTP status codes consistent with the OData protocol specifications.The status codes are documented in the DSS server help pages. The ones you will most frequently encounter are 200, 202, 204 and 401.

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.

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.