GET records from an endpoint.Ask AIget https://api.getautofy.com/v2/Data/{endpointId}/{objectType}Path ParamsendpointIdstringrequiredThe endpoint id the request is for.objectTypestringrequiredThe object's type that is being selected. Reference data definiton for object types.Query ParamsidstringThe ID for a specific record to select. Supports multiple values.namestringThe name for the specific record to select. Supports multiple values.numberstringThe number for the specific record to select. Supports multiple values.pageint32The page to retrieve. Default is 1.pageSizeint32The page size to retrieve. Default is 200.modTimeStartstringThe UTC start date/time for selecting records by last modified date.modTimeEndstringThe UTC end date/time for selecting records by last modified date.isActivebooleanWhether to include only active records or to include both active and inactive records. Default is true.truefalseisDeletedbooleanIf set to 'true', query will return only deleted records. (QuickBooks Desktop ONLY)truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmltext/jsontext/xmlAllowed:application/jsonapplication/xmltext/jsontext/xmlResponse 200OKUpdated about 6 years ago