How do I use Certain API URL query parameters to filter and order results?

Medium Confidence (63%)
URL parameters

Certain’s API accepts optional query strings after the resource path to shape responses. Supported parameters include filterBy, filterType (AND/OR), orderBy, max_results, includeList, prohibitedList, and listFields for registrations Developer Info.

You embed your accountCode, eventCode, and optionally registrationCode in the URL path, then append any of the above parameters, e.g., https://app.certain.com/certainExternal/service/v1/Account/Marketing/Conference2024?filterBy=city:Boston&orderBy=dateCreated_asc.

What specific integration or data retrieval scenario are you planning to implement?