This article discusses the API's available in EloView 3 and how to test them
See the below information for API's available for EloView 3.
Using a robust set of APIs, you can integrate directly to EloView to deploy your applications, get content statuses, notifications, and more. To test-drive these APIs, check out the EloView Dev Zone.
- Analytics Put โ Analytics Duration (Day, Week, or Month)
- Authentication Post โ Get session object of the user
- Authentication Post โ Authenticate session object of the user
- Content Get โ URL Content
- Content Get โ Media Content
- Content Get โ App Content
- Content Get โ Attract Content
- Content Get โ Bundle Content
- Content Post โ Upload APK with SHA256 Hash
- Content Put โ Update Existing APK with SHA256 Hash
- Content Post โ Upload APK
- Content Put โ Update Existing APK
- Content Post โ Deprecated-Update Existing APK
- Content Put โ Deploy Content to device
- Content Get โ Content Status on Device
- Content Get โ Content Status on all Devices
Getting the User ID and Organization ID for a User
1. Login to the EloView website โ https://manage.eloview.com
2. Click the Dev Zone link
3. Click the APIs link
4. Click the Authentication link to expand the list
5. Click the Get Session Object of the User option
6. Scroll down and click the
{
โpasswordโ: โstringโ
}
box
7. In the parameters area, enter your username (email) and password
8. Click the try it out! button
9. In the response body, you will notice a successful response. Write down/copy the userId and orgID for use when testing other
10. Click the Content link to expand the list
11. Click the Get Content Status on All Devices option
12. In the parameters area, select version 1.0.0
13. Enter your userId and orgID
14. Click the try it out! button
15. In the response body, you will notice a successful response showing the status of deployed content for each device.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article