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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
0 5 1 4

DSS API on Python

Using DSS API to perform a data extraction for 0#USDSBQLZ=R using the following request but get an error: Using API on Python

The response error I get is:

Out[24]: b'{"error":{"message":"Malformed request payload: For the property name \\"IdentifierList\\" in the JSON request the value could not be parsed successfully. Please check the casing or spelling of the property."}}'

Please help. This is new user on Trial.

pythondss-rest-apidatascope-selectdssapi
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.

1 Answer

· Write an Answer
Upvotes
Accepted
11.3k 25 9 14

Could you provide full request message?

Anyway, the issue might be the same as this question. The @odata.type position is strict. It must before other parameters. The OrderedDict from collections should be used.

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.