GET
/
api
/
v1
/
documento
/
{collection}
/
{id}
Busca documento por ID
curl --request GET \
  --url https://services.staging.app.dados.rio/app-busca-search/api/v1/documento/{collection}/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection
string
required

Nome da colecao

id
string
required

ID do documento

Response

200
application/json

OK

The response is of type object.