-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I'm working on an integration to manually start and stop live events in cablecast via a Crestron control system. I'm trying to use the forceevents api. Whenever I do a post to that endpoint, I get the response below. I've got the media type header set to text/json. I'm also pretty sure I have the auth set up properly because I'm able to to do get requests for devices and outputs.
The json i'm sending is:
{
"forceEvents": [
"switchEvent": {
"device": 4,
"output": 1
}
]
}
And the response is:
Server Error in '/CablecastAPI' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /cablecastapi/v1/forceevents