• How to get the profile picture for contact using rest api ?

    Hi Team , I am trying to fetch the image of contact . When i tried using below api , I am getting some value on picture field . But I need to get the image using rest api . Let me know if any rest api for this ? Request Url : GET https://sg-vonageqa.demo…
  • How can I retrieve fields from related records in a REST filter POST request?

    I'm using the filter endpoint to retrieve some fields from matching Contacts. Specifically I'm doing a POST to the {URL}/rest/v11/Contacts/filter endpoint. In the body I include the fields as follows: "fields": "id,name,description" That works great.…