POST api/WebCrawl
Anfrageinformationen
URI Parameter
None.
Body Parameter
Keine.
Antwortinformationen
Ressourcenbeschreibung
Content| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| title | string |
None. |
|
| content | string |
None. |
|
| createdsource | date |
None. |
|
| url | string |
None. |
|
| source | string |
None. |
|
| documenttype | string |
None. |
|
| LogID | integer |
None. |
Antwortformate
application/json, text/json
Sample:
{
"title": "sample string 1",
"content": "sample string 2",
"createdsource": "2025-11-03T01:32:09.5138803+01:00",
"url": "sample string 4",
"source": "sample string 5",
"documenttype": "sample string 6",
"LogID": 7
}
application/xml, text/xml
Sample:
<Content xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebCrawl.DataObjects"> <LogID>7</LogID> <content>sample string 2</content> <createdsource>2025-11-03T01:32:09.5138803+01:00</createdsource> <documenttype>sample string 6</documenttype> <source>sample string 5</source> <title>sample string 1</title> <url>sample string 4</url> </Content>