curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/content/content-library \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 12,
"page_limit": 10,
"date_filter_range": "All",
"is_all_selected": true,
"job_id": [],
"excluded_job_id": []
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/content/content-library \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 12,
"page_limit": 10,
"date_filter_range": "All",
"is_all_selected": true,
"job_id": [],
"excluded_job_id": []
}
'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.
Page number (default 1)
1
Items per page
12
Alias for limit (takes priority)
10
Date range filter (default All)
"All"
If true, returns assets from all jobs
true
Array of job IDs to filter by (used when is_all_selected is false)
[]Array of job IDs to exclude
[]Content library assets