DataPress logo
API Reference

Changelog

Version:  1.6
Updated:  17th August 2026

2026-07-25

  • Per-dataset permissions (reader, uploader, editor) for users and groups.
  • New Uploader role may only patch resources, links, nextReviewDate and timestamps.
  • whoami now returns manageDatasets, manageContent, groups and permit; memberships removed.

2026-06-30

  • Teams replaced by groups. Removed the team, collaborators, readusers and readteams fields from datasets, and the /api/v3/teams & /api/v3/team endpoints (including the /api/team redirects).
  • Creating a dataset no longer requires team.

2026-06-15

  • Mastheads replaced by an inline logo object ({ "title", "img" }) on datasets. masthead is silently dropped from POST/PATCH bodies. Removed mastheads from the site JSON.
  • Export JSON: mastheadlogo.

2026-04-23

  • The Authorization header now accepts an optional Bearer prefix.

2025-09-14

  • Renamed the timeFrame field on resources to timeframe. In the export JSON, timeFrameFrom/timeFrameTo became timeframeFrom/timeframeTo.
  • Altered the structure of timeframe:
    • Previously: { "gte": "2020-01", "lte": "2024-11" }
    • Now: { "from": "2020-01", "to": "2024-11" }
  • Added timeframe as an optional field in the Python client.

2025-08-27

2025-08-26

  • Added whoami endpoint.
  • Renamed admin to manager in teams API.

2025-08-26

2025-08-21

Semantic migration of /api/ endpoints to /api/v3/.

  • Redirected /api/dataset to /api/v3/dataset.
  • Redirected /api/site to /api/v3/site.
  • Redirected GET /api/team to /api/v3/teams.
  • Redirected POST, PATCH and DELETE /api/team to /api/v3/team.