cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
352
Views
0
Helpful
1
Replies

Error 1021

DaniloSilva
Level 1
Level 1

Hello, When a try call POST to create a report by API  I'm recived the error code 1021 with  this message  

API to create https://webexapis.com/v1/reports

{
    "message": "No body provided to create report with",
    "errors": [
        {
            "errorCode": 1021
        }
    ],
    "trackingId": "2529-4eff-bca7-f1dc8f0a9cd6"
}
For call  I use postman with bearer token  and templetId on body. For get template ID I call api https://webexapis.com/v1/report/templates
Any suggestion  ?
1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@DaniloSilva it's difficult to tell what the exact issue is, the server error refers to a body not sent with your request. So this seems to be a possible formatting error. Would you mind also providing the API request that you did? Also, opening a Support Case for this devsupport@webex.com might be a better way of handling it, as this seems to be an individual request error. Thanks