Working with Existing Filters: $filters and $myfilters

To let a user pick from a list of existing filters, use the $filters and $myfilters keyword. This keyword supports query parameters StartsWith, Skip, and Take.

For example:

http://restapi.lucity.net/gbaMS/Work/WorkOrders.svc/$myfilters

http://restapi.lucity.net/gbaMS/Work/WorkOrders.svc/$filters

http://restapi.lucity.net/gbaMS/Work/WorkOrders.svc/$myfilters/$count

http://restapi.lucity.net/gbaMS/Work/WorkOrders.svc/$myfilters/$count?StartsWith=A

http://restapi.lucity.net/gbaMS/Work/WorkOrders.svc/$myfilters?StartsWith=A

See Also

Special Functions

Getting Record Counts: $count

Getting pick lists: {PropertyName}/ and {PropertyName}/$count

Caching support on lookups

Special lookups

Getting a new empty object: $new

Getting metadata: $fields

Discoverability

Document attachments, uploads, downloads

Errors

Commands

Tools

Clearing Cached Data: $cache

Warnings and Conflicts

Getting live updates based on property changes made by an end user

Secure Fields

ObjectCanBeEditied,ObjectCanBeDeleted

SQL Injection Considerations