May 28, 2026

v0.0.70

Additions

  • Added new submittedAt field to referral responses (GET /api/v1/institutions/:institutionIdType/:institutionId/referrals, GET /api/v1/referrals/:referralId, DELETE /api/v1/referrals/:referralId, POST /api/v1/referrals/:referralId/cancel, POST /api/v1/referrals/:referralId/back-to-draft).

Recommendations

  • Use the new submittedAt field instead of createdAt when displaying or sorting by the submission time of a referral, since createdAt reflects when the draft was first created rather than when it was submitted.