Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Oct 25, 2024

stage
0.0.4-stage.11
Compare
0.0.4-stage.11

API structure has changed

13 structure changes including:
13 Modifications
Modified 13 Breaking
GET /v1/attendees
  • Response
  • 200 response Modified
    • application/json content type Modified
      • adjustments property Modified
        • startAt, endAt properties Modified
          • Properties are now required
            Breaking
        • studentId property Added
GET /v1/rooms/
  • Query
  • sort query parameter Modified
    • createdAt query parameter Added
GET /v1/staff/
  • Query
  • sort query parameter Modified
    • lastname query parameter Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt property Added
GET /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • StaffDto alternative Modified
        • createdAt property Added
GET /v1/transactions/
  • Query
  • where query parameter Modified
    • relatedTransactionId query parameter Added
      • DateFilterSchema, TextFilterSchema, NumberFilterSchema, DecimalFilterSchema, SelectFilterSchema, MultiSelectFilterSchema, BooleanFilterSchema query parameters Added
GET /v1/trials/
  • Query
  • sort query parameter Modified
    • time query parameter Added
POST /v1/auth/register/company
  • Body
  • application/json content type Modified
    • firstname, lastname, email, password properties Modified
      • Properties are no longer required
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Added
POST /v1/integrations/stripe/{familyId}/refunds/{transactionDetailId}
  • Body
  • application/json content type Modified
    • description property Added
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added