Please take a look at the getting started guide if you are unfamiliar with the Netcopy API.
Search issues based on date, name, and other metrics.
Name | Required? | Default | Example | Description |
---|---|---|---|---|
from | No | n/a | "2012-12-02" | Only include issues whose date is greater than or equal to {from}. See supported date formats |
to | No | n/a | "2012-12-02" | Only include issues whose date is less than or equal to {to}. See supported date formats |
descending | No | "false" | "true" | If set to "true" then issues will be sorted from newest to oldest. See supported boolean formats |
A list of issues, optionally filtered by date range