Sample Dotnet Backend
API Reference
Pricing
Sign in
Start free
Information
Meta
API welcome message
get
Health
Health check (deploy probe)
get
Items
List items
get
Create item
post
Get item by id
get
Replace item
put
Delete item
delete
Partially update item
patch
Echo
Echo JSON body
post
Echo form-urlencoded body
post
Echo multipart form (optional file)
post
Utilities
Basic arithmetic
post
Search items by text
get
Reflect request headers
get
Test
Plain text response
get
Return arbitrary HTTP status
get
Schemas
powered by apitogo
Menu
sample-dotnet-backend
sample-dotnet-backend
Test
Endpoint
http://localhost:5088
/
Plain text response
GET
http://localhost:5088
/api/test/plain
Plain text response ›
Responses
200
Plain text body
string
Example:
Plain text response for content-type testing.
Return arbitrary HTTP status
GET
http://localhost:5088
/api/test/status/{code}
Return arbitrary HTTP status ›
path Parameters
code
integer
·
min: 100
·
max: 599
·
required
Return arbitrary HTTP status ›
Responses
100
200
400
Informational (example — actual code matches path)
No data returned
Utilities