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' : ['05e58b5c-d043-4a38-a16e-7957336047d0','18aaa336-ff76-49a0-bd28-124d07d1602a'],
'countryid' : ['4e713edd-a030-433c-86ce-fbeb9af7e6c7','75b36fa9-4eb5-4a2f-8bd2-2baafd81cfe9'],
'code' : ['AK','NB'],
'name' : ['Alaska','New Brunswick']
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}