Sign in

Get custom report

documented

Generic custom reporting for any object.

GET /report/custom/{ORGANIZATION_ID}/{?query, x, y, interval, transform_y, group_by, start, end}Reportingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.close.com/api/v1/report/custom/{{$organization_id}}/?query={{$query}}&x={{$x}}&y={{$y}}&interval={{$interval}}&transform_y={{$transform_y}}&group_by={{$group_by}}&start={{$start}}&end={{$end}}" \
  -X GET \
  -u "{{CLOSE_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get custom report · Close · OpenIntegrations