Overview | Service | Command |
Returns a list of items the user is currently watching.
Authorization token required | true |
Admin Authorization token required | false |
<GetWatchingItemsRequest /> ## GetWatchingItemsRequest
<GetWatchingItemsResponse> ## GetWatchingItemsResponse
(<target id="{account-id}" email="{email-address}" name="{display-name}"> ## WatchingTarget
(<item [id="..."] /> ## Id)*
</target>)*
</GetWatchingItemsResponse>
The following table describes elements and attributes you can define within a
<GetWatchingItemsResponse>
element:
XPath | Required / Optional | Description |
/target | Optional (0 or more) | Watching targets |
/target@id | Required (only 1) | Type:String Account ID |
/target@email | Required (only 1) | Type:String Email address |
/target@name | Required (only 1) | Type:String Display name |
/target/item | Optional (0 or more) | Items the user is currently watching |
/target/item@id | Optional (0 or 1) | Type:String ID |