Change Updates

Do not miss any gatego API changes, ever again

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

RSS

Jul 2, 2024

main
v1
Compare

API structure has changed

31 structure changes including:
31 Modifications
Modified 31
GET /api/carrier/search
  • Response
  • 200 response Modified
    • */* content type Modified
GET /api/carrier/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email properties Added
GET /api/dashboard/summary/trailer
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
GET /api/driver/check
  • Response
  • 200 response Modified
    • */* content type Modified
      • driver property Modified
GET /api/driver/search
  • Response
  • 200 response Modified
    • */* content type Modified
GET /api/driver/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier, truck_carrier properties Modified
GET /api/organization
  • Response
  • 200 response Modified
    • */* content type Modified
GET /api/organization-group
  • Response
  • 200 response Modified
    • */* content type Modified
GET /api/organization-group/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
GET /api/organization/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
GET /api/trailer/byNumberAndCarrier/{number}{carrierId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
GET /api/trailer/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
GET /api/truck/byNumberAndCarrier/{number}{carrierId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
GET /api/truck/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
PATCH /api/carrier/{id}
  • Body
  • application/json content type Modified
    • address, email properties Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email properties Added
PATCH /api/driver/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier, truck_carrier properties Modified
PATCH /api/organization-group/{id}
  • Body
  • application/json content type Modified
    • address, email, phone_number properties Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
PATCH /api/organization/{id}
  • Body
  • application/json content type Modified
    • address, email, phone_number properties Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
PATCH /api/trailer/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
PATCH /api/truck/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
POST /api/carrier
  • Body
  • application/json content type Modified
    • address, email properties Added
  • Response
  • 201 response Modified
    • */* content type Modified
      • address, email properties Added
POST /api/driver
  • Response
  • 201 response Modified
    • */* content type Modified
      • carrier, truck_carrier properties Modified
POST /api/organization
  • Body
  • application/json content type Modified
    • address, email, phone_number properties Added
  • Response
  • 201 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
POST /api/organization-group
  • Body
  • application/json content type Modified
    • address, email, phone_number properties Added
  • Response
  • 201 response Modified
    • */* content type Modified
      • address, email, phone_number properties Added
POST /api/trailer
  • Response
  • 201 response Modified
    • */* content type Modified
      • carrier property Modified
POST /api/truck
  • Response
  • 201 response Modified
    • */* content type Modified
      • carrier property Modified
POST /signup
  • Body
  • application/json content type Modified
    • organization property Modified
      • address, email, phone_number properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • organization property Modified
PUT /api/carrier
  • Body
  • application/json content type Modified
    • address, email properties Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • address, email properties Added
PUT /api/driver
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier, truck_carrier properties Modified
PUT /api/trailer
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified
PUT /api/truck
  • Response
  • 200 response Modified
    • */* content type Modified
      • carrier property Modified