APIToGoAPIToGo
Sample Dotnet Backend
  • API Reference
  • Pricing
Information
Meta
    API welcome messageget
Health
    Health check (deploy probe)get
Items
    List itemsgetCreate itempostGet item by idgetReplace itemputDelete itemdeletePartially update itempatch
Echo
    Echo JSON bodypostEcho form-urlencoded bodypostEcho multipart form (optional file)post
Utilities
    Basic arithmeticpostSearch items by textgetReflect request headersget
Test
    Plain text responsegetReturn arbitrary HTTP statusget
Schemas
powered by apitogo
sample-dotnet-backend
sample-dotnet-backend

Test

Endpoint

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.
GET/api/test/plain
curl --request GET \ --url http://localhost:5088/api/test/plain
shell
Example Responses
Plain text response for content-type testing.
text
text/plain

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

Informational (example — actual code matches path)

No data returned
GET/api/test/status/{code}
curl --request GET \ --url http://localhost:5088/api/test/status/:code
shell
Example Responses
No example specified for this content type

Utilities