List Works
Lists a collection of work items.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
applies_to_part
Filters for work belonging to any of the provided parts.
created_by
Filters for work created by any of these users.
cursor
The cursor to resume iteration from. If not provided, then iteration
starts from the beginning.
custom_fields
Filters for custom fields.
issue.accounts
Filters for issues with any of the provided accounts.
issue.priority
Filters for issues with any of the provided priorities.
Allowed values:
issue.priority_v2
Filters for issues with any of the provided priority enum ids.
issue.rev_orgs
Filters for issues with any of the provided Rev organizations.
issue.sla_summary.stage
Filters for records with any of the provided SLA stages.
Allowed values:
issue.sprint
Filters for issues with any of the sprint.
issue.subtype
Filters for issues with any of the provided subtypes.
limit
The maximum number of works to return. The default is '50'.
mode
The iteration mode to use, otherwise if not set, then "after" is
used.
Allowed values:
modified_by
Filters for work modified by any of these users.
opportunity.account
Filters for opportunities belonging to any of the provided accounts.
opportunity.contacts
Filters for opportunities with any of the provided contacts.
opportunity.forecast_category_v2
Filters for opportunities with any of the provided forecast category
enum IDs.
opportunity.subtype
Filters for opportunity with any of the provided subtypes.
owned_by
Filters for work owned by any of these users.
reported_by
Filters for work reported by any of these users.
sort_by
Fields to sort the works by and the direction to sort them.
stage.name
Filters for records in the provided stage(s) by name.
staged_info.is_staged
Filters for issues that are staged.
state
Filters for work with any of the provided states.
sync_metadata.external_reference
Filters for issues with this specific external reference.
sync_metadata.last_sync_in.status
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_in.sync_history
Filters for works modified with selected sync history.
sync_metadata.last_sync_in.sync_unit
Filters for works modified with selected sync units.
sync_metadata.last_sync_out.status
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_out.sync_history
Filters for works modified with selected sync history.
sync_metadata.last_sync_out.sync_unit
Filters for works modified with selected sync units.
sync_metadata.origin_system
Filters for issues synced from this specific origin system.
ticket.brand
Filters for tickets that are associated with any of the brands.
ticket.channels
Filters for tickets with any of the provided channels.
Allowed values:
ticket.channels_v2
Filters for tickets that are associated with any of the channels.
ticket.group
Filters for tickets belonging to specific groups.
ticket.is_frozen
Filters for frozen tickets.
ticket.is_spam
Filters for tickets that are spam.
ticket.needs_response
Filters for tickets that need response.
ticket.rev_org
Filters for tickets that are associated with any of the provided Rev
organizations.
ticket.severity
Filters for tickets with any of the provided severities.
Allowed values:
ticket.sla_summary.stage
Filters for records with any of the provided SLA stages.
Allowed values:
ticket.source_channel
Filters for tickets with any of the provided source channels.
ticket.source_channel_v2
Filters for tickets that are associated with any of the source
channels.
ticket.subtype
Filters for tickets with any of the provided subtypes.
type
Filters for work of the provided types.
Allowed values:
Response
Success.
works
The list of works.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.