Timesheet Approval Requested
Event Type
timesheet_approval_requested
Summary
Timesheet approval requested event delivery
Delivery
- Method:
POST - Content-Type:
application/json - Delivery guarantee: at-least-once
Delivery Headers
| Header | Description |
|---|---|
| Content-Type | Always application/json. |
| X-Requidex-Event | Event type (timesheet_approval_requested). |
| X-Requidex-Event-Id | Unique event delivery id. |
| X-Requidex-Signature | HMAC SHA-256 signature of the raw request body. |
| X-Requidex-Timestamp | UTC timestamp used when signing the payload. |
Payload Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | |
| type | string | Yes | |
| createdAt | string | Yes | |
| data | object | Yes | Show child attributes
|
Payload Example
{
"id": "evt_01J0AA1CC6K2S9W8TL4Y5M7Q8R",
"type": "timesheet_approval_requested",
"createdAt": "2026-04-16T12:00:00.000Z",
"data": {
"timesheet": {
"id": "ts01abcd34"
}
}
}