...cases/summaries
I'm getting StatusCode: 415 while calling https://api-worldcheck.refinitiv.com/v1/cases/summaries from .net
I have have the following headers set
Content-Type: application/json; charset=utf-8
Date: "Wed, 22 Mar 2023 17:16:15 GMT"
Authorization: "autorization here"
Content-Length: "276"
with payload
{ "cursorOptions": { "itemsPerPage": 10 }, "query": "creationDate>=2023-03-15T00:00:00.000Z;groupId==xxxxxxxxxxxx", "sort": [ { "columnName": "creationDate", "order": "ASCENDING" } ] }
{StatusCode: 415, ReasonPhrase: '', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Transfer-Encoding: chunked
Connection: keep-alive
Content-Security-Policy: default-src 'none'; frame-ancestors 'none'
Strict-Transport-Security: max-age=15552000; includeSubDomains
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Date: Tue, 21 Mar 2023 20:11:10 GMT
}}
Any idea what is missing?
please help