provenanceRequest
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A request for provenance.
XML
Elements
| name (type) |
min/max occurs |
description |
|
searchTerms ((anonymous))
|
0/1 |
Returns the search terms to use for this search
|
|
startDate (string)
|
0/1 |
The earliest event time to include in the query
|
|
endDate (string)
|
0/1 |
The latest event time to include in the query
|
|
minimumFileSize (string)
|
0/1 |
The minimum file size to include in the query.
|
|
maximumFileSize (string)
|
0/1 |
The maximum file size to include in the query.
|
|
maxResults (int)
|
0/1 |
The number of max results.
|
JSON
| property |
type |
description |
| searchTerms |
searchTerms ((anonymous))
|
Returns the search terms to use for this search
|
| startDate |
startDate (string)
|
The earliest event time to include in the query
|
| endDate |
endDate (string)
|
The latest event time to include in the query
|
| minimumFileSize |
minimumFileSize (string)
|
The minimum file size to include in the query.
|
| maximumFileSize |
maximumFileSize (string)
|
The maximum file size to include in the query.
|
| maxResults |
maxResults (int)
|
The number of max results.
|