A JSON object that represents a document filter.
PROPERTIES
A JSON object:
|
dsid |
The Id of the document set. |
int |
|
did |
The Id of the document. |
int |
|
pmin |
The minimum paragraphe. |
int? |
|
pmax |
The maximum paragraphe. |
int? |
EXAMPLES
{
"dsid": 354,
"did": 128
}