getSchedule

GET {{baseUrl}}/wave/asset/:assetId/schedule

Retrieves the schedule for an asset.

For additional information, see the Schedule Resource.

RESPONSES

status: OK

{"assetId":"\u003cstring\u003e","events":{"events":[{"createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","eventType":"\u003cstring\u003e"},{"createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","eventType":"\u003cstring\u003e"}]},"frequency":"\u003cstring\u003e","nextScheduledDate":"\u003cstring\u003e","notificationLevel":"\u003cstring\u003e","time":{"hour":"\u003cinteger\u003e","minute":"\u003cinteger\u003e","timeZone":{"gmtOffset":"\u003cdouble\u003e","name":"\u003cstring\u003e","zoneId":"\u003cstring\u003e"}}}