Api Home > WorkItem > AddToWatchlist

POST api/V3/WorkItem/AddToWatchlist?workitemId={workitemId}&userId={userId} Add an item to the watchlist table

Request Information

URI Parameters

NameDescriptionTypeAdditional information
workitemId

Workitem id to add to watchlist.

globally unique identifier

Required

userId

User Id to add to watchlist.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>