Viewing apps and versions linked to Blueprints: no bulk UI view — use per-Blueprint inspection or GET Blueprint API
Android
The Esper Console doesn't provide a single consolidated view of all applications and versions across your Blueprints. Instead, you can view app configurations per Blueprint using the Esper Console, or retrieve data for multiple Blueprints programmatically using the Esper API.
View apps in a single Blueprint
- In the Esper Console, go to Blueprints.
- Click the Blueprint name to open it.
- Navigate to the Apps section.
- Review the list of applications, including their version name and version code.
Repeat this process for each Blueprint you need to audit.
Retrieve app data for multiple Blueprints using the API
If you manage many Blueprints, use the Esper API to programmatically retrieve application configurations across all Blueprints.
- Obtain your
enterprise_idfrom Company Settings in the Esper Console. - Retrieve all Blueprint IDs by calling:
GET /api/v0/enterprise/{enterprise_id}/blueprint/ - For each Blueprint, call:
GET /api/v0/enterprise/{enterprise_id}/blueprint/{blueprint_id}/ - In the API response, extract these application fields for each Blueprint:
app_namepackage_nameversion_nameversion_code
- Aggregate results across all Blueprint IDs to build your cross-Blueprint application inventory.
Verify your results
To confirm the API data is correct, compare the returned package_name and version_name values with what appears in the Esper Console for at least one Blueprint.
What if the API returns no application data?
If a Blueprint returns no applications, confirm that:
- The Blueprint has applications explicitly configured in the Esper Console (not inherited from a Group default or applied via a separate App Policy).
- You're using the correct
blueprint_idfor that Blueprint.
Still need help?
If the API response is missing application fields that are visibly configured in the Esper Console, or if you encounter other issues, contact Esper Support.
Please sign in to leave a comment.
Comments
0 comments