Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.08 KB

HistoryQueryParams.md

File metadata and controls

13 lines (9 loc) · 1.08 KB

HistoryQueryParams

Properties

Name Type Description Notes
object_type str
fields list[str] [optional]
query str Specify a structured query to retrieve history of objects specified in attribute object_query above Only these 2 criteria are supported: created: it can be used for querying by updated date of the object. Its values need to be in ISO Date format. Applicable operator include: =, <>, <= and >= author:it can be used for querying by Id of the users who made the update. Applicable operators include: = and <> You can use operators and and or to combine an unlimited number of criteria above [optional]
object_query str Specify a structured query to search for qTest objects. Refer to attribute query in the request body of Query Objects API [optional]

[Back to Model list] [Back to API list] [Back to README]