Overview
This is a test api
Documents
- Schema1.json
- Uploaded schema
Who can use this API
Anyone signs in and uses a GOV.UK one login account
Service level
This is an example service with no SLA
Technologies
C#.NET
Environments
| Environment | Base URL |
|---|---|
| live | https://dev-api.education.gov.uk/d6sy-mp-api-subscription/1 |
You need to sign in to subscribe to an API environment or view your existing subscriptions.
Current release
| Release name | Available from |
|---|---|
| Current Release | 09 March 2026 |
Operations
GET Download
- Description
-
Downloads a file specified by the file name
- URL template
- /Download/{filename}
GET Echo-Get
- Description
-
Simple GET endpoint which echos all the requested data into JSON format
- URL template
- /Echo-Get
POST Echo-Post
- Description
-
Simple POST endpoint which echos all the requested data into JSON format including a plain text body
- URL template
- /Echo-Post
GET List
- Description
-
Lists all files which have been uploaded
- URL template
- /List
POST Upload
- Description
-
Uploads a file
- URL template
- /Upload
Back to top