SaaS API콘텐츠 검수
GET /ai/influence/contents/{itemId}/history/compare
버전 비교
버전 비교
두 버전 간의 변경 내용을 비교합니다. afterVersion이 없으면 현재 버전과 비교합니다.
HTTP 요청
GET /ai/influence/contents/{itemId}/history/compare?beforeVersion={before}&afterVersion={after}
Authorization: Bearer {access_token}Path Parameters
| 파라미터 | 타입 | 필수 | 설명 |
|---|---|---|---|
itemId | long | 예 | 제출물 ID |
Query Parameters
| 파라미터 | 타입 | 필수 | 설명 |
|---|---|---|---|
beforeVersion | int | 예 | 비교 기준 버전 |
afterVersion | int | 아니오 | 비교 대상 버전 (없으면 현재 버전) |