Skip to content
Main Navigation
홈
시작하기
Console API
Appearance
Menu
Return to top
이미지 목록 조회
GET
/v2/images
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
nodeId
Type
string
Responses
200
이미지 목록
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"type"
:
"string"
,
"internalName"
:
"string"
,
"isPublic"
:
true
}
]
GET
/v2/images
Playground
Authorization
bearerAuth
Variables
Key
Value
nodeId
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python