We have 2 requirements
- Client is trying to extract their current DSS scheduled extraction via DSS API Below are the details for your reference
DSS User ID – 136343
"ListId": "0x03643947b1eee116"
"ReportTemplateId": "0x036a93420c204208"
"Name": "ExchangeRates_EUP_M",
"OutputFileName": "ExchangeRates_EUP_M"
We tried to fetch the data with the attached API call which is there in the notepad. However, we are getting the below error response ( 400 Bad request) when we make a API Call. We request you to provide a correct API call to get the extraction of their schedule. I am attaching their schedule screenshot for your refence. Please refer to the highlighted schedule in the screenshot
{
"error": {
"message": "Malformed request payload: Syntax error at Line 14, Char 2: expected '}' ]"
}
}
Requirement No 2.
Client need to know how can they get oauth 2.0 credentials for their Cloud system integration. They need the below details
- Client ID — a Service ID (public identifier for your app)
- Client Secret — the secret/password for your Client ID
HTTP POST request to LSEG’s OAuth2 token endpoint, passing your client_id, client_secret, and grant_type=client_credentials