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:
[
  "7c08024c-43d5-483f-9062-0e0dab0589e8",
  "b7eec19e-a51e-4041-a42f-b4079e3c9e2e"
]

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>7c08024c-43d5-483f-9062-0e0dab0589e8</guid>
  <guid>b7eec19e-a51e-4041-a42f-b4079e3c9e2e</guid>
</ArrayOfguid>