Change Updates

Do not miss any Job Finder API changes, ever again

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

RSS

Jan 15, 2024

main
v1
Compare

API structure has changed

Next Change
7 structure changes including:
3 Breaking changes
3 Additions
1 Modification
3 Removals
Modified 1 Breaking
GET /api/Skill/{filter}
  • Path went from /api/Skill/{id} to /api/Skill/{filter} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • filter path parameter Added
Removed 3 Breaking
GET /api/Admin/GetAllAdminsWithPaging
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Job
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Job/GetAllWithPagination
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 3
GET /api/Admin/GetAllAdminsWithPaging/{pageNumber}/{pageSize}
GET /api/Job/GetAll
GET /api/Job/GetAllWithPagination/{pageNumber}/{pageSize}