List Custom data tablesAsk AIget https://{region}-api-freshrelevance.dotdigital.com/api/{website_id}/custom_data_tables/listLists all the Custom data tables in the specified account.Path Paramswebsite_idstringrequiredWebsite ID for the account you are posting data to.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).include_deletedbooleanDefaults to falseIf this is set to true then all Custom Data Tables will be returned. If set to false then archived Custom Data Tables will not be returned.truefalseResponses 200Lists all information about a Custom Data Table other than its fields. This is paginated and the information is under the results key. 400There was an issue with the pagination parameters: page and/or limit. 403Unauthorized / forbiddenUpdated 8 months ago