There was an error while loading. Please reload this page.
GET /api/:locale/movements/:movement_id/action_pages/:id/share_counts(.:format)
Retrieves the shares count for the requested action page
Mandatory
200 if Successful 400 If Action Page ID not provided
200
400
GET /api/en/movements/test-movement/action_pages/909/share_counts.json
200 (OK) Content-Type: application/json
{"facebook":0, "twitter":0, "email":0 }
back