Optional
Readonly
assigneeA simple equality filter for the assignee field
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: ['name', 'owner', 'assignee', 'status', 'id', 'updated_date'].
Optional
Readonly
nameA simple equality filter for the name field
Optional
Readonly
orgOrganization unique slug
Optional
Readonly
orgOrganization identifier
Optional
Readonly
ownerA simple equality filter for the owner field
Optional
Readonly
pageA page number within the paginated result set.
Optional
Readonly
pageNumber of results to return per page.
Optional
Readonly
searchA search term. Available search_fields: ('name', 'owner', 'assignee', 'status')
Optional
Readonly
sortWhich field to use when ordering the results. Available ordering_fields: ['name', 'owner', 'assignee', 'status', 'id', 'updated_date']
Optional
Readonly
statusA simple equality filter for the status field
Optional
Readonly
xOrganization unique slug
Request parameters for projectsList operation in ProjectsApi.
Export
ProjectsApiProjectsListRequest