getReports: Query Your Usersnaps

Description Usage Arguments Value Examples

Description

Query Your Usersnaps

Usage

1

Arguments

state

Include "open" or "closed" reports. Default is NULL, which is queries both open and closed reports.

...

query parameters to include. There's no documentation, but known parameters are (1) includeapikey, which should always be "false"; (2) offset; (3) limit; and (4) search, which gets filled in with the "state" query, if provided, like '[{"type":"state","id":"open"}]'. You can also specify a "project" to query against a project other than your default.

Value

A list of report entries.

Examples

1
2
3
4
## Not run: 
reps <- getReports(state="open")

## End(Not run)

nealrichardson/useRsnap documentation built on May 14, 2019, 10:19 a.m.