Query (v3)Ask AIpost https://api.fireberry.com/api/v3/queryBody ParamsobjectTypeint32requiredThe numeric object type code to query.fieldsarray of objectsrequiredThe fields to include in the response. At least one field must be specified.fields*ADD objectfilterarray of objectsAn array of condition groups. Groups are joined with AND logic between them.filterADD objectorderByarray of objectsFields to sort results by. When groupBy is present, all orderBy fields must also appear in the groupBy array.orderByADD objectgroupByarray of objectsFields to group results by. Required when using aggregation functions.groupByADD objectpageNumberint32≥ 1Defaults to 1The page number to return.pageSizeint321 to 500Defaults to 25The number of records per page.Responses 200200 400400 403403Updated 21 days ago