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:
[
  "a4ec720a-1eb2-4825-a6e7-3578357ede57",
  "413364b5-bc46-45fd-91ec-335e208fce80"
]

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>a4ec720a-1eb2-4825-a6e7-3578357ede57</guid>
  <guid>413364b5-bc46-45fd-91ec-335e208fce80</guid>
</ArrayOfguid>