POST GET | /dashboard/ | Gets Dashboard Items |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/Dashboard HTTP/1.1
Host: api.vitalware.com
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]},"webinars":[{"entryId":0,"entryName":"String","boldedEntryName":"String","trainingUrl":"String","scheduleOnText":"String","displayOnText":"String","timeZone":"String","scheduleOn":"\/Date(-62135596800000+0000)\/","displayOn":"\/Date(-62135596800000+0000)\/","bolded":false}],"featureDocuments":[{"productName":"String","sourceUrl":"String","mimeType":"String"}],"trainingMaterials":[{"productName":"String","mediaType":"String","title":"String","tooltip":"String","htmlDescription":"String","bolded":false,"previewImageUrl":"String"}]}