Small Improvements · Example Payload

Getmodificationfortypeusingget Example

GET /v2/companies/{companyId}/emails/{type}

companies-email-templates-resource

Getmodificationfortypeusingget 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": "getModificationForType",
  "operationId": "getModificationForTypeUsingGET",
  "method": "GET",
  "path": "/v2/companies/{companyId}/emails/{type}",
  "tags": [
    "companies-email-templates-resource"
  ],
  "description": "GET /v2/companies/{companyId}/emails/{type}",
  "parameters": {
    "companyId": "<value>",
    "type": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}