Change Updates

Do not miss any Garmat API changes, ever again

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

RSS

Sep 18, 2024

main
0.0.4
Compare

API structure has changed

11 structure changes including:
1 Breaking change
4 Additions
7 Modifications
Modified 7 Breaking
GET /api/accounts/entities_summary
  • Path went from /api/accounts/summary to /api/accounts/entities_summary (same operationId)
    Breaking
GET /api/facilities
  • Response
  • 200 response Modified
    • content type Modified
      • data property Modified
        • climate_control, location, region_id, region_name, square_ft, store_number, type properties Added
GET /api/facilities/{id}
  • Response
  • 200 response Modified
    • content type Modified
      • climate_control, location, region_name, square_ft, store_number, type properties Added
POST /api/accounts
  • Body
  • content type Modified
    • customer_type, primary_industry properties Added
POST /api/facilities
  • Body
  • content type Modified
    • climate_control, location, square_ft, store_number, type properties Added
  • Response
  • 200 response Modified
    • content type Modified
      • climate_control, location, region_name, square_ft, store_number, type properties Added
PUT /api/accounts/{id}
  • Body
  • content type Modified
    • customer_type, primary_industry properties Added
  • Response
  • 200 response Modified
    • content type Modified
      • customer_type, primary_industry properties Added
PUT /api/facilities/{id}
  • Body
  • content type Modified
    • climate_control, location, square_ft, store_number, type properties Added
  • Response
  • 200 response Modified
    • content type Modified
      • climate_control, location, region_name, square_ft, store_number, type properties Added
Added 4
DELETE /api/accounts/{account_id}/regions/{id}
GET /api/facilities/{id}/utilization
GET /api/facilities/{id}/utilization_frequency
PUT /api/accounts/{account_id}/regions/{id}