Get all field groups
get
/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/FieldGroups
Request
Path Parameters
-
LnpRecordKey: integer
The unique identifier for a record. The record is for a permit, business license, professional license, or planning and zoning, and is determined by the classification.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource attributes. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds a field group using the primary key criteria. Finder Variables:
- LnpRecordKey; integer; The unique identifier of a field group.
- PrimaryKey: Finds a field group using the primary key criteria. Finder Variables:
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2 -
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Response
Supported Media Types
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorRecords-FieldGroups
Type:
Show Source
object-
count(optional):
integer
Title:
CountThe number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMoreIndicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false. -
items(optional):
array Items
Title:
ItemsThe items in the collection. -
limit(optional):
integer
Title:
LimitThe actual paging size used by the server. -
links(optional):
array Items
Title:
ItemsThe link relations associated with the resource instance. -
offset(optional):
integer
Title:
OffsetThe offset value used in the current page.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-FieldGroups-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
AreaUom(optional):
string
Title:
Area UOMMaximum Length:5A field used to indicate the unit of measure for all area related fields on the application. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record was created. -
CurrencyCode(optional):
string
Title:
Currency CodeMaximum Length:3The currency code for the record. -
DemDemolitionReason(optional):
string
Title:
Demolition ReasonMaximum Length:500A field in the demolition component of the form designer used to describe the demolition reason. -
DemDisposalSite(optional):
string
Title:
Disposal SiteMaximum Length:200A field in the demolition component of the form designer used to describe the disposal site. -
DemElectricReleaseDate(optional):
string(date)
Title:
Electric Utility Release DateA field in the demolition component of the form designer used to enter the electric utility release date. -
DemEntireStructureFlag(optional):
boolean
Title:
Demolish Entire StructureIndicates whether the entire structure will be demolished. The default value is no. -
DemGasFlag(optional):
boolean
Title:
GasIndicates whether the demolition involves a gas line. The default value is no. -
DemGasUtilReleaseDate(optional):
string(date)
Title:
Gas Utility Release DateA field in the demolition component of the form designer used to describe the gas utility release date. -
DemHazMatCertNumber(optional):
string
Title:
Hazardous Material Certificate NumberMaximum Length:50A field in the demolition component of the form designer used to describe the hazardous material certificate number. -
DemHazMatCertRequiredFlag(optional):
boolean
Title:
Hazardous Material Certificate RequiredIndicates whether a hazardous material certificate is required for the demolition. The default value is no. -
DemHistoricDistrictFlag(optional):
boolean
Title:
Historic DistrictIndicates whether the demolition is occurring in a historic district. The default value is no. -
DemLandmarkFlag(optional):
boolean
Title:
Designated LandmarkIndicates that the demolition involves a designated landmark. The default value is no. -
DemMatlTransportMthd(optional):
string
Title:
Transport MethodMaximum Length:100A field in the demolition component of the form designer used to describe the demolition material transport method. -
DemMethod(optional):
string
Title:
Demolition MethodMaximum Length:100A field in the demolition component of the form designer used to describe the demolition method. -
DemNumberStories(optional):
number
Title:
Number of StoriesA field in the demolition component of the form designer used to describe the number of stories in the structure. -
DemOverallHeight(optional):
number
Title:
Overall HeightA field in the demolition component of the form designer used to describe the overall height of the structure. -
DemPowerFlag(optional):
boolean
Title:
PowerIndicates whether the demolition involves power. The default value is no. -
DemSewerFlag(optional):
boolean
Title:
SewerIndicates whether the demolition involves a sewer line. The default value is no. -
DemSewerUtilReleaseDate(optional):
string(date)
Title:
Sewer Utility Release DateA field in the demolition component of the form designer used to describe the sewer utility release date. -
DemStructureDescr(optional):
string
Title:
Structure DescriptionMaximum Length:200A field in the demolition component of the form designer used to describe the structure. -
DemStructureFloorArea(optional):
number
Title:
Floor Area to Be DemolishedA field in the demolition component of the form designer used to describe the floor area to be demolished. -
DemStructureMeritFlag(optional):
boolean
Title:
Structure of MeritIndicates that the demolition involves a structure of merit. The default value is no. -
DemUgFlameLiqStorFlag(optional):
boolean
Title:
Underground TanksA field in the demolition component of the form designer used to indicate that there are underground tanks. -
DemWaterFlag(optional):
boolean
Title:
Water ExistsIndicates whether the demolition involves a water line. The default value is no. -
DemWaterUtilReleaseDate(optional):
string(date)
Title:
Water Utility Release DateA field in the demolition component of the form designer used to describe the water utility release date. -
DimensionUom(optional):
string
Title:
Dimension UOMMaximum Length:5A field used to indicate the unit of measure for all dimension related fields on the application. -
DistanceUom(optional):
string
Title:
Distance UOMMaximum Length:5A field used to indicate the unit of measure for all distance related fields on the application. -
DurationUom(optional):
string
Title:
Duration UOMMaximum Length:5A field used to indicate the unit of measure for all time duration related fields on the application. -
DwlChangeDwellingArea(optional):
number
Title:
Changes to Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the changes to the dwelling unit floor area. -
DwlChangeDwellingUnits(optional):
integer(int32)
Title:
Changes to Dwelling UnitsA field in the housing component of the form designer used to calculate the changes of the dwelling unit. -
DwlConcessionIncentiveFlag(optional):
boolean
Title:
Request for Concessions or Incentives in Addition to a Density BonusA field in the housing component of the form designer used to indicate whether there is a request for concessions or incentives in addition to a density bonus. The default value is no. -
DwlDensityBonusFlag(optional):
boolean
Title:
Request for Density BonusA field in the housing component of the form designer used to indicate whether there is a request for a density bonus. The default value is no. -
DwlDwellingControlRentFlag(optional):
boolean
Title:
Dwelling Units on the Property Controlled Rental UnitA field in the housing component of the form designer used to indicate whether there are the dwelling units in the controlled rental property. The default value is no. -
DwlDwellingUnitAreaUom(optional):
string
Title:
Floor Area UOMMaximum Length:5A field in the housing component of the form designer used to indicate the unit of measure for floor area. -
DwlEliminateDwellingFlag(optional):
boolean
Title:
Project Involves the Elimination or Rehabilitation of Any Dwelling UnitsA field in the housing component of the form designer used to indicate whether the project involves the elimination or rehabilitation of any dwelling units. The default value is no. -
DwlExistingDwellingArea(optional):
number
Title:
Existing Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the existing dwelling unit floor area. -
DwlExistingDwellingUnits(optional):
integer(int32)
Title:
Existing Dwelling UnitsA field in the housing component of the form designer used to indicate the existing number of dwelling units. -
DwlProposedDwellingArea(optional):
number
Title:
Proposed Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the proposed dwelling unit floor area. -
DwlProposedDwellingUnits(optional):
integer(int32)
Title:
Proposed Dwelling UnitsA field in the housing component of the form designer used to indicate the proposed number of dwelling units. -
ElcDishwashers(optional):
integer(int32)
Title:
Number of DishwashersA field in the electrical equipment component of the form designer used to indicate whether there is a dishwasher. -
ElcExistingServiceAmps(optional):
number
Title:
Existing AmpsA field in the electrical equipment component of the form designer used to describe the existing amps. -
ElcExistingServiceFlag(optional):
boolean
Title:
Existing ServiceIndicates whether there is existing electrical service. The default value is no. -
ElcFIREAlarms(optional):
integer(int32)
Title:
Number of Fire AlarmsA field in the electrical equipment component of the form designer used to describe the fire alarm. -
ElcHeatingAppliances(optional):
integer(int32)
Title:
Number of Heating AppliancesA field in the electrical equipment component of the form designer used to indicate whether there are heating appliances. -
ElcMotors(optional):
integer(int32)
Title:
Number of Electric MotorsLabel for the first field in the electrical equipment component of the form designer used to indicate that there is a motor range. -
ElcNumberFixturesOutletsSws(optional):
number
Title:
Number of FixturesA field in the electrical equipment component of the form designer used to describe the number of electrical fixtures. -
ElcNumberPowerOutlets(optional):
integer(int32)
Title:
Number of 110 Volt Power OutletsA field in the electrical equipment component of the form designer used to describe the number of electrical outlets. -
ElcNumberPowerOutletsOther(optional):
integer(int32)
Title:
Number of 220 Volt Power OutletsA field in the electrical equipment component of the form designer used to describe the number of electrical outlets. -
ElcNumberTelecomm(optional):
integer(int32)
Title:
Number of Telecommunication OutletsA field in the electrical equipment component of the form designer used to describe the number of telephone communication. -
ElcServEquipment(optional):
integer(int32)
Title:
Number of Service EquipmentLabel for the first field in the electrical equipment component of the form designer used to describe the service equipment range. -
ElcSignFlag(optional):
boolean
Title:
SignIndicates that there is an electrical sign. The default value is no. -
ElcSmokeDetectors(optional):
integer(int32)
Title:
Number of Smoke DetectorsA field in the electrical equipment component of the form designer used to indicate that there are smoke detectors. -
ElcSwimmingPools(optional):
integer(int32)
Title:
Number of Swimming PoolsA field in the electrical equipment component of the form designer used to indicate that there is a swimming pool. -
ElcTemporaryPoles(optional):
integer(int32)
Title:
Number of Temporary PolesA field in the electrical equipment component of the form designer used to indicate that there is a temporary pole. -
ElcWaterHeaterKvaHp(optional):
number
Title:
Water Heater AmperageA field in the electrical equipment component of the form designer used to describe the water heater kVA or HP. -
FenAutocloseGateFlag(optional):
boolean
Title:
Automatic Closing GateA field in the fence information component of the form designer used to indicate whether there is an automatic closing gate. The default value is no. -
FenCornerLotFlag(optional):
boolean
Title:
Corner LotA field in the fence information component of the form designer used to indicate that there is a corner lot. The default value is no. -
FenFoundationType(optional):
string
Title:
Foundation TypeMaximum Length:100A field in the fence information component of the form designer used to describe the foundation type. -
FenHeightFront(optional):
number
Title:
Front Fence HeightA field in the fence information component of the form designer used to describe the front fence height. -
FenHeightLeft(optional):
number
Title:
Left Fence HeightA field in the fence information component of the form designer used to describe the left fence height. -
FenHeightRear(optional):
number
Title:
Rear Fence HeightA field in the fence information component of the form designer used to describe the rear fence height. -
FenHeightRight(optional):
number
Title:
Right Fence HeightA field in the fence information component of the form designer used to describe the right fence height. -
FenLocation(optional):
string
Title:
LocationMaximum Length:200A field in the fence information component of the form designer used to describe the fence location. -
FenLockFlag(optional):
boolean
Title:
Fence LockA field in the fence information component of the form designer used to indicate whether the fence has a lock. The default value is no. -
FenMaterial(optional):
string
Title:
Fence MaterialMaximum Length:100A field in the fence information component of the form designer used to describe the fence material. -
FenMaterialOther(optional):
string
Title:
Other Fence MaterialMaximum Length:200A field in the fence information component of the form designer used to describe the other fence material. -
FenPoolEnclosureFlag(optional):
boolean
Title:
Pool EnclosureA field in the fence information component of the form designer used to indicate whether the fence is a pool enclosure. The default value is no. -
FenType(optional):
string
Title:
Fence TypeMaximum Length:100A field in the fence information component of the form designer used to describe the other fence type. -
FenTypeOfUse(optional):
string
Title:
Type of UseMaximum Length:100A field in the fence information component of the form designer used to describe the type of use. -
FenTypeOfWork(optional):
string
Title:
Type of WorkMaximum Length:100A field in the fence information component of the form designer used to describe the type of work. -
FenTypeOther(optional):
string
Title:
Other Fence TypeMaximum Length:200A field in the fence information component of the form designer used to describe the type of other. -
GenAddlNumberStories(optional):
number
Title:
Additional Number of StoriesA field in the construction information component of the form designer used to describe the additional number of stories in the building. -
GenBackflowDeviceFlag(optional):
boolean
Title:
Back-flow DeviceIndicates whether there is a backflow device. The default value is no. -
GenExistBldgHeight(optional):
number
Title:
Existing Building HeightA field in the construction information component of the form designer used to describe the existing building height. -
GenExistFIRESprinkFlag(optional):
boolean
Title:
Existing Fire SprinklersIndicates whether there are existing fire sprinklers. The default value is no. -
GenExistingNumberStories(optional):
number
Title:
Existing Number of StoriesA field in the construction information component of the form designer used to describe the existing number of stories in the building. -
GenFIREAlarmComments(optional):
string
Title:
Fire Alarm CommentsMaximum Length:500A field in the construction information component of the form designer used to describe the fire alarm comments. -
GenFIRESprinkComments(optional):
string
Title:
Fire Sprinkler CommentsMaximum Length:500A field in the construction information component of the form designer used for comments about the fire sprinklers. -
GenFIRESprinkProject(optional):
number
Title:
Number of Fire SprinklersA field in the construction information component of the form designer used to describe the number of fire sprinklers. -
GenFIRESprinkType(optional):
string
Title:
Fire Sprinkler TypeMaximum Length:100A field in the construction information component of the form designer used to describe the fire sprinkler type. -
GenFloorAreaAddl(optional):
number
Title:
Additional Floor AreaThe floor area that will be added in a construction project. -
GenFloorAreaExist(optional):
number
Title:
Existing Floor AreaThe existing floor area in a construction project. -
GenFloorAreaTotal(optional):
number
Title:
Total Floor AreaA field in the construction information component of the form designer used to describe the total floor area of the site being constructed. -
GenIrrigationMeterSize(optional):
number
Title:
Irrigation Meter SizeA field in the construction information component of the form designer used to describe the irrigation meter size. -
GenJobCost(optional):
number
Title:
Job CostA field in the construction information component of the form designer used to describe the job cost. -
GenNewFloorAreaClass(optional):
string
Title:
New Floor Area ClassificationMaximum Length:50A field in the construction information component of the form designer used to describe the new floor area classification. -
GenOccupantLoad(optional):
number
Title:
Occupant LoadThe number of occupants or occupant load. -
GenProposedBldgHeight(optional):
number
Title:
Proposed Building HeightA field in the construction information component of the form designer used to describe the proposed building height. -
GenTotalNumberStories(optional):
number
Title:
Total Number of StoriesA field in the construction information component of the form designer used to describe the total number of stories of the structure being constructed. -
GenTypeConstruction(optional):
string
Title:
Type of ConstructionMaximum Length:100The type of construction. -
GenTypeOfUse(optional):
string
Title:
Type of UseMaximum Length:100A field in the construction information component of the form designer used to describe the type of use. -
GenTypeOfWork(optional):
string
Title:
Type of WorkMaximum Length:100A field in the construction information component of the form designer used to describe the type of work. -
GenWaterMeterSize(optional):
number
Title:
Water Meter SizeA field in the construction information component of the form designer used to describe the water meter size. -
GrdCutAmount(optional):
number
Title:
Cut AmountA field in the grading information component of the form designer used to describe the cut amount. -
GrdCutDisposeSite(optional):
string
Title:
Cut Disposal SiteMaximum Length:100A field in the grading information component of the form designer used to describe the cut disposal site. -
GrdCutMaterial(optional):
string
Title:
Cut MaterialMaximum Length:100A field in the grading information component of the form designer used to describe the cut material. -
GrdDisturbedAcreage(optional):
number
Title:
Disturbed AcreageA field in the grading information component of the form designer used to enter the disturbed acreage. -
GrdExportAmount(optional):
number
Title:
Export AmountA field in the grading information component of the form designer used to describe the export amount. -
GrdFillAmount(optional):
number
Title:
Fill AmountA field in the grading information component of the form designer used to describe the fill amount. -
GrdFillMaterial(optional):
string
Title:
Fill MaterialMaximum Length:100A field in the grading information component of the form designer used to describe the fill material. -
GrdImportAmount(optional):
number
Title:
Import AmountA field in the grading information component of the form designer used to describe the import amount. -
GrdNumberLots(optional):
number
Title:
Number of LotsA field in the grading information component of the form designer used to describe the number of lots. -
GrdSourceImport(optional):
string
Title:
Source of ImportMaximum Length:100A field in the grading information component of the form designer used to describe the source of input. -
GrdTotalAcreage(optional):
number
Title:
Project AcreageA field in the grading information component of the form designer used to describe the project acreage. -
GrdTypeProject(optional):
string
Title:
Project TypeMaximum Length:200A field in the grading information component of the form designer used to describe the project type. -
HeightUom(optional):
string
Maximum Length:
5A field used to indicate the unit of measure for height measurement related fields on the application. -
ImpExemptHydromodFlag(optional):
boolean
Title:
Exempt from Hydromodification RequirementsA field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from hydromodification requirements. The default value is no. -
ImpExemptInfiltrationFlag(optional):
boolean
Title:
Exempt from Infiltration Feasibility RequirementsA field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from infiltration feasibility requirements. The default value is no. -
ImpExemptRainHarvUseFlag(optional):
boolean
Title:
Exempt from Rainwater Harvesting and Use FeasibilityA field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from rainwater harvesting and use feasibility requirements. The default value is no. -
ImpExistingImperviousArea(optional):
number
Title:
Existing Impervious Surface AreaA field in the impervious surface component of the form designer used to indicate the existing impervious surface area. -
ImpImperviousAreaUom(optional):
string
Title:
Impervious Area UOMMaximum Length:5A field in the impervious surface component of the form designer used to indicate the unit of measure for impervious area. -
ImpLotArea(optional):
number
Title:
Property Lot AreaA field in the impervious surface component of the form designer used to indicate the property lot area. -
ImpProposedImperviousArea(optional):
number
Title:
Proposed Impervious Surface AreaA field in the impervious surface component of the form designer used to indicate the proposed impervious surface area. -
ImpSurficeRatioPercentage(optional):
number
Title:
Impervious Surface PercentageA field in the impervious surface component of the form designer used to indicate the calculated percentage of impervious surface ratio. -
InsuranceBondedFlag(optional):
boolean
Title:
BondedA field in the insurance component of the form designer used to indicate whether something is bonded. The default value is no. -
InsuranceCompany(optional):
string
Title:
Insurance CompanyMaximum Length:50A field in the insurance component of the form designer used to describe the insurance company. -
InsuranceInsuredFlag(optional):
boolean
Title:
InsuredA field in the insurance component of the form designer used to indicate that a person or organization is insured. The default value is no. -
InsurancePolicyExpiration(optional):
string(date)
Title:
Policy ExpirationA field in the insurance component of the form designer used to describe the policy expiration date. -
InsurancePolicyNumber(optional):
string
Title:
PolicyMaximum Length:50A field in the insurance component of the form designer used to describe the insurance policy number. -
InsuranceType(optional):
string
Title:
Insurance TypeMaximum Length:50A field in the insurance component of the form designer used to describe the insurance type. -
LandUom(optional):
string
Title:
Land UOMMaximum Length:5A field used to indicate the unit of measure for all land measurement related fields on the application. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the record. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpFieldGroupPuid(optional):
string
Maximum Length:
480The unique key identifier for the related data migration transaction. -
LnpRecordId(optional):
string
Title:
Record IDMaximum Length:50The permit transaction identification number. -
LnpRecordKey(optional):
integer(int64)
Title:
RecordThe unique identifier for the related permit transaction. -
MecAirhdlrMaximum(optional):
number
Title:
Maximum Air HandlerA field in the mechanical equipment component of the form designer used to indicate whether there is an air handler maximum. -
MecAirhdlrMinimum(optional):
number
Title:
Minimum Air HandlerA field in the mechanical equipment component of the form designer used to indicate whether there is an air handler minimum. -
MecBathKitchenExhaust(optional):
integer(int32)
Title:
Number of Exhaust FansA field in the mechanical equipment component of the form designer used to indicate whether there is a bath or kitchen exhaust. -
MecChillers(optional):
integer(int32)
Title:
Number of ChillersA field in the mechanical equipment component of the form designer used to indicate whether there is a chiller. -
MecChimneys(optional):
integer(int32)
Title:
Number of ChimneysA field in the mechanical equipment component of the form designer used to indicate whether there is a chimney. -
MecCommercialHoods(optional):
integer(int32)
Title:
Number of Commercial HoodsA field in the mechanical equipment component of the form designer used to indicate whether there is a commercial hood. -
MecCompressors(optional):
integer(int32)
Title:
Number of CompressorsA field in the mechanical equipment component of the form designer used to indicate whether there is a compressor. -
MecCoolingTowers(optional):
integer(int32)
Title:
Number of Cooling TowersA field in the mechanical equipment component of the form designer used to indicate that there is a cooling tower. -
MecDuctSystemFlag(optional):
boolean
Title:
Duct SystemA field in the mechanical equipment component of the form designer used to indicate that there is a duct system. The default value is no. -
MecElectricHeatEquip(optional):
integer(int32)
Title:
Number of Heating EquipmentA field in the mechanical equipment component of the form designer used to indicate whether there is heating equipment. -
MecEvaporatorCoils(optional):
integer(int32)
Title:
Number of Evaporator CoilsA field in the mechanical equipment component of the form designer used to indicate whether there are evaporator coils. -
MecFIRESuprsPipingFlag(optional):
boolean
Title:
Fire Suppression PipingA field in the mechanical equipment component of the form designer used to indicate whether there is fire suppression piping. The default value is no. -
MecFIRESuprsSprinkler(optional):
integer(int32)
Title:
Number of Fire SprinklersA field in the mechanical equipment component of the form designer used to indicate whether there is a fire suppression sprinkler head. -
MecFlueLinerFlag(optional):
boolean
Title:
Flue LinerA field in the mechanical equipment component of the form designer used to indicate whether there is a flue liner. The default value is no. -
MecFlueVentDamperFlag(optional):
boolean
Title:
Flue DamperA field in the mechanical equipment component of the form designer used to indicate whether there is a flue damper. The default value is no. -
MecHeatBtuMaximum(optional):
number
Title:
Maximum Heating PowerA field in the mechanical equipment component of the form designer used to indicate whether there is a heating maximum. -
MecHeatBtuMinimum(optional):
number
Title:
Minimum Heating PowerA field in the mechanical equipment component of the form designer used to indicate whether there is a heating minimum. -
MecHeatPumps(optional):
integer(int32)
Title:
Number of Heating PumpsA field in the mechanical equipment component of the form designer used to indicate whether there is a heat pump. -
MecHeatRecovryFlag(optional):
boolean
Title:
Heat Recovery UnitA field in the mechanical equipment component of the form designer used to indicate whether there is a heat recovery unit. The default value is no. -
MecHotWaterHeaterTanks(optional):
integer(int32)
Title:
Number of Hot Water TanksA field in the mechanical equipment component of the form designer used to indicate whether there is a hot water tank. -
MecHumidifiers(optional):
integer(int32)
Title:
Number of HumidifiersA field in the mechanical equipment component of the form designer used to indicate whether there is a humidifier. -
MecNewGasPipingFlag(optional):
boolean
Title:
New Gas PipingA field in the mechanical equipment component of the form designer used to indicate whether there is new gas piping. The default value is no. -
MecPoolHeaters(optional):
integer(int32)
Title:
Number of Pool HeatersA field in the mechanical equipment component of the form designer used to indicate whether there is a pool heater. -
MecRefrigHpMaximum(optional):
number
Title:
Maximum Refrigeration PowerLabel for the first field in the mechanical equipment component of the form designer used to describe the refrigeration maximum. -
MecRefrigHpMinimum(optional):
number
Title:
Minimum Refrigeration PowerLabel for the first field in the mechanical equipment component of the form designer used to describe the refrigeration minimum. -
MecResidentialBoilerFlag(optional):
boolean
Title:
Residential BoilerA field in the mechanical equipment component of the form designer used to indicate whether there is a residential boiler. The default value is no. -
MecResidentialHeatFlag(optional):
boolean
Title:
Residential HeatingA field in the mechanical equipment component of the form designer used to indicate whether there is residential heating. The default value is no. -
MecTankAboveGroundFlag(optional):
boolean
Title:
Above Ground TankA field in the above ground tank component of the form designer used to describe the above ground tank. The default value is no. -
MecTankBelowGroundFlag(optional):
boolean
Title:
Below Ground TankA field in the mechanical equipment component of the form designer used to indicate whether there is a below ground tank. The default value is no. -
MecUnitHeaters(optional):
integer(int32)
Title:
Number of HeatersA field in the mechanical equipment component of the form designer used to indicate that there is a unit heater. -
MecUnitVentilators(optional):
integer(int32)
Title:
Number of VentilatorsA field in the mechanical equipment component of the form designer used to indicate that there is a unit ventilator. -
MecVavBoxFlag(optional):
boolean
Title:
Variable Air Volume BoxA field in the mechanical equipment component of the form designer used to indicate that there is a variable air volume box. The default value is no. -
MecWaterHeaterFlag(optional):
boolean
Title:
Water HeaterA field in the mechanical equipment component of the form designer used to indicate that there is a water heater. The default value is no. -
ObjectVersionNumber(optional):
integer(int32)
System attribute that captures the incremental version number for an object.
-
PlbBackflowPreventerFlag(optional):
boolean
Title:
Back-flow DeviceA field in the plumbing equipment component of the form designer used to indicate whether there is a backflow preventer. The default value is no. -
PlbBldgSewerFlag(optional):
boolean
Title:
Sewage ConnectionA field in the plumbing equipment component of the form designer used to indicate that there is a sewer. The default value is no. -
PlbBldgSewerSize(optional):
number
Title:
Sewage Connection DiameterA field in the plumbing equipment component of the form designer used to indicate the sewer size. -
PlbDrainageRepairFlag(optional):
boolean
Title:
Drainage RepairA field in the plumbing equipment component of the form designer used to indicate whether there is drainage repair. The default value is no. -
PlbFIRESprinkerNumberHeads(optional):
number
Title:
Number of Fire Sprinkler HeadsA field in the plumbing equipment component of the form designer used to describe the number of fire sprinkler heads. -
PlbFixtureTrapFlag(optional):
boolean
Title:
Drain TrapA field in the plumbing equipment component of the form designer used to indicate whether there is a drain trap. The default value is no. -
PlbGasOutlets(optional):
integer(int32)
Title:
Number of Gas OutletsA field in the plumbing equipment component of the form designer used to indicate whether there are gas outlets. -
PlbGasReconnections(optional):
integer(int32)
Title:
Number of Gas Lines ReconnectedA field in the plumbing equipment component of the form designer used to indicate whether there is a gas reconnection. -
PlbGasTanksPumps(optional):
integer(int32)
Title:
Number of Gas Tanks and PumpsA field in the plumbing equipment component of the form designer used to indicate whether there are gas tanks and pumps. -
PlbLawnSprinklers(optional):
integer(int32)
Title:
Number of Lawn SprinklersA field in the plumbing equipment component of the form designer used to indicate whether there are lawn sprinklers. -
PlbRainwaterDrainFlag(optional):
boolean
Title:
Rainwater DrainA field in the plumbing equipment component of the form designer used to indicate that there is a rainwater drain. The default value is no. -
PlbSewerTapCommercialFlag(optional):
boolean
Title:
Sewer Tap CommercialA field in the plumbing equipment component of the form designer used to indicate that there is a commercial sewer tap. The default value is no. -
PlbWaterHeaters(optional):
integer(int32)
Title:
Number of Water HeatersA field in the plumbing equipment component of the form designer used to indicate that there is a water heater. -
PlbWaterSofteners(optional):
integer(int32)
Title:
Number of Water SoftenersA field in the plumbing equipment component of the form designer used to indicate that there is a water softener. -
PlnBuildingAssessedValue(optional):
number
Title:
Current Building Assessed ValueA field in the development plan information component of the form designer used to describe the current building assessed value. -
PlnChangeNumUnits(optional):
integer(int32)
Title:
Changes to Number of UnitsA field in the development plan information component of the form designer used to describe the calculated changes of number of building units. -
PlnDevelopmentType(optional):
string
Title:
Development TypeMaximum Length:100A field in the development plan information component of the form designer used to describe the development type. -
PlnExistingCommercialArea(optional):
number
Title:
Existing Commercial AreaA field in the development plan information component of the form designer used to describe the existing commercial building area. -
PlnExistingNumUnits(optional):
integer(int32)
Title:
Existing Number of UnitsA field in the development plan information component of the form designer used to describe the existing number of building units. -
PlnExistingTypeOfUse(optional):
string
Title:
Existing UseMaximum Length:100A field in the development plan information component of the form designer used to describe the existing use of the land. -
PlnGrossLotArea(optional):
number
Title:
Gross Lot AreaA field in the development plan information component of the form designer used to describe the gross lot area. -
PlnLandAssessedValue(optional):
number
Title:
Current Land Assessed ValueA field in the development plan information component of the form designer used to describe the current assessed value of the land. -
PlnNetLotArea(optional):
number
Title:
Net Lot AreaA field in the development plan information component of the form designer used to describe the net lot area. -
PlnProjectArea(optional):
number
Title:
Total Project AreaA field in the development plan information component of the form designer used to describe the total project area. -
PlnProjectLotAreaUom(optional):
string
Title:
Project Lot Area UOMMaximum Length:5A field in the development plan information component of the form designer used to describe the unit of measure for project and lot area. -
PlnProposedCommercialArea(optional):
number
Title:
Proposed Commercial AreaA field in the development plan information component of the form designer used to describe the proposed commercial building area. -
PlnProposedNumUnits(optional):
integer(int32)
Title:
Proposed Number of UnitsA field in the development plan information component of the form designer used to describe the proposed number of building units. -
PlnProposedSetbackFront(optional):
number
Title:
Proposed Front SetbackA field in the development plan information component of the form designer used to describe the proposed front setback distance to the property line. -
PlnProposedSetbackRear(optional):
number
Title:
Proposed Rear SetbackA field in the development plan information component of the form designer used to describe the proposed rear setback distance to the property line. -
PlnProposedSetbackSides(optional):
number
Title:
Proposed Sides SetbackLabel for a field in the development plan information component of the form designer used to describe the proposed side setback distance to the property line. -
PlnProposedTypeOfUse(optional):
string
Title:
Proposed UseMaximum Length:100A field in the development plan information component of the form designer used to describe the proposed use of the land. -
PlnRequiredSetbackFront(optional):
number
Title:
Required Front SetbackLabel for a field in the development plan information component of the form designer used to describe the required front setback distance to the property line. -
PlnRequiredSetbackRear(optional):
number
Title:
Required Rear SetbackA field in the development plan information component of the form designer used to describe the required rear setback distance to the property line. -
PlnRequiredSetbackSides(optional):
number
Title:
Required Sides SetbackA field in the development plan information component of the form designer used to describe the required side setback distance to the property line. -
PlnSetbackUom(optional):
string
Title:
Setback UOMMaximum Length:5A field in the development plan information component of the form designer used to describe the unit of measure for distance of the setback to the property line. -
PolAutocloseGateFlag(optional):
boolean
Title:
Automatic Closing GateA field in the pool information component of the form designer used to indicate that there is an automatic closing gate. The default value is no. -
PolFencedFlag(optional):
boolean
Title:
FencedA field in the pool information component of the form designer used to indicate whether a pool is fenced. The default value is no. -
PolFenceHeight(optional):
number
Title:
Fence HeightA field in the pool information component of the form designer used to describe the fence height. -
PolFrontSetback(optional):
number
Title:
Front SetbackA field in the pool information component of the form designer used to describe the front setback. -
PolHeaterFlag(optional):
boolean
Title:
HeaterA field in the pool information component of the form designer used to indicate whether there is a pool heater. The default value is no. -
PolHeaterType(optional):
string
Title:
Heater TypeMaximum Length:200A field in the pool information component of the form designer used to describe the pool heater type. -
PolLeftSideSetback(optional):
number
Title:
Left Side Pool SetbackA field in the pool information component of the form designer used to describe the setback of the left side. -
PolLocation(optional):
string
Title:
LocationMaximum Length:200A field in the pool information component of the form designer used to describe the pool location. -
PolMaximumDepth(optional):
number
Title:
Maximum DepthA field in the pool information component of the form designer used to describe the maximum depth. -
PolNumberPoolLights(optional):
number
Title:
Number of LightsA field in the pool information component of the form designer used to describe the number of lights. -
PolRearSetback(optional):
number
Title:
Rear SetbackA field in the pool information component of the form designer used to describe the rear setback. -
PolRightSideSetback(optional):
number
Title:
Right Side Pool SetbackA field in the pool information component of the form designer used to describe the setback of the right side. -
PolSurfaceArea(optional):
number
Title:
Surface AreaA field in the pool information component of the form designer used to describe the surface area. -
PolTypeFence(optional):
string
Title:
Type of FenceMaximum Length:200A field in the pool information component of the form designer used to describe the type of fence. -
PolTypeOfPool(optional):
string
Title:
Pool TypeMaximum Length:200A field in the pool information component of the form designer used to describe the pool type. -
QalLicenseClassCode(optional):
string
Title:
License Class CodeMaximum Length:50A field in the license qualification component of the form designer used to describe the license class code. -
QalLicenseType(optional):
string
Title:
State License TypeMaximum Length:50A field in the license qualification component of the form designer used to describe the state license type. -
QalStateLicExpire(optional):
string(date)
Title:
State License ExpirationA field in the license qualification component of the form designer used to describe the state license expiration date. -
QalStateLicNumber(optional):
string
Title:
State LicenseMaximum Length:50A field in the license qualification component of the form designer used to describe the state license number. -
RbaAdultOrientedFlag(optional):
boolean
Title:
Adult Oriented BusinessA flag in the regulated business activity component of the form designer used to indicate that a business is adult oriented. The default value is no. -
RbaAlcoholLicenseNumber(optional):
string
Title:
Alcohol LicenseMaximum Length:50A field in the regulated business activity component of the form designer used to describe the alcohol license. -
RbaAlcoholLicenseType(optional):
string
Title:
Alcohol License TypeMaximum Length:50A field in the regulated business activity component of the form designer used to describe the alcohol license type. -
RbaAlcoholServedFlag(optional):
boolean
Title:
Alcohol ServedA field in the regulated business activity component of the form designer used to indicate whether alcohol is served. The default value is no. -
RbaAquaticFeatures(optional):
integer(int32)
Title:
Number of Aquatic FeaturesA field in the regulated business activity component of the form designer used to describe the aquatic features. -
RbaCannabisFlag(optional):
boolean
Title:
Cannabis ProductsA field in the regulated business activity component of the form designer used to indicate that cannabis products are sold. The default value is no. -
RbaCarnivalGames(optional):
integer(int32)
Title:
Number of Carnival GamesA field in the regulated business activity component of the form designer used to indicate whether there are carnival games. -
RbaCarnivalRides(optional):
integer(int32)
Title:
Number of Carnival RidesA field in the regulated business activity component of the form designer used to indicate whether there are carnival rides. -
RbaCasinoGames(optional):
integer(int32)
Title:
Number of Casino GamesA field in the regulated business activity component of the form designer used to indicate whether there are casino games. -
RbaFirearmFlag(optional):
boolean
Title:
Firearms BusinessA field in the regulated business activity component of the form designer used to indicate whether this is a firearms business. The default value is no. -
RbaLiveAnimalsFlag(optional):
boolean
Title:
Live AnimalsA field in the regulated business activity component of the form designer used to indicate whether the business involves live animals. The default value is no. -
RbaLiveEntertainmentFlag(optional):
boolean
Title:
Live EntertainmentA field in the regulated business activity component of the form designer used to indicate whether the business involves live entertainment. -
RbaOtherFlag(optional):
boolean
Title:
OtherA field in the regulated business activity component of the form designer used to whether this is another type of business. The default value is no. -
RbaOtherSpecify(optional):
string
Title:
Other Business ActivityMaximum Length:200A field in the regulated business activity component of the form designer used to describe the other specification. -
RbaPlayEquipmentFlag(optional):
boolean
Title:
Play EquipmentA field in the regulated business activity component of the form designer used to indicate whether the business involves play equipment. The default value is no. -
RbaPyrotechnicsFlag(optional):
boolean
Title:
PyrotechnicsA field in the regulated business activity component of the form designer used to indicate whether the business involves pyrotechnics. The default value is no. -
RbaTobaccoFlag(optional):
boolean
Title:
Tobacco ProductsA field in the regulated business activity component of the form designer used to indicate whether the business involves tobacco products. The default value is no. -
RecordNumber(optional):
string
Maximum Length:
64The parent record key for the data migration transaction. -
RofExistRoofType(optional):
string
Title:
Existing Roof TypeMaximum Length:100A field in the roof information component of the form designer used to describe the existing number of stories. -
RofFIRELayers(optional):
integer(int32)
Title:
Number of Fire Layers on RoofA field in the roof information component of the form designer used to indicate whether there are fire layers. -
RofNewRoofType(optional):
string
Title:
New Roof TypeMaximum Length:100A field in the roof information component of the form designer used to describe the new roof type. -
RofNumberExistRoofLayers(optional):
number
Title:
Number of Existing LayersA field in the roof information component of the form designer used to describe the number of existing layers. -
RofRemoveAllExistRoofFlag(optional):
boolean
Title:
Remove RoofA field in the roof information component of the form designer used to indicate that the roof is to be removed. The default value is no. -
RofRoofNumberSquares(optional):
number
Title:
Number of SquaresA field in the roof information component of the form designer used to describe the number of squares. -
RofSheathingRepairFlag(optional):
boolean
Title:
Sheathing RepairA field in the roof information component of the form designer used to indicate that there is a sheathing repair. The default value is no. -
RowAlleyImpactFlag(optional):
boolean
Title:
Alley ImpactA field in the right of way use component of the form designer used to indicate whether there is an alley impact. The default value is no. -
RowClosureType(optional):
string
Title:
Closure TypeMaximum Length:10A field in the right of way use component of the form designer used to indicate the closure type. -
RowLocation(optional):
string
Title:
Right-of-Way LocationMaximum Length:200A field in the right of way use component of the form designer used to describe the right of way location. -
RowNumberBusStopsBlocked(optional):
number
Title:
Bus Stops BlockedA field in the right of way use component of the form designer used to describe the number of bus stops blocked by construction. -
RowNumberCalendarDays(optional):
number
Title:
Number of DaysA field in the right of way use component of the form designer used to describe the number of days in the project. -
RowNumberMetersReserved(optional):
number
Title:
Meters ReservedA field in the right of way use component of the form designer used to describe the number of meters reserved. -
RowNumberNonpaveExcavations(optional):
number
Title:
Non-Pavement ExcavationsA field in the right of way use component of the form designer used to describe the number of non-pavement excavations. -
RowNumberPaveExcavations(optional):
number
Title:
Pavement ExcavationsA field in the right of way use component of the form designer used to describe the number of pavement excavations. -
RowParkingLaneImpactFlag(optional):
boolean
Title:
Parking Lane ImpactA field in the right of way use component of the form designer used to indicate that there is a parking lane impact. The default value is no. -
RowParkwayImpactFlag(optional):
boolean
Title:
Parkway ImpactA field in the right of way use component of the form designer used to indicate whether there is a parkway impact. The default value is no. -
RowRightOfWayTypeUse(optional):
string
Title:
Right-of-Way UseMaximum Length:500A field in the right of way use component of the form designer used to describe the right of way use. -
RowSidewalkImpactFlag(optional):
boolean
Title:
Sidewalk ImpactA field in the right of way use component of the form designer used to indicate that there is a sidewalk impact. The default value is no. -
RowTotalProjectAreaLength(optional):
number
Title:
Project Area LengthA field in the right of way use component of the form designer used to describe the project area length. -
RowTrafficLaneImpactFlag(optional):
boolean
Title:
Traffic Lane ImpactA field in the right of way use component of the form designer used to indicate that there is a traffic lane impact. The default value is no. -
RowTrafficPlanProvidedFlag(optional):
boolean
Title:
Traffic Plan ProvidedA field in the right of way use component of the form designer used to indicate whether a traffic plan is provided. The default value is no. -
SgnFaceHeight(optional):
number
Title:
Sign Face HeightLabel for the field in the sign component of the form designer used to indicate the height of the face of the sign. -
SgnFaceWidth(optional):
number
Title:
Sign Face WidthLabel for the field in the sign component of the form designer used to indicate the width of the face of the sign. -
SgnIlluminationType(optional):
string
Title:
Illumination TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate how the sign will be illuminated. -
SgnPermanentType(optional):
string
Title:
Permanent Sign TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate the type of permanent signage displayed. -
SgnTemporaryType(optional):
string
Title:
Temporary Sign TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate the type of temporary signage displayed. -
SgnTotalFaceArea(optional):
number
Title:
Sign Total Face AreaLabel for the field in the sign component of the form designer used to indicate the total area of the face of the sign. -
SgnTotalHeight(optional):
number
Title:
Total Height Above GroundLabel for the field in the sign component of the form designer used to indicate the overall height above ground level of the top of the finished sign. -
SgnUsageType(optional):
string
Title:
Sign UsageMaximum Length:100Label for the field in the sign component of the form designer used to indicate how the sign will be utilized. -
SolInverterPower(optional):
number
Title:
Inverter PowerA field in the photovoltaic component of the form designer used to describe the solar inverter power. -
SolInverterType(optional):
string
Title:
Inverter TypeMaximum Length:100A field in the photovoltaic component of the form designer used to describe the inverter type. -
SolMeterId(optional):
string
Title:
MeterMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar meter ID. -
SolNumberOfInverters(optional):
number
Title:
Number of InvertersA field in the photovoltaic component of the form designer used to describe the number of solar inverters. -
SolNumberPhotovoltaicModules(optional):
number
Title:
Photovoltaic ModulesA field in the photovoltaic component of the form designer used to describe the solar photovoltaic modules. -
SolNumberRoofConnects(optional):
number
Title:
Number of Roof ConnectionsA field in the photovoltaic component of the form designer used to describe the number of roof connections. -
SolRoofConnectType(optional):
string
Title:
Roof Connection TypeMaximum Length:100A field in the photovoltaic component of the form designer used to describe the roof connection type. -
SolRoofCoverage(optional):
number
Title:
Roof CoverageA field in the photovoltaic component of the form designer used to describe the solar roof coverage. -
SolRoofLayers(optional):
number
Title:
Roof LayersA field in the photovoltaic component of the form designer used to describe the roof layers. -
SolRoofMaterial(optional):
string
Title:
Roof MaterialMaximum Length:200A field in the photovoltaic component of the form designer used to describe the solar roof material. -
SolServiceId(optional):
string
Title:
Service IDMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar service ID. -
SolTotalRoofArea(optional):
number
Title:
Roof AreaA field in the photovoltaic component of the form designer used to describe the solar roof area. -
SolTypeOfRoof(optional):
string
Title:
Type of RoofMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar type of roof. -
SolTypeOfUse(optional):
string
Title:
Type of UseMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar type of use. -
SpeAlcoholCOMPFlag(optional):
boolean
Title:
Complimentary Alcohol ServedA field in the special event component of the form designer used to indicate whether complimentary alcohol is served at the special event. The default value is no. -
SpeAlcoholEndTime(optional):
string(date-time)
Title:
Alcohol Service End TimeA field in the special event component of the form designer used to indicate the time in which alcohol service will end at the special event. -
SpeAlcoholStartTime(optional):
string(date-time)
Title:
Alcohol Service Start TimeA field in the special event component of the form designer used to indicate the time in which alcohol service will begin at the special event. -
SpeBannersDescr(optional):
string
Title:
Banners DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the banners. -
SpeBeerFlag(optional):
boolean
Title:
Beer ServedA field in the special event component of the form designer used to indicate whether beer is served. The default value is no. -
SpeCookingMethod(optional):
string
Title:
Cooking MethodMaximum Length:10A field in the special event component of the form designer used to describe the method used for cooking food at the special event. -
SpeCookingRequiredFlag(optional):
boolean
Title:
Cooking RequiredA field in the special event component of the form designer used to indicate whether cooking will be done at the special event. -
SpeCopyNotificationFlag(optional):
boolean
Title:
Event Notification AttachedA field in the special event component of the form designer used to indicate whether an event notification for the public is attached as part of the intake form. The default value is no. The intake form is the form that is being designed. -
SpeDiscountFee(optional):
number
Title:
Discounted Admission FeeA field in the special event component of the form designer used to enter the discounted admission fee for the special event. -
SpeDismantleDatetime(optional):
string(date-time)
Title:
Dismantle Date and TimeA field in the special event component of the form designer used to enter the date and time the special event will be dismantled. -
SpeDistilledSpiritsFlag(optional):
boolean
Title:
Distilled Spirits ServedA field in the special event component of the form designer used to indicate whether distilled spirits are served at the special event. The default value is no. -
SpeDtlRoadCloseDescr(optional):
string
Title:
Detailed Traffic PlanMaximum Length:100A field in the special event component of the form designer used to describe the detailed traffic plan required for the special event. -
SpeDtlRoadCloseFlag(optional):
boolean
Title:
Detailed Traffic Plan RequiredA field in the special event component of the form designer used to indicate whether a detailed traffic plan for the special event is required. The default value is no. -
SpeElecPowerFlag(optional):
boolean
Title:
Electrical Power RequiredA field in the special event component of the form designer used to indicate whether electrical power is required for the special event. The default value is no. -
SpeEndDatetime(optional):
string(date-time)
Title:
End Date and TimeA field in the special event component of the form designer used to describe the end date and time of the special event. -
SpeEstDailyAttendance(optional):
number
Title:
Estimated Daily AttendanceA field in the special event component of the form designer used to describe the estimated daily attendance for the special event. -
SpeEventDescription(optional):
string
Title:
DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the special event. -
SpeEventName(optional):
string
Title:
EventMaximum Length:50A field in the special event component of the form designer used to describe the name of the special event. -
SpeEventType(optional):
string
Title:
Event TypeMaximum Length:30A field in the special event component of the form designer used to describe the type of special event. -
SpeFirstAidDescr(optional):
string
Title:
First Aid Setup DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the way in which the first aid station is set up at the special event. -
SpeFirstAidStations(optional):
integer(int32)
Title:
Number of First Aid StationsA field in the special event component of the form designer used to indicate the number of first aid stations provided for the event. -
SpeFoodFlag(optional):
boolean
Title:
Food ConcessionsA field in the special event component of the form designer used to indicate whether there are food concessions at the special event. The default value is no. -
SpeFoodPrepFlag(optional):
boolean
Title:
On-Site Food PreparationA field in the special event component of the form designer used to indicate that food is prepared on-site for the special event. The default value is no. -
SpeFoodVendors(optional):
integer(int32)
Title:
Number of Food and Alcohol VendorsA field in the special event component of the form designer used to indicate number of food and alcohol vendors planned for the event. -
SpeGarbageCleanupPlan(optional):
string
Title:
Garbage Cleanup PlanMaximum Length:200A field in the special event component of the form designer used to describe the plan to clean up garbage at the special event. -
SpeGeneralAdmission(optional):
number
Title:
General Admission FeeA field in the special event component of the form designer used to describe the general admission fee for the special event. -
SpeGenerators(optional):
integer(int32)
Title:
Number of Portable GeneratorsA field in the special event component of the form designer used to indicate the number of portable generators used by the event. -
SpeMediaFlag(optional):
boolean
Title:
Media CoverageA field in the special event component of the form designer used to indicate whether the event involves media coverage. The default value is no. -
SpeMusicalFlag(optional):
boolean
Title:
Musical EntertainmentA field in the special event component of the form designer used to indicate whether there is musical entertainment at the special event. The default value is no. -
SpeNameOfPublicBldg(optional):
string
Title:
Public Building NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public building used for the special event. -
SpeNameOfPublicPark(optional):
string
Title:
Public Park NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public park used for the special event. -
SpeNameOfPublicPlz(optional):
string
Title:
Public Plaza NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public plaza used for the special event. -
SpeNotificationMethod(optional):
string
Title:
Notification MethodMaximum Length:100A field in the special event component of the form designer used to describe the specific method of notification for the special event. -
SpeNotifyFlag(optional):
boolean
Title:
Notify Residents and BusinessesA field in the special event component of the form designer used to indicate whether to notify residents and businesses of the special event. The default value is no. -
SpeNumberAccessibleRestrooms(optional):
number
Title:
Number of Accessible RestroomsA field in the special event component of the form designer used to describe the number of accessible restrooms at the special event. -
SpeNumberAlcoholVendors(optional):
number
Title:
Number of Alcohol VendorsA field in the special event component of the form designer used to describe the number of alcohol vendors at the special event. -
SpeNumberAmbulances(optional):
number
Title:
Number of AmbulancesA field in the special event component of the form designer used to describe the number of ambulances available at the special event. -
SpeNumberBands(optional):
number
Title:
Number of BandsA field in the special event component of the form designer used to describe the number of musical bands at the special event. -
SpeNumberBanners(optional):
number
Title:
Number of BannersA field in the special event component of the form designer used to describe the number of banners for the special event. -
SpeNumberBleachers(optional):
number
Title:
Number of BleachersA field in the special event component of the form designer used to describe the number of bleachers needed for the special event. -
SpeNumberCanopies(optional):
number
Title:
Number of CanopiesA field in the special event component of the form designer used to describe the number of canopies needed at the special event. -
SpeNumberChairs(optional):
number
Title:
Number of ChairsA field in the special event component of the form designer used to describe the number of chairs needed for the special event. -
SpeNumberDisableParkSpaces(optional):
number
Title:
Number of Disabled Parking SpacesA field in the special event component of the form designer used to describe the number of disabled parking spaces required for the special event. -
SpeNumberDoctors(optional):
number
Title:
Number of DoctorsA field in the special event component of the form designer used to describe the number of doctors required for the special event. -
SpeNumberDumpsterWLids(optional):
number
Title:
Number of Dumpster with LidsA field in the special event component of the form designer used to describe the number of dumpsters with lids required for the special event. -
SpeNumberEmergTechs(optional):
number
Title:
Number of Emergency TechniciansA field in the special event component of the form designer used to describe the number of emergency technicians required for the special event. -
SpeNumberFoodVendors(optional):
number
Title:
Number of Food VendorsA field in the special event component of the form designer used to describe the number of food vendors at the special event. -
SpeNumberGarbageContainers(optional):
number
Title:
Number of Garbage ContainersA field in the special event component of the form designer used to describe the number of garbage containers at the special event. -
SpeNumberHandSinks(optional):
number
Title:
Number of Hand Washing SinksA field in the special event component of the form designer used to describe the number of hand washing sinks at the special event. -
SpeNumberNurses(optional):
number
Title:
Number of NursesA field in the special event component of the form designer used to describe the number of nurses at the special event. -
SpeNumberParamedics(optional):
number
Title:
Number of ParamedicsA field in the special event component of the form designer used to describe the number of paramedics at the special event. -
SpeNumberParkSpaces(optional):
number
Title:
Number of Parking SpacesA field in the special event component of the form designer used to describe the number of disabled parking spaces required for the special event. -
SpeNumberPortableRestrooms(optional):
number
Title:
Number of Portable RestroomsA field in the special event component of the form designer used to describe the number of portable restrooms at the special event. -
SpeNumberRecycleContainers(optional):
number
Title:
Number of Recyclable ContainersA field in the special event component of the form designer used to describe the number of recyclable containers at the special event. -
SpeNumberSecurity(optional):
number
Title:
Number of Security PersonnelA field in the special event component of the form designer used to describe the number of security personnel at the special event. -
SpeNumberShuttles(optional):
number
Title:
Number of ShuttlesA field in the special event component of the form designer used to describe the number of shuttles needed for the special event. -
SpeNumberStages(optional):
number
Title:
Number of StagesA field in the special event component of the form designer used to describe the number of stages required for the special event. -
SpeNumberTables(optional):
number
Title:
Number of TablesA field in the special event component of the form designer used to describe the number of tables required for the special event. -
SpeNumberTents(optional):
number
Title:
Number of TentsA field in the special event component of the form designer used to describe the number of tents required for the special event. -
SpeOpenToPublicFlag(optional):
boolean
Title:
Open to PublicA field in the special event component of the form designer used to indicate whether the event is open to the public. The default value is no. -
SpeOther(optional):
string
Title:
Other InformationMaximum Length:200A field in the special event component of the form designer used to describe the any other information required. -
SpeOutdoorEatingFlag(optional):
boolean
Title:
Outdoor Eating AreasA field in the special event component of the form designer used to indicate whether there are outdoor eating areas. The default value is no. -
SpeParkingPlanDescr(optional):
string
Title:
Parking PlanMaximum Length:100A field in the special event component of the form designer used to describe the parking plan for the special event. -
SpeParkPlanVerifiedFlag(optional):
boolean
Title:
Parking Plan VerifiedA field in the special event component of the form designer used to indicate whether the parking plan for the special event has been verified. The default value is no. -
SpeParkProvidedFlag(optional):
boolean
Title:
Event Parking ProvidedA field in the special event component of the form designer used to indicate whether event parking is provided at the special event. The default value is no. -
SpeParkShuttles(optional):
integer(int32)
Title:
Number of Parking ShuttlesA field in the special event component of the form designer used to indicate the number of parking shuttles provided by the event. -
SpePaSystemEndTime(optional):
string(date-time)
Title:
Public Address System End TimeA field in the special event component of the form designer used to describe the time the public address system will end. A public address system is an electronic system using microphones, amplifiers and speakers to increase the sound volume to an audience. -
SpePaSystemStartTime(optional):
string(date-time)
Title:
Public Address System Start TimeA field in the special event component of the form designer used to describe the time the public address system will start. A public address system is an electronic system using microphones, amplifiers and speakers to increase the sound volume to an audience. -
SpeProfSecurityFlag(optional):
boolean
Title:
Professional SecurityA field in the special event component of the form designer used to indicate whether there is professional security for the event. The default value is no. -
SpePubAddrFlag(optional):
boolean
Title:
Public Address SystemA field in the special event component of the form designer used to indicate whether a public address system will be used. The default value is no. A public address system is an electronic system using microphones, amplifiers, and speakers to increase the sound volume to an audience. -
SpePublicRowDescr(optional):
string
Title:
Public Right-of-Way DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the description of the right of way requirements for a special event. The right of way describes any traffic considerations for the special event. -
SpeSecurityCompany(optional):
string
Title:
Security CompanyMaximum Length:50A field in the special event component of the form designer used to describe the security company for the special event. -
SpeSecurityPlan(optional):
string
Title:
Security PlanMaximum Length:200A field in the special event component of the form designer used to describe the security plan for the special event. -
SpeSeniorAdmission(optional):
number
Title:
Senior Admission FeeA field in the special event component of the form designer used to describe the senior citizen admission fee. -
SpeSetupDatetime(optional):
string(date-time)
Title:
Setup Date and TimeA field in the special event component of the form designer used to describe the setup date and time. -
SpeSizeCanopies(optional):
number
Title:
Canopy SizeA field in the special event component of the form designer used to indicate the size of the canopy used for the special event. -
SpeSizeChairs(optional):
number
Title:
Size of TentsA field in the special event component of the form designer used to describe the size of chairs. -
SpeSizeDumpsterWLids(optional):
number
Title:
Size of Dumpsters with LidsA field in the special event component of the form designer used to describe the size of the dumpsters with lids. -
SpeSizeGarbageContainers(optional):
number
Title:
Size of Garbage ContainersA field in the special event component of the form designer used to describe the size of garbage containers. -
SpeSizeRecycleContainers(optional):
number
Title:
Size of Recyclable ContainersA field in the special event component of the form designer used to describe the size of recyclable containers. -
SpeSoundChkFlag(optional):
boolean
Title:
Sound CheckA field in the special event component of the form designer used to indicate whether there is a sound check for the special event. The default value is no. -
SpeSoundEquipDescr(optional):
string
Title:
Sound Equipment DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the sound equipment used at the special event. -
SpeStartDatetime(optional):
string(date-time)
Title:
Start Date and TimeA field in the special event component of the form designer used to describe the start date and time of the special event. -
SpeStrCloseEndDatetime(optional):
string(date-time)
Title:
Street Closure End Date and TimeA field in the special event component of the form designer used to describe the street closure end date and time. -
SpeStrCloseStartDatetime(optional):
string(date-time)
Title:
Street Closure Start Date and TimeA field in the special event component of the form designer used to describe the street closure start date and time. -
SpeStreetClosureFlag(optional):
boolean
Title:
Street Closure RequiredA field in the special event component of the form designer used to describe whether a street closure is required for the special event. The default value is no. -
SpeTempLightingDescr(optional):
string
Title:
Temporary Lighting DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the temporary lighting used for the special event. -
SpeTempLightingFlag(optional):
boolean
Title:
Temporary Lighting RequiredA field in the special event component of the form designer used to indicate whether the special event requires temporary lighting. The default value is no. -
SpeTempPowerFlag(optional):
boolean
Title:
Temporary Power ServiceA field in the special event component of the form designer used to indicate whether the special event requires temporary power service. The default value is no. -
SpeTrafficEquipDescr(optional):
string
Title:
Traffic Safety EquipmentMaximum Length:100A field in the special event component of the form designer used to describe the traffic safety equipment required for the special event. -
SpeTrafficEquipFlag(optional):
string
Title:
Traffic Safety Equipment UsedMaximum Length:1A field in the special event component of the form designer used to indicate that some traffic safety equipment will be used. The default value is no. -
SpeTrafficPlanVerifiedFlag(optional):
boolean
Title:
Traffic Plan VerifiedA field in the special event component of the form designer used to indicate whether a traffic plan is verified. The default value is no. -
SpeTrafficRouteRequiredFlag(optional):
boolean
Title:
Traffic Routing RequiredA field in the special event component of the form designer used to indicate whether traffic routing is required. The default value is no. -
SpeUseOfPublicBldgFlag(optional):
boolean
Title:
Public Building UseA field in the special event component of the form designer used to indicate whether a public building will be used for the special event. The default value is no. -
SpeUseOfPublicParkFlag(optional):
boolean
Title:
Public Park UseA field in the special event component of the form designer used to indicate whether the special event will use a public park. The default value is no. -
SpeUseOfPublicPlzFlag(optional):
boolean
Title:
Public Plaza UseA field in the special event component of the form designer used to indicate that a public plaza is being used for the special event. -
SpeUsePublicRowFlag(optional):
boolean
Title:
Public Right-of-Way UseA field in the special event component of the form designer used to indicate whether will be public right of way use. Right of way refers to the traffic flow for the special event. The default value is no. -
SpeWineFlag(optional):
boolean
Title:
Wine ServedA field in the special event component of the form designer used to indicate whether wine is served. The default value is no. -
SpeYouthAdmission(optional):
number
Title:
Youth Admission FeeA field in the special event component of the form designer used to describe the youth admission fee for the special event. -
VolumeUom(optional):
string
Title:
Volume UOMMaximum Length:5A field used to indicate the unit of measure for all volume related fields on the application. -
WeightUom(optional):
string
Title:
Weight UOMMaximum Length:5A field used to indicate the unit of measure for all weight related fields on the application. -
WhrFuelType(optional):
string
Title:
Fuel TypeMaximum Length:100A field in the water heater component of the form designer used to indicate the fuel type used by the water heater. -
WhrHeaterType(optional):
string
Title:
Water Heater TypeMaximum Length:100A field in the water heater component of the form designer used to indicate the type of water heater installed. -
WhrNewHeater(optional):
string
Title:
New or Replacement Water HeaterMaximum Length:100A field in the water heater component of the form designer used to indicate if the water heater is new or a replacement. -
WhrNumberNew(optional):
integer(int32)
Title:
Number of New Water HeatersA field in the water heater component of the form designer used to indicate the number of new water heaters. -
WhrNumberReplace(optional):
integer(int32)
Title:
Number of Replacement Water HeatersA field in the water heater component of the form designer used to indicate the number of replacement water heaters. -
WhrTankCapacity(optional):
number
Title:
Tank CapacityA field in the water heater component of the form designer used to indicate the tank capacity of the water heater. -
YrdDescription(optional):
string
Title:
DescriptionMaximum Length:200A field in the yard sale component of the form designer used to describe the yard sale. -
YrdEndDatetime(optional):
string(date-time)
Title:
End Date and TimeA field in the yard sale component of the form designer used to describe the end date and time of the yard sale. -
YrdNumberDays(optional):
number
Title:
Number of DaysA field in the yard sale component of the form designer used to describe the number of days the yard sale will be running. -
YrdStartDatetime(optional):
string(date-time)
Title:
Start Date and TimeA field in the yard sale component of the form designer used to describe the start date and time of the yard sale. -
ZonBaseFloodElevation(optional):
number
Title:
Base Flood ElevationA field in the site zoning component of the form designer used to describe the base flood elevation. -
ZonDisturbedAcreage(optional):
number
Title:
Disturbed AcreageA field in the site zoning component of the form designer used to enter the acreage disturbed by the construction. -
ZonEnvMgmtAreaFlag(optional):
boolean
Title:
On Environmental Management AreaIndicates whether the site is on an environmental management area. The default value is no. -
ZonExistingZoneEast(optional):
string
Title:
Existing Zone EastMaximum Length:100A field in the site zoning component of the form designer used to describe the existing east zone. -
ZonExistingZoneNorth(optional):
string
Title:
Existing Zone NorthMaximum Length:100A field in the site zoning component of the form designer used to describe the existing north zone. -
ZonExistingZoneSouth(optional):
string
Title:
Existing Zone SouthMaximum Length:100A field in the site zoning component of the form designer used to describe the existing south zone. -
ZonExistingZoneWest(optional):
string
Title:
Existing Zone WestMaximum Length:100A field in the site zoning component of the form designer used to describe the existing west zone. -
ZonFloodZone(optional):
string
Title:
Flood ZoneMaximum Length:100A field in the site zoning component of the form designer used to describe the flood zone. -
ZonFloodZoneFlag(optional):
boolean
Title:
In Flood ZoneIndicates the presence of a flood zone. The default value is no. -
ZonGrdwaterContaminatFlag(optional):
boolean
Title:
On Groundwater ContaminationIndicates whether the site is on a groundwater contamination area. The default value is no. -
ZonLandUsePrim(optional):
string
Title:
Primary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the primary land use. -
ZonLandUseSec(optional):
string
Title:
Secondary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the secondary land use. -
ZonLandUseTert(optional):
string
Title:
Tertiary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the tertiary land use. -
ZonParkingRequiredFlag(optional):
boolean
Title:
Parking Spaces RequiredIndicates whether parking spaces are required. The default value is no. -
ZonParkingSpacesProvided(optional):
number
Title:
Parking Spaces ProvidedA field in the site zoning component of the form designer used to describe the parking spaces provided. -
ZonPlanCaseRequiredFlag(optional):
boolean
Title:
Planning Case RequiredIndicates whether a planning case is required. The default value is no. -
ZonProposedZoneEast(optional):
string
Title:
Proposed Zone EastMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed east zone. -
ZonProposedZoneNorth(optional):
string
Title:
Proposed Zone NorthMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed north zone. -
ZonProposedZoneSouth(optional):
string
Title:
Proposed Zone SouthMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed south zone. -
ZonProposedZoneWest(optional):
string
Title:
Proposed Zone WestMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed west zone. -
ZonRequiredPlanCaseType(optional):
string
Title:
Required Planning Case TypeMaximum Length:100A field in the site zoning component of the form designer used to describe the required planning case type. -
ZonTotalAcreage(optional):
number
Title:
Total AcreageA field in the site zoning component of the form designer used to describe the total acreage. -
ZonWaiveReduceParkingFlag(optional):
boolean
Title:
Waive or Reduce Required ParkingIndicates a request to waive or reduce the required parking spaces. The default value is no. -
ZonWithinOpenCreekFlag(optional):
boolean
Title:
Within Allowed Distance to Open Creek or CulvertIndicates whether the site is within an allowable distance to an open creek or culvert. The default value is no. -
ZonZoningPrim(optional):
string
Title:
Primary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the primary land zoning. -
ZonZoningSec(optional):
string
Title:
Secondary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the secondary land zoning. -
ZonZoningTert(optional):
string
Title:
Tertiary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the tertiary land zoning.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.