Reference : REST RDF API reference : Primary resources : Service document (fps:Service)
  
Service document (fps:Service)
The service document lists the high level resources for workspace and user module that the current user has access to. Only users with global administrator rights can access the list of users. Referencing the workspace resource lists the modules, views, member resources of the workspace.
The service document contains information where the resources that are listed can be referenced to find subsequent resources. The resource URI for the service document is in the form http://fpserver/context/resources/. For example, http://fpserver1/fp/resources/.
Examples
<http://focalpointserver/fp/resources/>
a fps:Service ;
fps:memberModule <http://focalpointserver/fp/resources/users> ;
fps:memberWorkspace <http://focalpointserver/fp/resources/workspaces/2> ;
fps:rootService <http://focalpointserver/fp/resources/rootservices> ;
dcterms:description "This Service documents lists the top level resources for Focal Point REST API" ;
dcterms:title "Focal Point REST API Services Document".
Go up to
Primary resources