GET
/
fields
/
{id}
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "active": true,
  "type": "text",
  "options": [],
  "workspaceId": "<string>",
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "createdAt": "2025-07-04T18:19:22.547Z",
  "updatedAt": "2025-07-04T18:19:22.547Z"
}

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
/
fields
/
{id}
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "active": true,
  "type": "text",
  "options": [],
  "workspaceId": "<string>",
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "createdAt": "2025-07-04T18:19:22.547Z",
  "updatedAt": "2025-07-04T18:19:22.547Z"
}

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.