Change Updates

Do not miss any Bulkexports API changes, ever again

Subscribe to the Bulkexports API changelog to be up to date on recent changes.

RSS

Jul 29, 2025

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /v1/Exports/Jobs/{JobSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • details property Modified
        • Type is now array | null
GET /v1/Exports/{ResourceType}/Days
  • Response
  • 200 response Modified
    • application/json content type Modified
      • days property Modified
        • size property Modified
          • Type went from integer | null to integer
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Exports/{ResourceType}/Jobs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobs property Modified
        • details property Modified
          • Type is now array | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
POST /v1/Exports/{ResourceType}/Jobs
  • Response
  • 201 response Modified
    • application/json content type Modified
      • details property Modified
        • Type is now array | null