Skip to content

List images by user

GET
/user/{id}/image

Parameters

Path Parameters

id*
Type
integer
Required
Format
"int64"
Minimum
1

Query Parameters

offset

Number of rows to skip.

Type
integer
Format
"int32"
Minimum
0
Default
0
limit

Maximum number of rows. The backend caps this value at 24.

Type
integer
Format
"int32"
Minimum
1
Maximum
24
Default
24

Responses

User image page

application/json
JSON
{
  
"error": "string",
  
"data": {
  
  
"total": 0,
  
  
"images": [
  
  
  
{
  
  
  
  
"id": 0,
  
  
  
  
"text": "string",
  
  
  
  
"rating": "string",
  
  
  
  
"imageUrl": "string",
  
  
  
  
"imageKey": "string",
  
  
  
  
"currentVersionId": 0
  
  
  
}
  
  
]
  
}
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI