curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchJobV2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"page_limit": 10,
"filterByMultiParameter": "test",
"filterCategorySearchKeywords": [],
"filterByPaymentMode": null,
"filterByLocation": null,
"filterByMinPrice": 100,
"filterByMaxPrice": 10000,
"filterByLatLong": [],
"filterByDistanceInMiles": 25,
"filterByJobTitle": "Content Creation Job",
"sort_order_req": "most_recent",
"job_id": 1,
"athlete_id": 123
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchJobV2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"page_limit": 10,
"filterByMultiParameter": "test",
"filterCategorySearchKeywords": [],
"filterByPaymentMode": null,
"filterByLocation": null,
"filterByMinPrice": 100,
"filterByMaxPrice": 10000,
"filterByLatLong": [],
"filterByDistanceInMiles": 25,
"filterByJobTitle": "Content Creation Job",
"sort_order_req": "most_recent",
"job_id": 1,
"athlete_id": 123
}
'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
Alias for limit (takes priority)
10
Search keyword
"test"
Category IDs
[]Cash, Product null
null
100
10000
[]25
"Content Creation Job"
Sort order
pay_highest, name_asc, name_desc, most_recent, invited, location_nearest "most_recent"
1
123
Search results V2