What is the OSLC endpoint for retrieving valid Users and their URIs etc in RRC
Accepted answer
Hi,
There is not a direct OSLC/REST api that allow retrieving the valid users for any RRC given project.
However, for some specific cases , the OSLC query capability can be used to retrieve that information.
For instance: Using the query capability with following filters return information of RRC users that have created/modified requirements in a given project )
"&oslc.prefix=rdf=<http://www.w3.org/1999/02/22-rdf-syntax-ns%23>,dcterms=<http://purl.org/dc/terms/>&oslc.select=dcterms:creator,dcterms:contributor&oslc.where=rdf:type=<http://open-services.net/ns/rm%23Requirement>"
There is not a direct OSLC/REST api that allow retrieving the valid users for any RRC given project.
However, for some specific cases , the OSLC query capability can be used to retrieve that information.
For instance: Using the query capability with following filters return information of RRC users that have created/modified requirements in a given project )
"&oslc.prefix=rdf=<http://www.w3.org/1999/02/22-rdf-syntax-ns%23>,dcterms=<http://purl.org/dc/terms/>&oslc.select=dcterms:creator,dcterms:contributor&oslc.where=rdf:type=<http://open-services.net/ns/rm%23Requirement>"