Advanced Reporting API: Custom Fields Endpoint
GET /io/reporting/export/customfields
Returns all the cards the authorized user has access to that contain custom field data.
Resource URL
GET https://{accountname}.leankit.com/io/reporting/export/customfields?token=xyzyz
See Export Parameters for more information on specifying response formats and other options.
Example Request
GET https://myaccount.leankit.com/io/reporting/export/customfields?token=xyxyz
Response
| Column | Description |
|---|---|
| Card ID | |
| Current Board ID | |
| External Card ID | |
| Custom Field ID | |
| Label | |
| Type | |
| Custom Field Value |
Example Response
"Card ID","Current Board ID","External Card ID","Custom Field ID","Label","Type","Custom Field Value" "10112918106","10112914971","36","10112971229","Deployment","text","John to review" "10112966409","10112914973",,"10112971231","Value","number","1234.0000"

