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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
0 2 0 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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
11.3k 25 8 13

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea