Skip to main content
GET
/
v1
/
data
/
{connection_id}
/
{resource}
/
{external_id}
Get Document Detail
curl --request GET \
  --url https://api.adapter.com/v1/data/{connection_id}/{resource}/{external_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

connection_id
string
required
resource
string
required
external_id
string
required

Response

Successful Response