curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partnerJobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"job_status": "All Job",
"filterByMultiParameter": "test",
"job_id": 1
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partnerJobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"job_status": "All Job",
"filterByMultiParameter": "test",
"job_id": 1
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
1
10
Filter by job status
Hired, Ongoing, Voided, Payment Request, Resubmit Needed, Completed, All Job "All Job"
Search keyword filter
"test"
Filter by specific job ID
1
Partner job list