GET /api/attachment/{id}

GET /api/attachment/{id}

Path parameters

  • id integer(int64) Required

Query parameters

  • size string

    Values are ORIGINAL, MEDIUM, or THUMBNAIL.

  • thumbnail boolean

Responses

  • 200

    OK

  • 401

    Not Authorized

  • 403

    Not Allowed

GET /api/attachment/{id}
curl \
 --request GET 'https://api-dev.gatego.io/api/attachment/{id}'