GET
/
bases
/
{id}
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
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.

GET
/
bases
/
{id}
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
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.