Training Campaigns
Get a training campaign by id
Get a training campaign.
get/v1/training-campaigns/{id}
Path parameters
idstring required
The unique identifier of a training campaign.
Example:tc456xyz78
Response
Success
Example response
{
"id": "tc456xyz78",
"courseName": "Cybersecurity Awareness",
"campaignName": "Security Training 2025",
"status": "ACTIVE",
"initialTrainingAt": "2025-02-15T00:00:00Z",
"nextTrainingAt": "2026-02-15T00:00:00Z",
"deadlineInDays": 60
}Changes
No recorded changes to this endpoint across all 1 revision of this API.