Small Improvements · Example Payload

Getmodificationsusingget Example

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

companies-email-templates-resource

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