创建视频面试
POST
https://{url}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://?appId=E8iWPLYYQq8dB5Lu3PEbTQwYLlyzaVOu&clientId=9734f2bc-beff-4439-9497-0aa11fcc932c&time=1547100372&sign=08b6a2f880c697bdee9b6069cbed81ceb7300ea4' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "070e67b4e1104daca596059898c31e9b",
"event": "createInterview",
"triggeredAt": 1614675195,
"data": {
"applicationId": 418430746,
"name": "test2",
"email": "wangliwei@mokahr.com",
"phone": "17657685768",
"typeId": "1379",
"interviewTime": "2021-03-02 17:00:00",
"hireMode": 1,
"appId": "836474a1-cdaf-4fab-9bfd-047bd29b0c3b",
"jobTitle": "自动化测试-飞飞",
"interviews": [
{
"startTime": "2021-03-02 17:00:00",
"duration": 30,
"interviewers": [
{
"name": "石越",
"email": "shiyue@mokahr.com",
"phone": "15001371285"
}
]
},
{
"startTime": "2021-03-02 17:30:00",
"duration": 30,
"interviewers": [
{
"name": "王立伟2",
"email": "3300352025@qq.com",
"phone": "17857685760"
},
{
"name": "shuobin",
"email": "wangshuobin@mokahr.com",
"phone": "18746574657"
}
]
}
]
}
}'
响应示例响应示例
{
"videoId": "string",
"interviewerUrl": "string",
"intervieweeUrl": "string"
}
请求参数
Path 参数
url
string
必需
示例值:
{{url}}
Query 参数
appId
必需
示例值:
E8iWPLYYQq8dB5Lu3PEbTQwYLlyzaVOu
clientId
必需
示例值:
9734f2bc-beff-4439-9497-0aa11fcc932c
time
当前时间戳
示例值:
1547100372
sign
必需
示例值:
08b6a2f880c697bdee9b6069cbed81ceb7300ea4
Header 参数
Content-Type
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2022-06-10 12:17:58