List Query
Get a list of contacts, groups or another post type, with filtering and sorting parameters
Endpoint
Parameters
// get records assigned to me, ordered by creation date from newest to oldest
let searchParameters = {
assigned_to: [ 'me' ],
sort: `-post_date`
}user_select
user_selectkey_select, multi_select, tags
key_select, multi_select, tagsconnection
connectionlocation
locationdate
dateboolean
booleannumber
numbertext communication_channel
text communication_channelRecord Text dynamic Search
Text dynamic SearchCombining with AND/OR logic
Recently viewed posts
Paging Parameters
Specifying and limiting returned fields
Bringing it all together
Returns
Last updated