Fetch - Activities API

Run the GET request to fetch the activity matching the specified primary key.

HTTP request

GET /api/v1/activities/<pk>/

Request URL parameters

Parameter Description
pk The ID of the activity

Example

Request

Here is an example of the request.

curl -XGET -H "Authorization:Token <your_token_key>" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/activities/<pk>/"

Response

Returns the specified activity in JSON format.

{
  // activity record
}

If you run into any problems, we're here to help. To get assistance or support for your product issue, please open a support ticket.