Method: PUT
Content-Type: application/json
Description
Returns a list of items of a particular type (matters, contacts, billing entries, notes, custom items, etc.) including any requested fields. Can be used to:
- Return a page of data from a previously filtered request
- Run an existing Centerbase Stored Query by ID and return a page of results
- Run a custom filter and return a page of results
Request
- session-id - The authorization session ID from the Login
Details on the page of data to return
- item-type (REQUIRED) - The type of item we are returning a page of results for
- start-row - What row to start on when returning a page of data. If nothing is specified, then it will start at the first row 1.
- page-size - The number of rows to return in the page of data. Must be a number between 1-500. If nothing is specified, then it will return 500 rows.
- requested-fields - An array of field IDs for the fields to return with the page of data. If no fields are specified, only the name and ID of each item will be returned
When retrieving a page of data from a previously filtered request
- results-id - The ID of the previous filtered results
When running a stored query
- stored-query-id - The ID of the stored query to run
When running a custom filter