getMyEventsArchive
Endpoint
GET /api/my-events-archive
Request Headers
{
"Accept": "application/json",
"Content-Type": "application/json",
"Bearer Token": "31|T6ZNvHMTYStdJpCEnID9U9xWEsMW2XpaU4gapb6zcf014449"
}
Request Body
{
}
Response Body (200)
[
{
"id": 6,
"description": "wehfbqlwieyfb oiqweyfqowieyfweyiewg f fopiwqegf iqweygf ow fqwipuef piw7gef oiaw",
"files": [
"http://0.0.0.0:8035/storage/event-requests/EYnYjhJCyKQYbcXmu2vITHAiepzo50NcqV4Wt1vK.docx"
],
"status": "done",
"created_at": "2025-09-09T13:46:29.000000Z",
"updated_at": "2025-09-10T12:09:04.000000Z",
"user_id": 3,
"event_id": 1,
"requested_start": null,
"requested_end": null,
"event": {
"id": 1,
"name": "Event 1",
"picture": "http://0.0.0.0:8035/storage/events/01K4MP8EZ2D0WF9NSGD1A0AG5S.png"
}
},
{
"id": 3,
"description": "wehfbqlwieyfb oiqweyfqowieyfweyiewg f fopiwqegf iqweygf ow fqwipuef piw7gef oiaw",
"files": [],
"status": "cancelled",
"created_at": "2025-09-09T12:00:55.000000Z",
"updated_at": "2025-09-11T10:33:25.000000Z",
"user_id": 3,
"event_id": 1,
"requested_start": null,
"requested_end": null,
"event": {
"id": 1,
"name": "Event 1",
"picture": "http://0.0.0.0:8035/storage/events/01K4MP8EZ2D0WF9NSGD1A0AG5S.png"
}
},
{
"id": 2,
"description": "ehgwshtwrhthrt",
"files": [],
"status": "cancelled",
"created_at": "2025-09-09T12:00:39.000000Z",
"updated_at": "2025-10-24T09:58:01.000000Z",
"user_id": 3,
"event_id": 1,
"requested_start": "2025-09-30T16:20:32.000000Z",
"requested_end": "2025-10-03T16:20:37.000000Z",
"event": {
"id": 1,
"name": "Event 1",
"picture": "http://0.0.0.0:8035/storage/events/01K4MP8EZ2D0WF9NSGD1A0AG5S.png"
}
},
{
"id": 25,
"description": "www",
"files": [],
"status": "cancelled",
"created_at": "2025-10-24T10:01:25.000000Z",
"updated_at": "2025-10-31T08:03:03.000000Z",
"user_id": 3,
"event_id": 8,
"requested_start": "2025-10-23T13:01:05.000000Z",
"requested_end": "2025-11-08T13:01:14.000000Z",
"event": {
"id": 8,
"name": "qwe",
"picture": "http://0.0.0.0:8035/storage/events/01K8ATH0PYGWZWXYXYJ2GJ5SM8.jpg"
}
}
]
Response Body (401)
{
"message": "Unauthenticated."
}
20 November 2025