KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
GET: articles/popular
Description
Retrieves a list of most popular articles
How to Execute
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/articles/popular
Request Body
Return Data
<ArrayOfRemoteArticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects">
<RemoteArticle>
<ArticleId i:nil="true" />
<Body i:nil="true" />
<ConcurrencyId>00000000-0000-0000-0000-000000000000</ConcurrencyId>
<CreationDate>0001-01-01T00:00:00</CreationDate>
<CreatorUserId>0</CreatorUserId>
<CreatorUserName i:nil="true" />
<Description i:nil="true" />
<DisplayId>0</DisplayId>
<IsActive>false</IsActive>
<IsInternal>false</IsInternal>
<LastUpdateDate>0001-01-01T00:00:00</LastUpdateDate>
<Name i:nil="true" />
<Tags i:nil="true" />
<ViewsCount>0</ViewsCount>
</RemoteArticle>
</ArrayOfRemoteArticle>
[{"ArticleId":null,
"Body":null,
"ConcurrencyId":"00000000-0000-0000-0000-000000000000",
"CreationDate":"\/Date(-62135578800000-0500)\/",
"CreatorUserId":0,
"CreatorUserName":null,
"Description":null,
"DisplayId":0,
"IsActive":false,
"IsInternal":false,
"LastUpdateDate":"\/Date(-62135578800000-0500)\/",
"Name":null,
"Tags":null,
"ViewsCount":0}]