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

Changelog

Last update:
Compare
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
3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /v1/Exports/Jobs/{JobSid}
  • Response
  • 200 response Modified
    • details property Modified
GET /v1/Exports/{ResourceType}/Jobs
  • Response
  • 200 response Modified
    • jobs property Modified
POST /v1/Exports/{ResourceType}/Jobs
  • Response
  • 201 response Modified
    • details property Modified