Português (BR)
cURL
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-21T17:52:50.026Z", "updatedAt": "2025-07-21T17:52:50.026Z" }
Recupera detalhes de um campo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador único do campo
Successful response
The response is of type object.
object