PickMe-Calendar (v2)

Download OpenAPI specification:

Internal

내부 호출 전용

일정 모음 조회

scheduleId들에 해당하는 면접 일정 조회

Authorizations:
BearerAuth
query Parameters
scheduleIds
required
Array of strings
Example: scheduleIds=695379e58f03547bad0bc4c1&scheduleIds=695379e38f03547bad0bc4c2

면접 일정 ID

Responses

Calendar

면접 캘린더 API

면접 일정 조회

scheduleId에 해당하는 면접 일정 조회

Authorizations:
BearerAuth
path Parameters
scheduleId
required
string
Example: 694d1d9462a47e4039250532

면접 일정 ID

Responses

면접 일정 수정

scheduleId에 해당하는 면접 일정 수정

Authorizations:
BearerAuth
path Parameters
scheduleId
required
string
Example: 694d1d9462a47e4039250532

면접 일정 ID

Request Body schema: application/json
required
object (CompanyDto)

회사 정보

date
string <date-time>

면접 일정 시간

position
required
string

직무

category
required
string

면접 유형

description
string

추가 사항

Responses

Request samples

Content type
application/json
{
  • "company": {
    },
  • "date": "2024-12-01T02:49:03.465Z",
  • "position": "바리스타",
  • "category": "1차 기술면접",
  • "description": "면접 전 15분 전까지 도착하기"
}

면접 일정 삭제

scheduleId에 해당하는 면접 일정 삭제

Authorizations:
BearerAuth
path Parameters
scheduleId
required
string
Example: 694d1d9462a47e4039250532

면접 일정 ID

Responses

면접 일정 추가

새로운 면접 일정 추가

Authorizations:
BearerAuth
Request Body schema: application/json
required
required
object (CompanyDto)

회사 정보

date
required
string <date-time>

면접 일정 시간

position
required
string

직무

category
required
string

면접 유형

description
string

추가 사항

Responses

Request samples

Content type
application/json
{
  • "company": {
    },
  • "date": "2024-12-01T02:49:03.465Z",
  • "position": "바리스타",
  • "category": "1차 기술면접",
  • "description": "면접 전 15분 전까지 도착하기"
}

면접 일정 조건 조회

조건에 해당하는 면접 일정 조회

Authorizations:
BearerAuth
query Parameters
companyName
string
Example: companyName=앙떼띠

회사 이름

companyLocation
string
Example: companyLocation=잠실

회사 장소

position
string
Example: position=바리스타

직무

category
string
Example: category=1차 기술면접

유형

from
string <date>
Example: from=2024-12-01

시작 날짜

to
string <date>
Example: to=2024-12-31

종료 날짜

Responses