installs_detail (all)
Retrieve the details of all repository installations that match a particular criteria. This is specific to a single repository.
Default date range is 7 days ago. See response headers for pagination information.
Repository owners only
Example request:
/api/v1/repos/julio/test_repo/stats/installs/detail.json
Path parameters
The user this repo belongs to.
The name of this repository.
Query parameters
The name of the distribution to filter repository installs by (i.e. ubuntu)
ISO8601 ending date, like 20160231Z.
The master_token name or id to filter repository installs by.
One-based page index.
Items per page (default 30). Values above the server's Max-Per-Page are clamped; inspect the Max-Per-Page response header for the effective cap.
ISO8601 starting date, like 20160231Z.
The user_agent to filter repository installs by.
The version name of the distribution to filter repository installs by (i.e. precise)
Response
RepositoryInstalls JSON object containing the details of repository installs.