/
_Changed Items API Response Object Format

_Changed Items API Response Object Format

JSON Format
{
    "rowver": 12345,
    "rows": [
		{
			// Work Item Notification Object
		},
		{
			// Work Item Notification Object
		},
		...
    ]
}