Change Updates

Do not miss any Wireless API changes, ever again

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

RSS

21 days ago

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
13 structure changes including:
13 Modifications
Modified 13 Breaking
GET /v1/Commands
  • Response
  • 200 response Modified
    • application/json content type Modified
      • commands property Modified
        • command_mode, transport, status, direction properties Modified
          • Type went from string | null to string
            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/Commands/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • command_mode, transport, status, direction properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/RatePlans
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rate_plans property Modified
        • data_limit, national_roaming_data_limit, international_roaming_data_limit properties 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/RatePlans/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Sims
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sims property Modified
        • status, reset_status properties Modified
          • Type went from string | null to string
            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/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, reset_status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Sims/{SimSid}/DataSessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_sessions property Modified
        • packets_uploaded, packets_downloaded properties 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/Sims/{SimSid}/UsageRecords
  • Response
  • 200 response Modified
    • application/json content type Modified
      • 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/UsageRecords
  • Response
  • 200 response Modified
    • application/json content type Modified
      • 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/Commands
  • Response
  • 201 response Modified
    • application/json content type Modified
      • command_mode, transport, status, direction properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/RatePlans
  • Body
  • application/x-www-form-urlencoded content type Modified
    • DataLimitStrategy property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/RatePlans/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, reset_status properties Modified
        • Type went from string | null to string
          Breaking