RestSharp · JSON Structure

Restsharp Rest Request Structure

Represents a single HTTP request in RestSharp with resource path, method, parameters, body, and per-request timeout.

Type: Properties: 0
.NETApache LicenseC#HTTP ClientNuGetOpen-SourceSDK

RestRequest is a JSON Structure definition published by RestSharp.

Meta-schema:

JSON Structure

restsharp-rest-request-structure.json Raw ↑
{
  "name": "RestRequest",
  "description": "Represents a single HTTP request in RestSharp with resource path, method, parameters, body, and per-request timeout.",
  "fields": [
    { "name": "resource", "type": "string", "description": "Resource path relative to base URL", "required": true },
    { "name": "method", "type": "string", "description": "HTTP method: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS", "required": false },
    { "name": "parameters", "type": "array[Parameter]", "description": "Request parameters (path, query, header, body, cookie)", "required": false },
    { "name": "timeout", "type": "integer", "description": "Request-level timeout override in ms", "required": false },
    { "name": "requestFormat", "type": "string", "description": "Body serialization format: Json, Xml, MultipartFormData, UrlEncodedForm", "required": false },
    { "name": "files", "type": "array[FileParameter]", "description": "Files for multipart requests", "required": false }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/restsharp-rest-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.