For the complete documentation index, see llms.txt. This page is also available as Markdown.

채용 공고 목록 조회 API

연동할 랠릿 채용 공고 목록을 제공합니다.

채용 공고 조회 API

GET https://partners-business.rallit.com/api/v1/partner/position

Query Parameter

Name
Type
Description

pageSize*

number

조회할 수

(기본: 10)

pageNumber*

number

조회할 페이지 번호

(기본: 1)

Response

Field Name
Type
Description

pageNumber*

number

페이지 번호

pageSize*

number

페이지 별 개수

totalCount*

number

전체 개수

totalPage*

number

전체 페이지 수

items*

Position[]

조회된 채용 공고 목록

Position

Field Name
Type
Description

id*

number

채용 공고 아이디

status*

string

채용 공고 상태

  • HIRING (채용중)

  • CLOSED (채용마감)

title*

string

채용 공고 명

description*

string

채용 공고 설명(html)

responsibilities*

string

주요 업무(html)

basicQualifications*

string

자격 요건(html)

preferredQualifications*

string

우대 사항(html)

benefits*

string

혜택 및 복지(html)

additionalComments*

string

미래 동료에게 한마디(html)

jobGroup*

string

직군

jobTypes*

string[]

직무

jobLevels*

JobLevel[]

경력 구분

jobSkills*

string[]

기술스택

period*

Period

채용 기간

address*

Address

주소

url*

string

랠릿 공고 URL

joinReward*

number

입사 보상금(단위: 만)

minimumSalary

number

최소 급여(단위: 만)

company*

Company

회사 정보

JobLevel

type에 따라 annualFrom, annualTo가 없을 수 있습니다.

Field Name
Type
Description

type*

string

레벨

  • IRRELEVANT(경력무관)

  • INTERN (인턴)

  • BEGINNER (신입)

  • JUNIOR (주니어)

  • MIDDLE (미들)

  • SENIOR (시니어)

  • TOP (Lead레벨)

annualFrom

number

최소 연차

annualTo

number

최대 연차

Period

Field Name
Type
Description

type*

string

기간 유형

  • FIXED: 고정 채용기간

  • OPEN_ENDED: 채용시마감(상시채용)

endedAt

string

마감일(yyyy-MM-dd) typeFIXED인 경우 필수

Address

Field Name
Type
Description

main*

string

메인 주소

detail*

string

주소 상세

buildingName*

string

건물 이름

Company

Field Name
Type
Description

id*

number

회사 아이디

name*

string

회사 명

description*

string

기업 소개(html)

logo*

string

기업 로고 URL

tags*

string[]

기업 태그 목록

Last updated