POST api/v1/Door/DoorEvents
Request Information
URI Parameters
None.
Body Parameters
DoorEventParam| Name | Description | Type | Additional information |
|---|---|---|---|
| limit | integer |
None. |
|
| skip | integer |
None. |
|
| from | date |
None. |
|
| to | date |
None. |
|
| searchevent | Collection of string |
None. |
|
| searchdoor | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"limit": 1,
"skip": 2,
"from": "2025-12-06T17:41:30.8270149+00:00",
"to": "2025-12-06T17:41:30.8270149+00:00",
"searchevent": [
"sample string 1",
"sample string 2"
],
"searchdoor": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.