Small Improvements · Example Payload

Lazygeneratexmlusingpost_2 Example

POST /v2/review-cycles/{cycleId}/export_xml/lazy

review-export-resource

Lazygeneratexmlusingpost_2 Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "lazyGenerateXML",
  "operationId": "lazyGenerateXMLUsingPOST_2",
  "method": "POST",
  "path": "/v2/review-cycles/{cycleId}/export_xml/lazy",
  "tags": [
    "review-export-resource"
  ],
  "description": "POST /v2/review-cycles/{cycleId}/export_xml/lazy",
  "parameters": {
    "cycleId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}