post-/crm/v3/objects/fees/search
POST
/crm/v3/objects/fees/search https://api.hubapi.com
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 CollectionResponseWithTotalSimplePublicObject13 {
paging?:Paging20 ;
results:SimplePublicObject16 [];
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;
}