Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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's 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, open a support ticket.