LowCodeAPI
244 APIs
  • Card(41)
    • POST
      Create a new Card
    • GET
      Get a Card
    • PUT
      Update a Card
    • DEL
      Delete a Card
    • GET
      Get a field on a Card
    • GET
      Get Actions on a Card
    • GET
      Get Attachments on a Card
    • POST
      Create Attachment On Card 🚧
    • GET
      Get an Attachment on a Card
    • DEL
      Delete an Attachment on a Card
    • GET
      Get the Board the Card is on
    • GET
      Get checkItems on a Card
    • GET
      Get Checklists on a Card
    • POST
      Create Checklist on a Card
    • GET
      Get checkItem on a Card
    • PUT
      Update a checkItem on a Card
    • DEL
      Delete checkItem on a Card
    • GET
      Get the List of a Card
    • GET
      Get the Members of a Card
    • GET
      Get Members who have voted on a Card
    • POST
      Add Member vote to Card
    • GET
      Get pluginData on a Card
    • GET
      Get Stickers on a Card
    • POST
      Add a Sticker to a Card
    • GET
      Get a Sticker on a Card
    • PUT
      Update a Sticker on a Card
    • DEL
      Delete a Sticker on a Card
    • PUT
      Update Comment Action on a Card
    • DEL
      Delete a comment on a Card
    • PUT
      Update Custom Field item on Card
    • GET
      Get Custom Field Items for a Card
    • POST
      Add a new comment to a Card
    • POST
      Add a Label to a Card
    • POST
      Add a Member to a Card
    • POST
      Create a new Label on a Card
    • POST
      Mark a Card's Notifications as read
    • DEL
      Remove a Label from a Card
    • DEL
      Remove a Member from a Card
    • DEL
      Remove a Member's Vote on a Car
    • PUT
      Update Checkitem on Checklist on Card
    • DEL
      Delete a Checklist on a Card
POST
GET
PUT
DELETE
GET
GET
GET
POST
GET
DELETE
GET
GET
GET
POST
GET
PUT
DELETE
GET
GET
GET
POST
GET
GET
POST
GET
PUT
DELETE
PUT
DELETE
PUT
GET
POST
POST
POST
POST
POST
DELETE
DELETE
DELETE
PUT
DELETE
GET
POST
https://api.lowcodeapi.com/trello/1/cards
Request Payload

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

Payload
namestring
The name for the card
descstring
The name for the card
posstring-number
The position of the new card.top bottom or a positive float
duestring
A due date for the card
startstring
The start date of a card or null
dueCompleteboolean
idListstring*
The ID of the list the card should be created in. Pattern - ^[0-9a-fA-F]{24}$
idMembersarray
Comma-separated list of member IDs to add to the card
idLabelsarray
Comma-separated list of label IDs to add to the card
urlSourcestring
http or https URL
fileSourcestring
mimeTypestring
The mimeType of the attachment. Max length 256
idCardSourcestring
The ID of a card to copy into the new card. Pattern - ^[0-9a-fA-F]{24}$
keepFromSourcestring
If using idCardSource you can specify which properties to copy over. all or comma-separated list of
addressstring
For use with/by the Map View
locationNamestring
For use with/by the Map View
coordinatesstring
For use with/by the Map View.Should take the form latitude longitude
Response
API response data will be shown here once the request is completed.
Trello