Luminate Online Query Language

Ad hoc data retrieval is one of the key target applications for Luminate Online Web Services. Clients can use the Query operation to access a wide range of data from a Luminate Online site.

See the query syntax topic for more details on writing queries.

See the pagination topic to learn how to retrieve large query results across multiple requests.

Comments

Submitted by Stephen Moseley at 12:01 PM on June 22, 2015
C# example would be helpful. I tried the following, but I have the syntax wrong, so I'm left with guessing what the syntax should be. Convio.QueryRequest qr = new Convio.QueryRequest(session, "select * from Constituent where ConsId = 279603", "1", "100"); Convio.Record[] dataList = new Convio.Record[1]; Convio.QueryResponse data = new DataSyncClient.Convio.QueryResponse(dataList);

Leave a Comment

Nickname
Comment
Enter this word: