latestOpenAPI 3.1.02026-07-14159142161.9 KB

c3f48fd1c26b

filesService

Lists the file info

Lists the file info

get/files/v1/files?uploadId

Query parameters

uploadIdstring uuid required

Use this parameter instead of entityType and entityId to list the upload bundle

Response

Successful response

Example response

{
  "data": [
    {
      "id": 1,
      "entityType": "post",
      "entityId": 1,
      "uploadId": "369c4620-adee-4526-a0d8-a1db20bcf5b2",
      "originalFilename": "sample.jpg",
      "lastModified": 1664629542,
      "size": 123456,
      "url": "https://aws.s3.amazonaws.com/my-bucket/61/dd/61ddc0045c05ba7537b63e63184b9203.jpg"
    }
  ]
}