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": "2026-01-20T21:43:01.9046778+00:00",
"_To": "2026-01-20T21:43:01.9046778+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.