KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
Retrieves a list of publicly accessible web page urls, used in SEO sitemaps
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/system/sitemap-entries
Nothing Expected
<ArrayOfRemoteSitemapEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects"> <RemoteSitemapEntry> <CreationDate i:nil="true" /> <IsDynamic>false</IsDynamic> <LastModified i:nil="true" /> <Url i:nil="true" /> </RemoteSitemapEntry> </ArrayOfRemoteSitemapEntry>
[{"CreationDate":null, "IsDynamic":false, "LastModified":null, "Url":null}]