Português (BR)
cURL
curl --request GET \ --url https://api.bases.rdstationmentoria.com.br/rest/bases/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "in_progress", "description": "<string>", "sources": [ { "id": "<string>", "baseId": "<string>", "type": "site", "file": { "url": null, "data": null, "title": null, "img": null, "description": null, "size": null, "key": null, "ext": null } } ] }
Retorna os dados completos de uma base de conhecimento.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador único da base de conhecimento
Successful response
The response is of type object.
object