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:

  • Accepted Paid—a user in your organization activated an APP Store service on a paid basis.
  • Accepted Trial—a user in your organization activated an APP Store service on a trial basis.
  • Activation—a user in your organization activated an APP Store service.
  • Approved—a vendor approved your request for access to an APP Store service.
  • Credential Change—a user in your organization updated the credentials required to activate an APP Store service.
  • Declined—trial access request declined by the vendor.
  • Ejection—a vendor removed access from your organization to an APP Store service.
  • Invite—a vendor invited your organization to activate an APP Store service.
  • Leave/Deactivation—a user in your organization deactivated an APP Store service.
  • Request—a user in your organization requested trial access to an APP Store service.
  • Request Unauthorized—a user made an unauthorized request for access to an APP Store service.
  • Unauthorized—a vendor sent an unauthorized invite to your organization.
email

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"
}