Search for listings using various criteria and filters.
POST
/crm/v3/objects/0-420/search https://api.hubapi.com
Execute a search query to find listings based on specified filters and properties.
Request Body
application/json
required
interface PublicObjectSearchRequest {
after: string;
filterGroups:FilterGroup [];
limit: number;
properties: string[];
query?: string;
sorts: string[];
}
after: string;
filterGroups:
limit: number;
properties: string[];
query?: string;
sorts: string[];
}
Responses
200 application/json
successful operation
interface CollectionResponseWithTotalSimplePublicObject18 {
paging?:Paging25 ;
results:SimplePublicObject21 [];
total: number;
}
paging?:
results:
total: number;
}
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}