API select help needed
Wondering why this isn't working. I want to filter the contact information down to just Display Name and Contact ID. My payload has this in it:
$queryParams = array(
'$async' => 'false', // execute request synchronously
'$select' => 'DisplayName,User ID',
);
What do I have to change to get the select to work? I am still getting the entire data set for every contact.
The URL is encoded like this: URL:https://api.wildapricot.org/v2/Accounts/391511/contacts/?%24async=false&%24select=DisplayName%2CUser+ID