-
Notifications
You must be signed in to change notification settings - Fork 1
지원사업 상세 조회
ktyu edited this page Jan 3, 2019
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /notices/detail?notice_idx={idx} | 지원사업 상세 조회 |
parameter | 설명 | 예시 |
---|---|---|
notice_idx | 지원사업 인덱스 | 295 |
조회 성공
{
"status": 200,
"message": "공고 상세내용 조회 성공",
"data": {
"noticeIdx": 295,
"title": "이것은제목이다",
"institution": "중소기업청인가뭔가",
"part": "부바부",
"phone": "02-000-0000",
"origin_url": "http://klsjio10923",
"reg_date": "2019-02-11",
"start_date": "2019-03-11",
"end_date": "2019-12-11",
"summary": "디테일1",
"target": "디테일2",
"content": "디테일3"
}
}
해당 인덱스의 지원사업이 없는 경우
{
"status": 400,
"message": "공고를 찾을 수 없습니다.",
"data": null
}
서버 내부 에러
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}
데이터베이스 에러
{
"status": 600,
"message": "데이터베이스 에러",
"data": null
}
- 지원사업 상세 조회
- 지원사업 스크랩 여부 조회
- 지원사업 스크랩 설정/해제
창업토크 스크랩 여부 조회창업토크 스크랩 설정/해제
- 마이페이지 메인 정보 조회
- 스크랩한 지원사업 목록 조회
스크랩한 창업토크 목록 조회- 맞춤지원 스크랩에서 검색
- 맞춤지원 스크랩에서 검색 결과 개수만 조회
창업토크 스크랩에서 검색창업토크 스크랩에서 검색 결과 개수만 조회
(보류)
(보류)