Skip to main content
GET
프로젝트 상세

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Path Parameters

project_id
integer
required

Response

200 - application/json
id
integer
required
read-only
title
string
required

프로젝트 제목

Maximum string length: 128
created
string<date-time>
required
read-only

생성일시

contract
null | object

계약

status
enum<string>

상태 (U: 예정됨, I: 진행 중, A: 추가 기간, E: 종료됨)

  • U - 예정됨
  • I - 진행 중
  • A - 추가 기간
  • E - 종료됨
Available options:
U,
I,
A,
E
symbolColor
string

상징색

Maximum string length: 32
startDate
string<date> | null

시작 날짜

endDate
string<date> | null

종료 날짜

actualEndDate
string<date> | null

실제 종료 날짜

isHidden
boolean

숨김 여부