Method |
Description |
|
assetAction ( ) |
end point for asset related data. |
|
assetCountAction ( ) |
Returns the total number of assets matching the given condition
GET http://[YOUR-DOMAIN]/webservice/rest/asset-count?apikey=[API-KEY]&condition=type%3D%27folder%27 |
|
assetInquireAction ( ) |
Checks for existence of the given asset IDs
GET http://[YOUR-DOMAIN]/webservice/rest/asset-inquire?apikey=[API-KEY]
Parameters:
- id single asset ID
- ids comma separated list of asset IDs
Returns:
- List with true or false for each ID |
|
assetListAction ( ) |
Returns a list of assets id/type pairs matching the given criteria. |
|
classAction ( ) |
end point for the class definition
GET http://[YOUR-DOMAIN]/webservice/rest/class/id/1281?apikey=[API-KEY]
returns the class definition for the given class |
|
classesAction ( ) |
Returns a list of all class definitions. |
|
classificationstoreDefinitionAction ( ) : mixed |
Returns the classification store feature definition as JSON. Could be useful to provide separate endpoints
for the various sub-configs. |
|
documentAction ( ) |
end point for document related data. |
|
documentCountAction ( ) |
Returns the total number of documents matching the given condition
GET http://[YOUR-DOMAIN]/webservice/rest/asset-count?apikey=[API-KEY]&condition=type%3D%27folder%27 |
|
documentInquireAction ( ) |
Checks for existence of the given document IDs
GET http://[YOUR-DOMAIN]/webservice/rest/document-inquire?apikey=[API-KEY]
Parameters:
- id single document ID
- ids comma separated list of document IDs
Returns:
- List with true or false for each ID |
|
documentListAction ( ) |
Returns a list of document id/type pairs matching the given criteria. |
|
fieldCollectionAction ( ) |
end point for the field collection definition
GET http://[YOUR-DOMAIN]/webservice/rest/field-collection/id/abt1?apikey=[API-KEY]
returns the class definition for the given class |
|
fieldCollectionsAction ( ) |
Returns a list of all field collection definitions. |
|
fillWebserviceData ( $class, $data ) |
|
|
imageThumbnailAction ( ) |
Returns the configuration for the image thumbnail with the given ID. |
|
imageThumbnailsAction ( ) |
Returns a list of all image thumbnails. |
|
init ( ) |
|
|
isDelete ( ) : boolean |
Returns true if this is a DELETE request. Can be overridden by providing a
a method=delete parameter. |
|
isGet ( ) : boolean |
Returns true if this is a GET request. Can be overridden by providing a
a method=get parameter. |
|
isPost ( ) : boolean |
Returns true if this is a POST request. Can be overridden by providing a
a method=post parameter. |
|
isPut ( ) : boolean |
Returns true if this is a PUT request. Can be overridden by providing a
a method=put parameter. |
|
keyValueDefinitionAction ( ) : mixed |
Returns the group/key config as JSON. |
|
objectAction ( ) |
end point for object related data. |
|
objectBrickAction ( ) |
end point for the object-brick definition
GET http://[YOUR-DOMAIN]/webservice/rest/object-brick/id/abt1?apikey=[API-KEY]
returns the class definition for the given class |
|
objectBricksAction ( ) |
Returns a list of all object brick definitions. |
|
objectCountAction ( ) |
Returns the total number of objects matching the given condition
GET http://[YOUR-DOMAIN]/webservice/rest/object-count?apikey=[API-KEY]&condition=type%3D%27folder%27 |
|
objectInquireAction ( ) |
Checks for existence of the given object IDs
GET http://[YOUR-DOMAIN]/webservice/rest/object-inquire?apikey=[API-KEY]
Parameters:
- id single object ID
- ids comma separated list of object IDs
Returns:
- List with true or false for each ID |
|
objectListAction ( ) |
Returns a list of object id/type pairs matching the given criteria. |
|
objectMetaAction ( ) |
end point for object metadata
GET http://[YOUR-DOMAIN]/webservice/rest/object-meta/id/1281?apikey=[API-KEY]
returns the json-encoded class definition for the given object |
|
quantityValueUnitDefinitionAction ( ) : mixed |
Returns the classification store feature definition as JSON. Could be useful to provide separate endpoints
for the various sub-configs. |
|
serverInfoAction ( ) |
Returns a list of all class definitions. |
|
systemClockAction ( ) |
Returns the current time. |
|
translationsAction ( ) |
Returns translations |
|
userAction ( ) |
GET http://[YOUR-DOMAIN]/webservice/rest/user?apikey=[API-KEY]
returns the json-encoded user data for the current user |
|