Skip to contents

req_odata_query() provides incomplete support for the ODATA query conventions through the top, skip, filter, select, orderby, and inlinecount parameters. Working examples using the Legistar API

Usage

req_odata_query(
  .req,
  ...,
  top = NULL,
  skip = NULL,
  filter = NULL,
  select = NULL,
  orderby = NULL,
  direction = NULL,
  count = NULL,
  inlinecount = NULL,
  filter_op = "and",
  .multi = "comma",
  error_call = caller_env()
)

Details

Created using the OData Version 3.0 Core Protocol linked from the Legistar API documentation for reference.