AscActDoorInfo

Downstream ACT Door connected to a smart controller

Overview of AscActDoorInfo goes here.

AscActDoorInfo Properties

Item -> BaseInfo -> DoorInfo -> AscDoorInfo -> AscActDoorInfo

Field Type Inherited from Description
Href String Item Gets or sets the href.
CommonName String BaseInfo Common Name of the resource.The common name of the resource.
ConcurrencyVersion Nullable<Int64> BaseInfo Gets or Set the Version.
InFolderHref String BaseInfo relative path Href value for the containing folderAll objects exist within a folder. Even folders!
InFolderKey String BaseInfo Represents the internal ID of the containing folder
IsGlobal Boolean BaseInfo If set True, the object will be exposed to the entire instance scope in which it resides. Meaning this object will always pass scope wide permissions tests when being queried although other restrictions such as by type will still apply (You need at least Read on the object type to see it regardless where you are in the instance scope). This Attribute is intended for use with AccessLevelInfo objects only. Use with other model objects may cause unexpected behaviors. Particularly this should not be used with ScheduleInfos, HolidayInfos, HolidayDayInfos, or ElevatorAccessLevelInfos. In time more objects will be allowed for use with this attribute but for the time being please only use with AccessLevelInfo Objects.
Key String BaseInfo Represents the internal ID of the object.
Links List<Link> BaseInfo List of related resourcesIt is expected that a resource will have many related resources (i.e. person has many access levels) Consumers of the API are encouraged to iterate through the list of links requesting this additional information as required.
Metadata MetadataItem[] BaseInfo The set of metadata attached to this resourceMetadata is opaque to the server code. Key value pairs are saved as part of a client activity. Users of the Native windows client, are able to design custom forms to display and edit scalar values in the meta data.
Monikers MonikerItem[] BaseInfo the set of Monikers for this object
Notes NoteInfo[] BaseInfo The set of notes attached to this resourceNotes are free form text only that is stored in chronological order. All notes are retrieved as part of an OBJECT get. Notes may be added as one POST but not updated with a PUT of the primary resource. WHen the resource is deleted all the notes are also deleted.
ObjectLinks ObjectLinkItem[] BaseInfo The set of resources that are related to this resource. Frequently resources have a one to one, or one to many relationship with other resources in the system. Use this set of links to discover related resources. 2016/09/29 Href property of the related resource may be null. In which case it’s expected that a set of related objects has already been retrieved by the client and the Key value will be used to index into that set.
Tags String[] BaseInfo the set of tags for this object. Tags are used to group objects together for the purposes of selection and assignment of operation rights.
AntiPassBackTimeoutInSeconds Nullable<Int32> AscDoorInfo Gets or sets the anti-passback timeout in seconds for timed mode
AntiPassBackType Nullable<AntiPassBackTypes> AscDoorInfo Gets or sets the anti-passback type (none, soft, hard, or timed)
AssumeUsed Boolean AscDoorInfo Gets or sets the AssumeUsed value
DoorHeldTimeout Int32 AscDoorInfo Gets or sets the door held timeout in seconds before alarm
DuressEnabled Boolean AscDoorInfo Gets or sets whether duress feature is enabled
ExtendedTime Int32 AscDoorInfo Gets or sets the extended unlock time for ADA (Americans with Disabilities Act) access in seconds
ExtendRex Nullable<Boolean> AscDoorInfo Gets or sets whether REX grant time is extended
GrantTime Int32 AscDoorInfo Gets or sets the grant time (unlock duration) in seconds
IsDisabled Boolean AscDoorInfo Gets or sets whether this door is disabled
LogDoorContact Boolean AscDoorInfo Gets or sets whether door contact state changes are logged
LogDoorForced Boolean AscDoorInfo Gets or sets whether door forced open events are logged
LogDoorHeld Boolean AscDoorInfo Gets or sets whether door held open events are logged
LogGlassBreak Nullable<Boolean> AscDoorInfo Gets or sets whether glass break sensor events are logged
LogPreAjar Nullable<Boolean> AscDoorInfo Gets or sets whether pre-ajar (door approaching timeout) events are logged
LogRex Boolean AscDoorInfo Gets or sets whether REX events are logged
LogTamper Nullable<Boolean> AscDoorInfo Gets or sets whether tamper events are logged
OptFireDoorExclude Boolean AscDoorInfo Gets or sets whether this door is excluded from fire alarm unlock
OptLockdownExclude Boolean AscDoorInfo Gets or sets whether this door is excluded from lockdown mode
PreAjarTimeout Nullable<Int32> AscDoorInfo Gets or sets the pre-ajar warning timeout in seconds
ReLockMode Nullable<DoorReLockModes> AscDoorInfo Gets or sets the door re-lock mode (none, onOpen, or onClose)
RexGrant Boolean AscDoorInfo Gets or sets whether REX (Request to Exit) grants access without credential
Status AscDoorStatusItem AscDoorInfo Gets or sets the Status value
ToggleEnabled Boolean AscDoorInfo Gets or sets whether toggle mode is enabled (door unlocks/locks on successive credentials)
TurnstileEnabled Boolean AscDoorInfo Gets or sets whether turnstile mode is enabled
Chime Boolean AscActDoorInfo Tone when door contact opened
SilentOperation Boolean AscActDoorInfo No confirmation tones

JSON Structure of AscActDoorInfo

{
   "Href"	:	"String",
   "CommonName"	:	"String",
   "ConcurrencyVersion"	:	"Nullable\<Int64\>",
   "InFolderHref"	:	"String",
   "InFolderKey"	:	"String",
   "IsGlobal"	:	"Boolean",
   "Key"	:	"String",
   "Links"	:	"List\<[Link](/object-model/link)\>",
   "Metadata"	:	"[MetadataItem](/object-model/metadataitem)[]",
   "Monikers"	:	"[MonikerItem](/object-model/monikeritem)[]",
   "Notes"	:	"[NoteInfo](/object-model/noteinfo)[]",
   "ObjectLinks"	:	"[ObjectLinkItem](/object-model/objectlinkitem)[]",
   "Tags"	:	"String[]",
   "AntiPassBackTimeoutInSeconds"	:	"Nullable\<Int32\>",
   "AntiPassBackType"	:	"Nullable\<[AntiPassBackTypes](/object-model/antipassbacktypes)\>",
   "AssumeUsed"	:	"Boolean",
   "DoorHeldTimeout"	:	"Int32",
   "DuressEnabled"	:	"Boolean",
   "ExtendedTime"	:	"Int32",
   "ExtendRex"	:	"Nullable\<Boolean\>",
   "GrantTime"	:	"Int32",
   "IsDisabled"	:	"Boolean",
   "LogDoorContact"	:	"Boolean",
   "LogDoorForced"	:	"Boolean",
   "LogDoorHeld"	:	"Boolean",
   "LogGlassBreak"	:	"Nullable\<Boolean\>",
   "LogPreAjar"	:	"Nullable\<Boolean\>",
   "LogRex"	:	"Boolean",
   "LogTamper"	:	"Nullable\<Boolean\>",
   "OptFireDoorExclude"	:	"Boolean",
   "OptLockdownExclude"	:	"Boolean",
   "PreAjarTimeout"	:	"Nullable\<Int32\>",
   "ReLockMode"	:	"Nullable\<[DoorReLockModes](/object-model/doorrelockmodes)\>",
   "RexGrant"	:	"Boolean",
   "Status"	:	"[AscDoorStatusItem](/object-model/ascdoorstatusitem)",
   "ToggleEnabled"	:	"Boolean",
   "TurnstileEnabled"	:	"Boolean",
   "Chime"	:	"Boolean",
   "SilentOperation"	:	"Boolean"
}