QueryCampaignHistoryAsk AIpost https://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/campaigns/{campaign_id}/change-logsQuery campaign history.Path Paramsplatform_idstringrequiredIdentifier of the platform who requests management api. It is passed as a path parameter.ad_account_idstringrequiredAdAccount id.campaign_idstringrequiredCampaign id.Body Paramsfiltersarray of objectsFilters can be used to retrieve change logs that match specific entity change methods and field names. If multiple filters are provided, the change logs returned will include those that satisfy any of the filter conditions.filtersADD objectstart_timedate-timeStart time in RFC3339 format, e.g. "2017-04-01T12:34:56+00:00"end_timedate-timeEnd time in RFC3339 format, e.g. "2017-05-01-T21:09:08+00:00"page_indexint32Index of the page to be returned. Default: 1page_sizeint32Number of items to be returned on this page index. The maximum number is 5000. Default: 10order_byobjectorder_by objectResponses 200A successful response. 400Bad request. Detailed cause can be found in the response message. 401Unauthorized. 403Permission denied. 404Not found. One or more required resources do not exist.You can see the details in the response message. 500Internal server error. Detailed cause can be found in the response message.Updated about 1 year ago