Skip to main content

List all custom fields

Returns a list of all custom field values associated with the given card.

Parameters

No parameters.

Returns

Return a response that contains an array of all the custom fields.

get
/api/cards/{id}/custom-fields
curl https://{workspace}.kitchen.co/api/cards/{id}/custom-fields \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
[
{
"id": "cf_b5fa830bd5d732626231ff89",
"value": [
"uL3haLfAeE258Lt6E8sjtyqg",
"XN8Lb7veiE6w7qrEFuHMstnS"
]
}
]