VitalWare API

<back to all web services

Dashboard

The following routes are available for this service:
POST GET/dashboard/Gets Dashboard Items

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/Dashboard HTTP/1.1 
Host: api.vitalware.com 
Content-Type: text/csv
Content-Length: length

{}
HTTP/1.1 200 OK
Content-Type: text/csv
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"}]}