Get an interview module
Returns an interview module’s training requirements, graduation configuration, weekly limit, and member counts. The module must belong to the authenticated organization or the request returns 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
Canonical interview module ID (mod_ followed by 32 lowercase hexadecimal UUID characters).
^mod_[0-9a-f]{32}$"mod_a1b2c3d4e5f64789a1b2c3d4e5f64789"
AUTOMATIC, SCHEDULER, CUSTOM Maximum interviews per week; null means unlimited.
ISO 8601 timestamp.
ISO 8601 timestamp.