Courses::Sections::PublishAction
Fetch Publish Action
Retrieve a single course-section publish action and its current async progress
get/courses/sections/publish_actions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "aB3cD4",
"course_id": 5,
"target_all": false,
"target_ids": [
8,
9
],
"auto_enroll": true,
"send_email": true,
"offer_new_section_via_all_access_products": false,
"target_count": 2,
"performed_count": 1,
"scheduled_for": null,
"started_at": "2025-01-01T00:01:00.000Z",
"completed_at": null,
"created_by_id": 3,
"approved_by_id": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:01:00.000Z"
}