Available XMLRPC methods for this server

Index

Details

(JSON) closeFlight((integer) resourceId, (string) passphrase)

Description :

Close opened flight from a resource (only if automatic flight closing mode is On)
JSON containing those keys :
"ack" containing the result of the passphrase test (0 for failure, 1 for success)
"error" containing thrown exceptions during flight closing

Parameters :

TypeNameDocumentation
integerresourceId Ressource Id
stringpassphrasee Passphrase to valid the request

(return to index)

(int) checkRightModifyTags((string) sessionId, (array) rights)

Description :

Check if user have the correct rights to modify the tags
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
arrayrights Right to check

(return to index)

(int) checkRightOpenDoor((string) sessionId, (array) rights)

Description :

Check if user is allowed to open the door
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
arrayrights Rights to alloy to open the door without open flight

(return to index)

(int) checkRightReleaseKey((string) sessionId, (integer) keyId)

Description :

Check if an user is able to release the key
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
integerkeyId Key id to release

(return to index)

(mixte) checkTag((integer) keyId, (string) tag, (string) passphrase)

Description :

Check if the RFID tag matches with the key Id
False: unknown Tag
True: key id matches the Tag,
Integer: correct key id of the tag

Parameters :

TypeNameDocumentation
integerkeyId Key Id to check the tag
stringtag Hexa value 8 bytes i.e. 010A52FF41ABDD99
stringpassphrase Passphrase to valid the request

(return to index)

(json) getKeyAuthorization((string) passphrase)

Description :

Get the key authorization for each user

Parameters :

TypeNameDocumentation
stringpassphrase Passphrase to valid the request

(return to index)

(json) getResourceList((string) passphrase)

Description :

Get the key id and resource name associated for each resource

Parameters :

TypeNameDocumentation
stringpassphrase Passphrase to valid the request

(return to index)

(int) notify((array) status, (string) passphrase)

Description :

Update the status of the keys in table key_state
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
arraystatus Status of keys 0 = key off, 1 key on
stringpassphrase Passphrase to valid the request

(return to index)

(int) notify2((array) keyStatusList, (string) passphrase)

Description :

Update the status of the keys in table key_state
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
arraykeyStatusListtatusList [$key, $status] $status Status of keys 0 = key off, 1 key on
stringpassphrase Passphrase to valid the request

(return to index)

(int) setKeyAlert((integer) status, (string) passphrase)

Description :

Save the alert on the table key_alert
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
integerstatus 0=alert release 1=alert active
stringpassphrase Passphrase to valid the request

(return to index)

(int) setLog((string) action, (string) message, (integer) keyId, (integer) personId, (integer) xmlrpc, (string) error, (string) passphrase)

Description :

log on the table key_log
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringaction Action required
stringmessage Message to log
integerkeyId
integerpersonId
integerxmlrpc 0=rejected 1=accepted
stringerror Error message when occurs
stringpassphrase Passphrase to valid the request

(return to index)

(int) updateTag((array) keyTagsList, (string) passphrase)

Description :

Save the RFID tag on the table Key_asignment
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
arraykeyTagsListrray of key and their tags to update in the DB
stringpassphrase Passphrase to valid the request

(return to index)

(int) allow2OpenDoor((string) sessionId, (array) rights)

Description :

Check if user is allowed to open the door
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
arrayrights Rights to alloy to open the door without open flight

(return to index)

(int) checkCommand((string) sessionId [ , (integer) keyId ] )

Description :

Check if an user is able to release the key
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
integerkeyId Key id to release

(return to index)

(int) checkRight((string) sessionId, (array) rights)

Description :

Check if user have the correct rights
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
stringsessionId PHPSESSID of a connected user
arrayrights Right to check

(return to index)

(int) setTag((integer) keyId, (string) tag [ , (string) passphrase ] )

Description :

Save the RFID tag on the table Key_asignment
0:NOK, 1:OK

Parameters :

TypeNameDocumentation
integerkeyId Key id asisgnated
stringtag Name, hexa value, 8 bytes, i.e. 010A52FF41ABDD99
stringpassphrase Passphrase to valid the request

(return to index)