GET api/Me/NotViewedDocUtils

Get Not Viewed DocUtils count

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "300af4e1-360d-4e9d-8d29-18300fb03b5e",
  "8cdd15ff-7ef0-4b41-b7b1-ff8d7ba2aa1e"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>300af4e1-360d-4e9d-8d29-18300fb03b5e</guid>
  <guid>8cdd15ff-7ef0-4b41-b7b1-ff8d7ba2aa1e</guid>
</ArrayOfguid>