Retrieve specific items by ID
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['94ba74a8-614e-40aa-a4ae-1b267c8008fb','a6d0594a-d3e8-416e-a6b1-4a98ee91d98a']
}
}
Most complete request (just to give you the format of each parameter)
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['94ba74a8-614e-40aa-a4ae-1b267c8008fb','a6d0594a-d3e8-416e-a6b1-4a98ee91d98a'],
'firstname' : ['Example'],
'lastname' : ['User','Admin'],
'email' : ['[email protected]','[email protected]'],
'phone' : ['9901234567','4189876541'],
'role' : ['WEBSITE_USER','WEBSITE_ADMIN'],
'language' : ['fr-CA','en-US'],
'createdon_min' : '2015-01-01',
'createdon_max' : '2042-01-01'
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}