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
|