一覧
GET
/mediatories/{teamId}/candidates
Requestパラメータ
Authorization
Headerにパラメータ
Authorization
を追加し、その値にはBearerの後にTokenを連結します例:
Authorization: Bearer ********************
Pathパラメ ータ
teamId
string
必須
Queryパラメータ
query
string
可選
サンプル値:
nitte@example.com
page
number
可選
サンプル値:
0
hitsPerPage
number
可選
サンプル値:
5
サンプルコード
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nitte.app/mediatories//candidates?query=nitte@example.com&page=0&hitsPerPage=5'
Response
🟢200成功
application/json
Body
candidates
array[object (求職者) {8}]
必須
id
string
必須
サンプル値:
c1be87a5-d8ff-4338-a60a-ad8792b99ee6
email
string
必須
サンプル値:
nitte@exmaple.com
publicName
string
必須
サンプル値:
Nitte株式会社
privateName
string
必須
サンプル値:
client-12345
tel
string | null
必須
サンプル値:
08012341234
lineUserId
string | null
必須
blockedPeriods
array[object (時間帯) {2}]
必須
preProposedPeriods
array[object (時間帯) {2}]
必須
page
number
必須
hitsPerPage
number
必須
numberHits
number
必須
例
{
"candidates": [
{
"id": "c1be87a5-d8ff-4338-a60a-ad8792b99ee6",
"email": "nitte@exmaple.com",
"publicName": "Nitte株式会社",
"privateName": "client-12345",
"tel": "08012341234",
"lineUserId": "string",
"blockedPeriods": [
{
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
],
"preProposedPeriods": [
{
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
]
}
],
"page": 0,
"hitsPerPage": 0,
"numberHits": 0
}
🟠401Unauthorized
🟠404NotFound
🟠422Unprocessable Entity
🔴500InternalServerError
更新日時 2024-04-11 10:01:57