Hi All,
I have to get a single record based on my search query. I tried, but got error like "Internal Server Error" or End Point URL error.
Actually, my records look likes, I need to search the field value as "Name" column.
End Point URL:
1. http://www02.secure.eloqua.com/API/REST/1.0/data/customObject/12?search=name=Test - 0 => Throwing Error.
2. http://www02.secure.eloqua.com/API/REST/1.0/data/customObject/12?Name=Test - 0 => Return all the records, not specified record.
3. http://www02.secure.eloqua.com/API/REST/1.0/data/customObject/12?search=Test - 0 => Throwing Error.
Please give some one solutions.
Thanks,