POST _vti_bin/DelveApi.ashx/{version}/log/basicevents
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | integer |
Required |
Body Parameters
Collection of LogEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | string |
None. |
|
| Properties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EventId": "sample string 1",
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"EventId": "sample string 1",
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfLogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel.Log">
<LogEntry>
<EventId>sample string 1</EventId>
<Properties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</Properties>
</LogEntry>
<LogEntry>
<EventId>sample string 1</EventId>
<Properties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</Properties>
</LogEntry>
</ArrayOfLogEntry>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.