Installer.com Docs
API ReferenceWebforms
GET
/api/routers/{routerId}/webforms/shared

Path Parameters

routerId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/7253b007-c14b-496f-833b-9e1aa7f1a27d/webforms/shared"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "slug": "string",
    "logoFileId": "string",
    "migrated": true,
    "partnershipId": "string",
    "webforms": [
      {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string",
        "sharedWithChildOrganizations": true,
        "responsibleRoutingOperatorId": "419cb0ab-4c42-40a0-926a-97603a2ee6b4",
        "publicToken": "string",
        "publicSharable": true,
        "includeOffering": true,
        "requireOfferLines": true,
        "description": "string",
        "routerId": "c3d4372d-3cfa-4618-a60e-50a4c920823d",
        "orderTemplateId": "5c71a80f-4fe5-4de3-b799-936b8cf62953",
        "workflowTemplateId": "53e62d87-459b-4f1f-ae45-ffe2549e140f",
        "publicRedirection": "NONE",
        "portalNewTab": true,
        "showLogo": true,
        "eComProductGrid": true,
        "updatedAt": "2019-08-24",
        "createdAt": "2019-08-24",
        "deletedAt": "2019-08-24"
      }
    ],
    "logoUrl": "string"
  }
]