# Application An application. ``` { "id": "(string)", "status": "(InProgress|Submitted)", "terms": { "hasReadInstructions": ... } } ``` | field | type | description | | --- | --- | --- | | id | string | A unique identifier for the application. | | status | [ApplicationStatus](ApplicationStatus.md) | The current status of this application. | | terms | [ApplicationTerms](ApplicationTerms.md) | Terms the user must accept to start, continue an accept an application. | Represents a user's application, whether in progress or submitted.