GET api/lastExecutions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of last_executions| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| datetime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"datetime": "2025-12-06T12:48:25.8319129+08:00"
},
{
"$ref": "1"
}
]