App Store History
To return a log of organization activity in the ThreatStream APP Store, including requests, failed requests, approvals, rejections, or other changes.
Request
/api/v1/appstorehistory/
Bulk HTTP Method: GET
Response
Format: JSON
Number of rows returned (by default): 20
Attributes: See table below.
Attributes
| Attribute | Description |
|---|---|
| edit_type |
APP Store activity type. Possible types include:
|
|
Email address of the user in your organization who performed the action. Note: Email addresses are only shown for actions taken by users in your organization. Actions taken by vendors do not list an email address.
|
|
| id | Unique ID of the APP store activity on the activity log. |
| name | Name of the APP Store service. |
| resource_uri | Resource URI of the APP store activity on the activity log. |
| timestamp | Timestamp when the action was taken. |
Example
Request:
curl 'https://api.threatstream.com/api/v1/appstorehistory/' -H 'Authorization: apikey <username>:<api_key>'
Response:
Copy
{
"edit_type": "Accepted Paid",
"id": 929,
"name": "Cofense Intelligence",
"resource_uri": "/api/v1/appstorehistory/929/",
"timestamp": "2020-06-05 20:32:56.511717+00:00"
}