Gets a list of available reports that are created on a specified date.
Operation is successful.
The specified date format is invalid.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg" "https://yourHost/api/integration/v1/reports/list?createddate=01-JAN-2012"
{- "Message": "string",
- "Result": [
- {
- "category": "string",
- "file_name": "string",
- "id": 0,
- "layout_name": "string",
- "rep_desc": "string",
- "rep_name": "string",
- "report_date": "2019-08-24T14:15:22Z",
- "status": "string"
}
], - "status": "Success"
}