v1
latestSwagger 2.02026-08-06291030.8 KBActivity
Get activity by id
Retrieves the activity by it's id.
get/v1/activity/{activity_id}
Path parameters
activity_idstring required
ID of the activity
Response
activity retrieved successfully
Example response
[
{
"id": 123,
"contact_id": 456,
"activity_type_name": "Purchased",
"post_id": "123_533553",
"automation_name": "Comment Reply Join Now",
"campaign_name": "March Madness",
"fields": {
"Location": "New York",
"Capacity": 100
}
}
]