Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

CommentQueryParams.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

CommentQueryParams

Properties

Name Type Description Notes
start datetime StartDate with format: yyyy-MM-dd'T'HH:mm:ss.SSSZ or yyyy-MM-dd'T'HH:mm:ssZZ" [optional]
end datetime EndDate with format: yyyy-MM-dd'T'HH:mm:ss.SSSZ or yyyy-MM-dd'T'HH:mm:ssZZ" [optional]
object_type str Only support comments for object types: [requirements, defects, test-cases, test-runs]
fields list[str] Specify which object fields you want to include in the response. If you omit it or specify an asterisk (*), all fields are included [optional]
object int Id of the object from which you want to retrieve comments [optional]
author int Id of the user who made the comments [optional]

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