Timeline.attachments

이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.

리소스 표현

타임라인 항목에 첨부할 수 있는 사진과 같은 미디어 콘텐츠를 나타냅니다.

{
  "id": string,
  "contentType": string,
  "contentUrl": string,
  "isProcessingContent": boolean
}
숙소 이름 설명 메모
id string 첨부파일의 ID입니다.
contentType string 첨부파일의 MIME 유형입니다.
contentUrl string 콘텐츠의 URL입니다.
isProcessingContent boolean 첨부파일 콘텐츠가 아직 처리 중이므로 contentUrl을 사용할 수 없음을 나타냅니다. 호출자가 콘텐츠를 검색하려는 경우 나중에 다시 시도해야 합니다.

{
  "id": string,
  "contentType": string,
  "contentUrl": string,
  "isProcessingContent": boolean
}
숙소 이름 설명 메모
contentType string 첨부파일의 MIME 유형입니다.
contentUrl string 콘텐츠의 URL입니다.
id string 첨부파일의 ID입니다.
isProcessingContent boolean 첨부파일 콘텐츠가 아직 처리 중이므로 contentUrl을 사용할 수 없음을 나타냅니다. 호출자가 콘텐츠를 검색하려는 경우 나중에 다시 시도해야 합니다.

방법

delete
타임라인 항목에서 첨부파일을 삭제합니다.
가져오기
타임라인 항목의 첨부파일을 항목 ID 및 첨부파일 ID로 검색합니다.
삽입
타임라인 항목에 새 첨부파일을 추가합니다.
list
타임라인 항목의 첨부파일 목록을 반환합니다.