修改面试V2版本
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 '{
"videoId": "6542335467",
"groupId": "324354657",
"interviews": [
{
"interviewId": 12345,
"roundId": 1,
"roundName": "第一轮",
"startTime": "2020-01-01",
"duration": 30,
"interviewers": [
{
"interviewInterviewerId": 3456,
"email": "lisi@test.com",
"name": "李四",
"phone": "15012345678"
}
]
}
],
}'
响应示例响应示例
{
"code": "string",
"msg": "string",
"data": {
"videoId": "string",
"intervieweeUrls": [
{
"applicationId": "string",
"interviewId": "string",
"url": "string"
}
],
"interviewerUrls": [
{
"interviewInterviewerId": 0,
"url": "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:18:15