See the Introduction for an overview of the API and information relevant to all API operations.
This endpoint provides a JSON object with a mobile_changes
and a pagination_information
key. The mobile_changes
key contains a list of changes that Data Theorem has detected across applications in your inventory due to your updates.
The JSON object response can be filtered based on the following query parameters:
1 | GET https://api.securetheorem.com/apis/mobile_security/results/v2/mobile_apps_changes |
change_type
provides a stable identifier for the various kinds of changes returned here.
Note that there may be new change types in the future, and any client that examines the field should gracefully
handle new change types.
1 | { |
This endpoint provides a JSON object with a mobile_changes_stats
key. The mobile_changes_stats
key contains a list of
changes that Data Theorem has detected across applications in your inventory with their counts.
1 | GET https://api.securetheorem.com/apis/mobile_security/results/v2/mobile_apps_changes_stats |
change_type
provides a stable identifier for the various kinds of changes returned here.
Note that there may be new change types in the future, and any client that examines the field should gracefully
handle new change types.
1 | { |