LowCodeAPI
244 APIs
  • Custom Fields(8)
    • POST
      Create a new Custom Field on a Board
    • GET
      Get a Custom Field
    • PUT
      Update a Custom Field definition
    • DEL
      Delete a Custom Field definition
    • GET
      Get Options of Custom Field drop down
    • POST
      Add Option to Custom Field dropdown
    • GET
      Get Option of Custom Field dropdown
    • DEL
      Delete Option of Custom Field dropdown
GET
POST
GET
PUT
DELETE
GET
POST
GET
DELETE
POST
https://api.lowcodeapi.com/trello/1/customfields
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
idModelstring*
Pattern
modelTypestring*
The type of model that the Custom Field is being defined on. This should always be board.
namestring*
The name of the Custom Field
typestring*
The type of Custom Field to create. Valid values - checkbox; list; number; text; date
optionsstring
If the type is checkbox
posstring|number
Position
display_cardFrontboolean
Whether this Custom Field should be shown on the front of Cards
Response
API response data will be shown here once the request is completed.
Trello