Overview

This demonstration API is provided to show the content available for a DfE service which is advertised on Find and Use an API but hosted elsewhere.


Documents

FaUAPI-Demo-Function.json
Uploaded schema

Who can use this API

The API is available for anyone to use


Service level

This is an example service and has no SLA


Technologies

C# .NET


Environments

Environment Base URL
Dev https://s197d01-fauapi-demo-fnc.azurewebsites.net/api

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
1.0 11th September 2024

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