Small Improvements · Example Payload

Exportobjectivesusingget Example

GET /v2/objective-cycles/{cycleId}/export/{exportType}/{outputType}

objective-cycles-export-resource

Exportobjectivesusingget 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": "exportObjectives",
  "operationId": "exportObjectivesUsingGET",
  "method": "GET",
  "path": "/v2/objective-cycles/{cycleId}/export/{exportType}/{outputType}",
  "tags": [
    "objective-cycles-export-resource"
  ],
  "description": "GET /v2/objective-cycles/{cycleId}/export/{exportType}/{outputType}",
  "parameters": {
    "columns": "<value>",
    "cycleId": "<value>",
    "exportType": "<value>",
    "outputType": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}