AlphaAlpha Docs
API ReferenceContact form widget config

Get a contact form widget config

GET
/crm/contact-form-widgets/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/crm/contact-form-widgets/string"
{
  "active": true,
  "addressRequired": true,
  "assignedTeamLeadId": "string",
  "confirmationMessage": "string",
  "confirmationMessages": {
    "property1": "string",
    "property2": "string"
  },
  "created": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "description": "string",
  "descriptions": {
    "property1": "string",
    "property2": "string"
  },
  "events": [
    {
      "authorId": "string",
      "date": "2019-08-24T14:15:22Z",
      "description": "string",
      "id": "string",
      "type": "CREATE"
    }
  ],
  "fields": [
    {
      "label": "string",
      "name": "string",
      "required": true,
      "sortOrder": 0,
      "type": "TEXT"
    }
  ],
  "id": "string",
  "isActive": true,
  "isAddressRequired": true,
  "name": "string",
  "number": "string",
  "redirectUrls": {
    "property1": "string",
    "property2": "string"
  },
  "slug": "string",
  "tenantId": "string",
  "updated": "2019-08-24T14:15:22Z",
  "updatedBy": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}