Application defrosting
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
Represents a resource that allows defrosting an application.
URI
/api/v9/applications/ID/unfreezePOST Unfreeze an application
Unfreeze the application data to allow further changes by the applicant.
When an application is defrosted, the existing scores on the scoresheets to which the application is added are also defrosted and can be edited by the applicant.
To record the action, DreamApply creates the Application was defrosted journal event.
Syntax
POST /api/v9/applications/123/unfreeze
Host: apply.example.edu
Authorization: DREAM apikey="..."Example request
Request
curl
curl \
-X POST \
-H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
"https://apply.example.edu/api/v9/applications/123/unfreeze"Response codes
| Response code | Description |
|---|---|
201 Created | The application was successfully defrosted |
404 Not Found | The application was not found |