Document filter (Object)
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
CODE
{
"dsid": 354,
"did": 128
}