You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Advanced REST API Query

edited Oct 9, 2020 9:24PM in Fusion Service 4 comments

Summary

How to perform advanced API queries

Content

I need an advanced query beyond the basic "q=Column=Value"

I have a Custom object joined to the Account object with Account DCL field on the custom object.   

Is it possible to use the REST API to return and filter day similar to this pseudo query provided in the code snippet?

 

Version

20C

Code Snippet

SELECT CustomObject_C.RecordName, Account_c.OrganizationName
FROM CustomObject_C
WEHRE CustomObject_C.Status_c IN ('OPEN','CLOSED','WAITING')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!