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

Path Parameters

routerId*string
Formatuuid

Query Parameters

page?|
Default0
Range0 <= value
pageSize?number
Default25
Range1 <= value <= 500
q?string
phrase?string
direction?string
Default"desc"
Value in"asc" | "desc"
showAll?string
Value in"true" | "false"

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/7253b007-c14b-496f-833b-9e1aa7f1a27d/webforms"
{
  "values": [
    {
      "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",
      "ownerOrganizationName": "string",
      "ownerOrganizationLogoFileUrl": "string",
      "ownWebform": true,
      "partnershipId": "string",
      "defaultAssignee": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "email": "string",
        "firstName": "string",
        "lastName": "string",
        "phoneNumber": "string",
        "avatarFileId": "string",
        "fullName": "string",
        "avatarUrl": "string"
      }
    }
  ],
  "count": 0
}