Optional
Readonly
filterJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['owner', 'id', 'issue_id', 'frame_id', 'job_id'].
CommentsApiCommentsList
Optional
Readonly
frameA simple equality filter for the frame_id field
CommentsApiCommentsList
Optional
Readonly
issueA simple equality filter for the issue_id field
CommentsApiCommentsList
Optional
Readonly
jobA simple equality filter for the job_id field
CommentsApiCommentsList
Optional
Readonly
orgOrganization unique slug
CommentsApiCommentsList
Optional
Readonly
orgOrganization identifier
CommentsApiCommentsList
Optional
Readonly
ownerA simple equality filter for the owner field
CommentsApiCommentsList
Optional
Readonly
pageA page number within the paginated result set.
CommentsApiCommentsList
Optional
Readonly
pageNumber of results to return per page.
CommentsApiCommentsList
Optional
Readonly
searchA search term. Available search_fields: ('owner',)
CommentsApiCommentsList
Optional
Readonly
sortWhich field to use when ordering the results. Available ordering_fields: ['owner', 'id', 'issue_id', 'frame_id', 'job_id']
CommentsApiCommentsList
Optional
Readonly
xOrganization unique slug
CommentsApiCommentsList
Generated using TypeDoc
Request parameters for commentsList operation in CommentsApi.
Export
CommentsApiCommentsListRequest