curl --location --request GET 'https://api.data.v4.marketing/v1/facebook-ads/actions?workspaceId=workspace_123&organizationId&userId&dateStart=2024-01-01&dateEnd=2024-12-31&page&limit&orderBy&orderDirection' \
--header 'Authorization: Bearer {token}'{
"data": [
{
"campaign_id": "string",
"ad_id": "string",
"adset_id": "string",
"action_type": "string",
"count": 0,
"action_value": 0,
"date_start": "2019-08-24",
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"document_id": "string",
"inserted_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}