HttpMethod
Supported HTTP methods for fetching documents.
Notes
Specifies the HTTP request method used when fetching a document or its metadata. Common values include GET for full document retrieval and HEAD for metadata-only requests without downloading the response body.
Usage
- YAML
- JSON
- XML
HttpMethod: GET
{
"HttpMethod": "GET"
}
<httpMethod/>
Allowed Values
GETHEADPOST