Skip to main content

Objects

Image Objects

{
"file_id": String,
"uuid": UUID,
"name": String,
"caption": String,
"author_id": UUID,
"file": String,
"date": String
}
NameDescriptionExample Value
file_idThe id of the image.orqsf8idl
uuidThe UUID of the image.UUID
captionThe caption of the image.""
author_idThe UUID of the author.UUID
fileThe raw URL of the image.https://img.ryandw11.com/raw/orqsf8idl.png
dateThe date the image was created.2021-05-16 22:21:00

User Object

{
"user_id": "e1a4f638-a71a-4e65-82c6-896098e84afa",
"user_name": "User",
"date": "2021-05-01 05:24:56"
}
NameDescriptionExample Value
user_idThe UUID of the user.UUID
user_nameThe username of the user.User
dateThe date the user was created.2021-05-01 05:24:56