Skip to main content

Get a list of item activities for a specific project

GET 

/v1/:projectName/activity/item/:itemId

Fetches a list of item activities for a specific project.

Action field can have these values:

  • 'create'
  • 'update'
  • 'delete'
  • 'bulkCreate'
  • 'bulkUpdate'
  • 'bulkDelete'
  • 'analyze'
  • 'start'
  • 'finish'
  • 'post'
  • 'link'
  • 'unlink'
  • 'assign'
  • 'unassign'
  • 'generate'
  • 'match'
  • 'changeRole'
  • 'updateUserRole'

Priority field can have these values:

  • 'critical'
  • 'high'
  • 'medium'
  • 'low'
  • 'info'

Object type field can have these values:

  • 'launch'
  • 'dashboard'
  • 'defectType'
  • 'emailConfig'
  • 'filter'
  • 'import'
  • 'integration'
  • 'itemIssue'
  • 'project'
  • 'sharing'
  • 'user'
  • 'widget'
  • 'pattern'
  • 'index'
  • 'plugin'
  • 'invitationLink'

Subject type field can have these values:

  • 'user'
  • 'application'
  • 'rule'
  • 'custom'

You can filter by different operators:

  • eq (Equals condition)
  • ne (Not equals condition)
  • cnt (Contains condition)
  • under
  • level (Number of labels in path)
  • ex (Exists condition)
  • in (Accepts filter value as comma-separated list)
  • ea (Equals any. Accepts filter value as comma-separated list)
  • has (Accepts filter value as comma-separated list. Returns 'TRUE' of all provided values exist in collection)
  • any (Overlap condition between two arrays)
  • gt (Greater than condition)
  • gte (Greater than or Equals condition)
  • lt (Lower than condition)
  • lte (Lower than or Equals condition)
  • btw (Between condition. Include boundaries. 'Between' condition applicable only for positive Numbers, Dates or specific TimeStamp values)

Request

Responses

Successful operation. Returns a list of activities.