List all activity types for a workspace
GET {{baseUrl}}/:workspace_slug/activity_types
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"l4ysYo","type":"activity_type","attributes":{"name":"Created content","short_name":"Content created","key":"post:created","channel":"content","source":"content","weight":"1.0"}},{"id":"lKbsGD","type":"activity_type","attributes":{"name":"Activated their account on product","short_name":"Activated account","key":"activated_account","channel":"product","source":"product","weight":"6.0"}}],"links":{"first":"/roygulgowskimd/activity_types?page=1","last":"/roygulgowskimd/activity_types?page=1","prev":null,"next":null}}