Reference : REST XML API reference : Resources overview
  
Resources overview
The REST XML resources in Focal Point® are service, element collections, element and attributes.These are the resource types and example REST API URIs for the resources:
 
Resource type
Example REST API URI
Description
Supported REST operations
Service document
http://focalpointserver/fp/resources/
The service document has the high level resources for workspace, module, views that a user has access to.
GET
Element collection
http://focalpointserver/fp/resources/workspaces/1/modules/1/elements/
An element collection has the contents of a view or module.
GET
POST
Element
http://focalpointserver/fp/resources/workspaces/1/modules/1/elements/1
Element has contents of attributes
GET
Attribute
http://focalpointserver/fp/resources/workspaces/1/modules/1/elements/1/attributes/1
Attribute
GET
PUT
POST
DELETE
See also
REST XML API reference