INPUT_OBJECT

CreateCertificationRequestInput

link GraphQL Schema definition

1input CreateCertificationRequestInput {
4
2# The name of the candidate.
3candidateName: String!
7
5# Candidate email.
6candidateEmail: String!
10
8# ID of the certification test.
9testId: ID!
13
11# ID of the company. If not provided, your company ID will be implicitly used.
12companyId: ID
16
14# Overrides default duration of the test.
15customDuration: Int
19
17# How long the invitation should last before expiring, in milliseconds.
18certificationExpireDuration: Float
22
20# An arbitrary custom value that will be included in assessment result webhooks.
21externalId: String
23}

link Required by