Schedule An Interview.
POST
/screening
SCREENING
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/screening' \
--header 'Content-Type: application/json' \
--data-raw '{
"sid": "string",
"jid": "string",
"afsid": "string",
"status": "pending",
"mode": "offline",
"type": "string",
"start_time": "string",
"end_time": "string",
"assigned_to": "string",
"platform_name": "Google"
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41