NodeJS API Call Won't Work

Hello,

I am trying to use NodeJS to make calls to the API in order to query some users' information. However, the NodeJS implementation doesn't seem to want to take the Identity call for a specific ID.

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); } );

Returns:
Meaningful data: { status: { flag: 'error', code: 400, info: 'Invalid page selected, valid range: 1-1' } }

Best Answer

  • Fred_PinelFred_PinelMember
    Answer ✓
    Hi,
    Yes, thanks for pointing it out.
    Is the get() API call working?

    Regards

Answers

Welcome!

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.