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
Dev https://test-api.education.gov.uk/dev/qqfl-mp-api-subscription/1
Live https://test-api.education.gov.uk/qqfl-mp-api-subscription/1

You need to sign in to subscribe to an API environment.

Sign in here using GOV.UK One Login


Current release

Release name Available from
test-release 2nd January 2025

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