You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s (string): the string to filter the list to. Or the id of the target record
Returns
{
posts: [
{
ID : 1,
name: 'Bob',
user: 432, //if the record corresponds to a user, only useful for contacts
status: active //the overall status, only if the record is a contact
},
{ ... post2 ... }
],
total: 339 // the total number of posts matching the search
}