curl --request POST \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"type": "text",
"options": []
}'
{
"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"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request POST \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"type": "text",
"options": []
}'
{
"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"
}
curl --request POST \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"type": "text",
"options": []
}'
{
"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"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request POST \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"type": "text",
"options": []
}'
{
"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"
}