oneall.identity.getAll(
'55555555-55555555-555555-5555',
function (err, data, fullData) {
if (err) {
throw(err);
}
console.log('Meaningful data: ', data);
console.log('Full data: ', fullData);
}
);
Meaningful data: { status:
{ flag: 'error',
code: 400,
info: 'Invalid page selected, valid range: 1-1' } }
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
https://github.com/oneall/node-js-sdk#oneallidentitygetidentitytoken-callback
The example should have "oneall.identity.get", not "oneall.identity.getAll"