Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot get motion video clips using events() functions #41

Closed
duangenquan opened this issue Dec 29, 2017 · 6 comments · Fixed by #44
Closed

cannot get motion video clips using events() functions #41

duangenquan opened this issue Dec 29, 2017 · 6 comments · Fixed by #44
Assignees
Labels
blink-api-issue There is an issue with the Blink API that needs to be addressed before the issue can be solved
Milestone

Comments

@duangenquan
Copy link

Are the api updated?
Could anyone help?
Thanks!

The results are as below:
{
"event": [
{
"id": xxxxx,
"created_at": "2017-12-28T22:02:53+00:00",
"updated_at": "2017-12-28T22:02:53+00:00",
"type": "armed",
"notified": false,
"duration": null,
"status": null,
"command_id": null,
"camera_id": null,
"siren_id": null,
"sync_module_id": xxxx,
"network_id": null,
"account_id": xxxxx,
"syncmodule": xxxxx,
"camera": null,
"siren": null,
"account": xxxxx
}
]
}

@philip-ulrich
Copy link

Blink has killed all API access. Might as well join everyone else in selling it.

@fronzbot fronzbot added the blink-api-issue There is an issue with the Blink API that needs to be addressed before the issue can be solved label Dec 30, 2017
@fronzbot
Copy link
Owner

Yeah, seems like after the sell to Amazon, the guys over at Blink are closing stuff off. Unfortunate.

@philip-ulrich
Copy link

philip-ulrich commented Dec 30, 2017 via email

@duangenquan
Copy link
Author

duangenquan commented Dec 31, 2017

Thanks for all your replies. I tried several other apis from this site these days.
I can get some motion clips via this api.
curl -H "Host: prod.immedia-semi.com" -H "TOKEN_AUTH: authtoken from login" --compressed https://rest.{yourregion}.immedia-semi.com/api/v2/videos/page/0

This returns the latest 10 clips. If you want to get earlier clips, you can try to change the page number, such as https://rest.{yourregion}.immedia-semi.com/api/v2/videos/page/{pagenumber}

@duangenquan
Copy link
Author

duangenquan commented Jan 14, 2018

I updated the doc api in here with some sample requests and reponses and python2.7 api in this repo.

@fronzbot fronzbot self-assigned this Jan 19, 2018
@fronzbot fronzbot added this to the 0.7.0 milestone Jan 19, 2018
@fronzbot
Copy link
Owner

Yeah it's looking like the only changes are to the web addresses for the requests, which is easy enough to fix. I'm going to try and make changes this weekend (hopefully!) to see if I can get this API back up and running.

@fronzbot fronzbot mentioned this issue Jan 20, 2018
2 tasks
@fronzbot fronzbot mentioned this issue Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blink-api-issue There is an issue with the Blink API that needs to be addressed before the issue can be solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants