Skip to content

Resource Metadata

Export resource metadata — machines, equipment, and other resources tracked in Ditio. Use it to resolve resourceId references in other exports, or to mirror the fleet catalogue into a BI model.

GET /v1/resource
  • Test: https://core-api.ditio.dev/reporting/v1/resource
  • Production: https://core-api.ditio.app/reporting/v1/resource
  • Scope: reportingapiv1 — see Authentication

Metadata endpoints use the shared filter without a work-date window: ModifiedSince/ModifiedBefore (incremental sync), ProjectId, CompanyId, ChunkLimit, ContinuationToken — see Pagination.

Terminal window
export DITIO_REPORTING_BASE="https://core-api.ditio.dev/reporting" # test
curl -H "Authorization: Bearer $TOKEN" \
"$DITIO_REPORTING_BASE/v1/resource"

Results are paginated using ContinuationToken. See Pagination.