User Tools

Site Tools


webssphh_restful_service

This is an old revision of the document!


WebSSPHH RESTful Service

WebSSPHHService

service.php

parameter data type values definition
a string s
u
i
d
SELECT RECORD (works with GET or POST)
UPDATE RECORD (works with POST only)
INSERT RECORD (works with POST only)
DELETE RECORD (works with GET or POST
token string [\w\d]+ A security token allowing authorized users only
projects none none Returns a JSON array of projects
scenes none none Returns a JSON array of scenes in the current project. This requires the project parameter to be set
objects none none Returns a JSON array of objects in the current project. This requires the project parameter to be set
sobjects none none Returns a JSON array of objects in the current scene. This requires the scene parameter to be set.
project number 1 - 1048576 Returns a JSON object with the project properties
scene number 1 - 1048576 Returns a JSON object with the scene properties. This requires the project parameter to be set.
object number 1 - 1048576 Returns a JSON object with the object properties. This requires the project parameter to be set.
webssphh_restful_service.1469301483.txt.gz · Last modified: 2016/07/23 14:18 by 100.3.200.49

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki