Small Improvements · Example Payload

Getleaveprobabilityusingget Example

GET /v2/company-analytics/leave-probability/{companyId}

company-analytics-resource

Getleaveprobabilityusingget 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": "getLeaveProbability",
  "operationId": "getLeaveProbabilityUsingGET",
  "method": "GET",
  "path": "/v2/company-analytics/leave-probability/{companyId}",
  "tags": [
    "company-analytics-resource"
  ],
  "description": "GET /v2/company-analytics/leave-probability/{companyId}",
  "parameters": {
    "companyId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}