Read Attachment

GET /api/attachments/{id}

Read an attachment

Path parameters

  • id string Required

Responses

  • 302 application/json

    Successful Response

  • 422 application/json

    Validation Error

    Hide response attribute Show response attribute object
    • detail array[object]
      Hide detail attributes Show detail attributes object
GET /api/attachments/{id}
curl \
 -X GET https://ppammedellin.com/api/attachments/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}