post-/crm/v3/objects/contacts/search
POST
/crm/v3/objects/contacts/search https://api.hubapi.com
Request Body
application/json
required
interface PublicObjectSearchRequest1 {
query?: string;
limit: number;
after: string;
sorts: string[];
properties: string[];
filterGroups:FilterGroup1 [];
}
query?: string;
limit: number;
after: string;
sorts: string[];
properties: string[];
filterGroups:
}
Responses
200 application/json
successful operation
interface CollectionResponseWithTotalSimplePublicObjectForwardPaging {
total: number;
paging?:ForwardPaging ;
results:SimplePublicObject26 [];
}
total: number;
paging?:
results:
}
default */*
An error occurred.
interface Error2 {
subCategory?: string;
context?: { };
correlationId: string;
links?: { };
message: string;
category: string;
errors?:ErrorDetail2 [];
}
subCategory?: string;
context?: { };
correlationId: string;
links?: { };
message: string;
category: string;
errors?:
}