List Work Items

GET {{baseUrl}}/work-items

This gets a collection of work items belonging to either the specified user(admin required), or the current user.

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | ownerId | string | | ID of the work item owner. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"2c9180835d2e5168015d32f890ca1581","requesterId":"2c9180835d2e5168015d32f890ca1581","requesterDisplayName":"John Smith","ownerId":"2c9180835d2e5168015d32f890ca1581","ownerName":"Jason Smith","created":"2017-07-11T18:45:37.098Z","modified":"2018-06-25T20:22:28.104Z","description":"Create account on source 'AD'","state":"Finished","type":"Generic","remediationItems":[{"id":"2c9180835d2e5168015d32f890ca1581","targetId":"2c9180835d2e5168015d32f890ca1581","targetName":"john.smith","targetDisplayName":"emailAddress","applicationName":"Active Directory","attributeName":"phoneNumber","attributeOperation":"update","attributeValue":"512-555-1212","nativeIdentity":"jason.smith2"},{"id":"2c9180835d2e5168015d32f890ca1581","targetId":"2c9180835d2e5168015d32f890ca1581","targetName":"john.smith","targetDisplayName":"emailAddress","applicationName":"Active Directory","attributeName":"phoneNumber","attributeOperation":"update","attributeValue":"512-555-1212","nativeIdentity":"jason.smith2"}],"approvalItems":[{"id":"2c9180835d2e5168015d32f890ca1581","account":"john.smith","application":"Active Directory","name":"emailAddress","operation":"update","value":"a@b.com","state":"Pending"},{"id":"2c9180835d2e5168015d32f890ca1581","account":"john.smith","application":"Active Directory","name":"emailAddress","operation":"update","value":"a@b.com","state":"Pending"}],"name":"Account Create","completed":"2018-10-19T13:49:37.385Z","numItems":19,"form":{"id":"2c9180835d2e5168015d32f890ca1581","name":"AccountSelection Form","title":"Account Selection for John.Doe","subtitle":"Please select from the following","targetUser":"Jane.Doe","sections":[{"name":"Field1","label":"Section 1"},{"name":"Field1","label":"Section 1"}]},"errors":["The work item ID that was specified was not found."]},{"id":"2c9180835d2e5168015d32f890ca1581","requesterId":"2c9180835d2e5168015d32f890ca1581","requesterDisplayName":"John Smith","ownerId":"2c9180835d2e5168015d32f890ca1581","ownerName":"Jason Smith","created":"2017-07-11T18:45:37.098Z","modified":"2018-06-25T20:22:28.104Z","description":"Create account on source 'AD'","state":"Finished","type":"Generic","remediationItems":[{"id":"2c9180835d2e5168015d32f890ca1581","targetId":"2c9180835d2e5168015d32f890ca1581","targetName":"john.smith","targetDisplayName":"emailAddress","applicationName":"Active Directory","attributeName":"phoneNumber","attributeOperation":"update","attributeValue":"512-555-1212","nativeIdentity":"jason.smith2"},{"id":"2c9180835d2e5168015d32f890ca1581","targetId":"2c9180835d2e5168015d32f890ca1581","targetName":"john.smith","targetDisplayName":"emailAddress","applicationName":"Active Directory","attributeName":"phoneNumber","attributeOperation":"update","attributeValue":"512-555-1212","nativeIdentity":"jason.smith2"}],"approvalItems":[{"id":"2c9180835d2e5168015d32f890ca1581","account":"john.smith","application":"Active Directory","name":"emailAddress","operation":"update","value":"a@b.com","state":"Pending"},{"id":"2c9180835d2e5168015d32f890ca1581","account":"john.smith","application":"Active Directory","name":"emailAddress","operation":"update","value":"a@b.com","state":"Pending"}],"name":"Account Create","completed":"2018-10-19T13:49:37.385Z","numItems":19,"form":{"id":"2c9180835d2e5168015d32f890ca1581","name":"AccountSelection Form","title":"Account Selection for John.Doe","subtitle":"Please select from the following","targetUser":"Jane.Doe","sections":[{"name":"Field1","label":"Section 1"},{"name":"Field1","label":"Section 1"}]},"errors":["The work item ID that was specified was not found."]}]