Small Improvements · Example Payload

Getdtousingget Example

GET /v2/objective-cycles/{cycleId}/summaries

objective-summaries-resource

Getdtousingget 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": "getDto",
  "operationId": "getDtoUsingGET",
  "method": "GET",
  "path": "/v2/objective-cycles/{cycleId}/summaries",
  "tags": [
    "objective-summaries-resource"
  ],
  "description": "GET /v2/objective-cycles/{cycleId}/summaries",
  "parameters": {
    "cycleId": "<value>",
    "filterMode": "<value>",
    "managerId": "<value>",
    "onlyDirectReports": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}