v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Training memberships
Reads all Training memberships
Query parameters
This field is used to filter those trainings memberships that belongs to this training.
This field is used to filter those trainings memberships that belongs to this training.
This field is used to filter those trainings memberships whose id match with the given.
This field is used to filter those trainings memberships whose id match with the given.
[ "1" ]
This field is used to filter those trainings memberships whose employee name include some of the text written.
This field is used to filter those trainings memberships whose employee name include some of the text written.
This field is used to filter those memberships whose employees belongs to this team.
This field is used to filter those memberships whose employees belongs to this team.
This field is used to filter those trainings memberships whose attendance status is the given.
This field is used to filter those trainings memberships whose attendance status is the given.
This field is used to filter those trainings memberships whose employees belongs to this group.
This field is used to filter those trainings memberships whose employees belongs to this group.
Get the training memberships by passing the employee id
Get the training memberships by passing the employee id
This field is used to filter training memberships by due date. Values can be 'overdue', 'no_due_date', or a number of days (e.g., '7', '30', '90').
This field is used to filter training memberships by due date. Values can be 'overdue', 'no_due_date', or a number of days (e.g., '7', '30', '90').
Response
OK
Example response
{
"data": [
{
"id": "1",
"access_id": "20",
"employee_id": "20",
"training_id": "1",
"status": "notstarted",
"training_due_date": "2022-01-01",
"training_completed_at": "2022-01-01"
}
]
}