Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/internship-programs/employers/me/internship-programs?page=undefined&perPage=undefined&title=Backend%20Internship%20Program&category=Health%20%26%20Safety' \
--header 'Authorization: Bearer <token>'{
"message": "Internship programs retrieved successfully",
"data": [
{
"id": 12,
"title": "Backend Internship Program",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"createdAt": "2025-07-07T10:12:12.010Z",
"employer": {
"id": 1,
"email": "employer1@worknation.com"
},
"categoryMappings": [
{
"id": 13,
"programCategory": {
"id": 1,
"name": "Accounting, Auditing & Finance"
}
}
]
},
{
"id": 11,
"title": "Backend Internship Program",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"createdAt": "2025-07-07T10:12:04.811Z",
"employer": {
"id": 1,
"email": "employer1@worknation.com"
},
"categoryMappings": [
{
"id": 12,
"programCategory": {
"id": 1,
"name": "Accounting, Auditing & Finance"
}
}
]
},
{
"id": 10,
"title": "Backend Internship Program",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"createdAt": "2025-07-07T10:12:03.034Z",
"employer": {
"id": 1,
"email": "employer1@worknation.com"
},
"categoryMappings": [
{
"id": 11,
"programCategory": {
"id": 1,
"name": "Accounting, Auditing & Finance"
}
}
]
}
],
"meta": {
"total": 3,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&limit=10",
"lastPageUrl": "/?page=1&limit=10",
"nextPageUrl": null,
"previousPageUrl": null
}
}