Versions Compared
Version | Old Version 12 | New Version 13 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Include Page | ||||
---|---|---|---|---|
|
Overview
The context Context entity contains metadata about the file. It contains two three required elements (Created, CreatedBy, and CreatedByApplicationLanguage) and thus should be present in every valid Snapp XML data file.
Details
This section contains detail and usage notes about the elements in the Context entity:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Created
Required. The date that the Snapp Data Standard file was created. Should be treated as read-only once provided.
CreatedBy
Required. The organization or website that originally created the application. Should be treated as read-only once provided.
We ask that implementers use the following guidelines:
- Do pick a human-readable name or URL. As of Snapp v3.0, the Snapp program does not maintain a registry of organizations or file creators, so implementers may select their own. We recommend a human-readable name such as "Dell Scholars Program" or "Common App" or similar. It's also okay to use a domain name.
- Aggregators that exchange data related to multiple scholarship program applications may specify either individual programs or the host name or a combination of both.
- Do use the same CreatedBy name for the duration of an application cycle.
LastUpdated
The date that the Snapp Data Standard file was last modified.
The Snapp Central API will only update this value if the data was altered in the Snapp context – whether by an automated process or via the online Snapp Application form. If the data is passed directly from one application to another, we will not modify this value.
LastUpdatedBy
The organization or website that last saved the data file.
Similar to LastUpdated, the Snapp Central API will only update this value if the data was altered in the Snapp context – whether by an automated process or via the online Snapp Application form. If the data is passed directly from one application to another, we will not modify this value.
ApplicationLanguage
Required. The language in which the Snapp Data Standard file was created. Uses culture code, so we usually see en-US.
Include Page | ||||
---|---|---|---|---|
|