Retrieve specific items by ID
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['05e58b5c-d043-4a38-a16e-7957336047d0','18aaa336-ff76-49a0-bd28-124d07d1602a']
}
}
Most complete request (just to give you the format of each parameter)
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['1d89ffa3-6098-49af-90b4-8fa6aa15af67','40d9e788-b556-4733-8cf9-fe53dabf75c6'],
'name' : ['bigc7.png','logo1.png'],
'extension' : ['png','jpg'],
'size_min' : '2000',
'size_max' : '99999999',
'createdon_min' : '2015-01-01',
'createdon_max' : '2042-01-01'
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}