Sign in

Retrieve report data feed

documented

Fetch the JSON data feed for a custom Workamajig report using a reportKey query parameter (GET /beta1/reports?reportKey={reportKey}). Requires APIAccessToken and UserToken in headers.

GET /beta1/reportsReportsno 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://workamajig.com/api/beta1/reports?reportKey={{$reportKey}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "APIAccessToken: {{WORKAMAJIG_API_ACCESS_TOKEN}}" \
  -H "UserToken: {{WORKAMAJIG_USER_TOKEN}}"
Retrieve report data feed · Workamajig · OpenIntegrations