Query properties parameters
The oslc.properties query parameter returns a list of properties for an OSLC resource and provides a partial representation of the resource.
The oslc.properties parameter is not applicable to collection
resources. A collection resource is an OSLC resource that has other OSLC resources
as members.
Example: Requesting attributes
The following request specifies that the values for the shortTitle and isTask attributes are returned in the results:http://www.example.com:9999/maximo/oslc/os/
oslcwodetail/337?oslc.properties=oslc:shortTitle,spi_wm:istask
This
request returns the following information:{
oslc:shortTitle: "1024"
spi_wm:istask: true
rdf:about: "<some uri>"
}