Asking the Experts...
Does the REST API (v14) permit access to the data contained in the T_PROMOTION table?Specifically, I'm looking to identify all constituents that have a specific appeal (appeal_no) promoted to their account.
Many Thanks!
Cheers,Brad Staples
Hello Brad,
That table is not exposed through a REST endpoint - you could conceivably be pulling tens if not hundreds of thousands of rows across. Is this something that could be achieved through a local procedure through Custom/Execute?