파일 목록 조회

Request

GET https://api.solapi.com/storage/v1/files

한 계정이 가지고 있는 파일들의 목록을 조회합니다.

Authorization 인증 필요 [?]

계정 권한

회원 권한

계정 상태

회원 상태

계정 인증

storage:read

ACTIVE

ACTIVE

Query Params

Name

Type

Required

Allowed Operator [?]

Description

fileId

string

eq

파일 고유 아이디

name

string

eq

파일 이름

url

string

eq

파일 주소

originalName

string

eq

원본 파일 이름

handleKey

string

eq

참조의 핸들키

category

string

eq

참조 이름

refId

string

eq

참조 대상의 리소스 아이디

dateCreated

date

eq

최초 생성 날짜

dateUpdated

date

eq

최근 수정 날짜

startKey

string

eq

현재 목록을 불러올 기준이 되는 키

limit

number

eq

한 페이지에 불러옥 목록 개수

type

string

eq

문서 타입(DOCUMENT, KAKAO, MMS)

useDaou

boolean

eq

[카카오 채널] 다우기술 이미지 연동 여부

useBiztalk

boolean

eq

[카카오 채널] 비즈톡 이미지 연동 여부

Samples

getFileList.spec.js

Sample Request

Sample Response

Sample Code

문서 생성일 : 2020-09-23

Last updated

Was this helpful?