POST api/Wordpress/getPagesCountbyRequestByCategory

Anfrageinformationen

URI Parameter

None.

Body Parameter

Keine.

Antwortinformationen

Ressourcenbeschreibung

WordpressPageCountResponse
NameBeschreibungTypZusätzliche Informationen
pageCount

integer

None.

Antwortformate

application/json, text/json

Sample:
{
  "pageCount": 1
}

application/xml, text/xml

Sample:
<WordpressPageCountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wordpress.DataObject">
  <pageCount>1</pageCount>
</WordpressPageCountResponse>