Get interview module statistics
Returns member training counts for one interview module. Modules outside the authenticated organization are reported as not found.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:mod_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"mod_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Active members who have completed training.
x >= 014
Active members currently in shadow training.
x >= 06
Active members currently in reverse-shadow training.
x >= 04
Total active members in the interview module.
x >= 024
Active members currently shadowing or reverse shadowing.
x >= 010
Members whose completed training is awaiting graduation approval.
x >= 02