Get data from tableAsk AIget https://{region}-api-freshrelevance.dotdigital.com/api/{website_id}/custom_data_tables/table/{tableId}/dataPath Paramswebsite_idstringrequiredWebsite ID for the account you are posting data to.tableIdstringrequiredThe ID of the table you want to access or modify.Query ParamspageintegerDefaults to 1Which page of results you wish to return; First page is indexed as 1.limitinteger≥ 1Defaults to 25Get this number of records to return in results array (pagination).Responses 200Returns data from the Custom Data Table. Use the pagination parameters page and limit to control how much data is returned. 400There was an issue with the pagination parameters: page and/or limit. 403Unauthorized / forbidden 404tableId not found.Updated 8 months ago