Summary
          Export Form
          Description
          Export a single Form
          Route
          POST /formbuilder/forms/export
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Required | 
                Description | 
              
            
            
              
    | options | 
    object | 
    yes | 
    match a form using _id or name | 
  
            
          
          
            Copied to Clipboard
            
            {
  "options": {
    "_id": "bCDaD38c-453B-d7fd-c7eb-FBeDEBAe0C19"
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "options": {
      "title": "options",
      "type": "object",
      "properties": {
        "_id": {
          "$ref": "formDocument#/definitions/uuidv4"
        },
        "name": {
          "$ref": "formDocument#/definitions/formName"
        }
      },
      "anyOf": [
        {
          "required": [
            "_id"
          ]
        },
        {
          "required": [
            "name"
          ]
        }
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "options"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Description | 
              
            
            
              
                | form | 
                object | 
                Exported Form | 
              
            
          
          
            Copied to Clipboard
            
            {
  "name": "Form 123",
  "children": [
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    },
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    },
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    }
  ],
  "elements": [
    {
      "type": "method",
      "id": {
        "name": "method_name_1"
      }
    }
  ],
  "_id": "c28dbaf8-18b2-3459-e7e6-e3094600e1b6",
  "groups": [
    "98b77d37e0846b3abe7e4fd3",
    "3aa5f06374bc526b6a818f76",
    "03388d0a85411b4f52b69f46",
    "9f78f6125794321a09762c58",
    "2c8924e94193dbf004a32bac"
  ],
  "created": "1970-01-13T18:32:30.933Z",
  "created_by": "2e2563543cfc4ea1920504d1",
  "last_updated": "1987-12-15T06:06:43.058Z",
  "last_updated_by": "875cbcdfe227c410a7e16937"
}