Small Improvements · Example Payload

Getsettingsusingget_1 Example

GET /v2/company-settings/{id}/date-time

company-date-time-settings-resource

Getsettingsusingget_1 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": "getSettings",
  "operationId": "getSettingsUsingGET_1",
  "method": "GET",
  "path": "/v2/company-settings/{id}/date-time",
  "tags": [
    "company-date-time-settings-resource"
  ],
  "description": "GET /v2/company-settings/{id}/date-time",
  "parameters": {
    "id": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}