...
Panel |
---|
Comments ---- Information on how to add, retrieve, edit and delete comments of a resource Properties --- Information on how to add, retrieve, edit and delete properties of a resource Tags --- Information on how to add, retrieve and delete tags of a resource and retrieve resources tagged together Associations --- Information on how to add, retrieve, edit and delete associations of a resource Rating --- Information on how to add, retrieve, edit and delete rating of a resource. Resources --- Information on how to add, retrieve and delete a resource Collection --- Information on how to add, retrieve and delete a collection. Metadata --- Metadata information about the resources and collections |
Sample requests
This page will give some sample REST calls format to the Registry REST API. The all supported request URIs are given in Invoke REST API section.
Note | ||
---|---|---|
| ||
|
Get All the Comments:
Format : http://{ ip:port }/{context}/{version}/comments?path={resource path}&start={ start page}&size={ no of records}
Example : http://localhost:9763/resource/1.0.0/comments?path=/_system/governance/sample.xml&start=1&size=3
Post a Comment:
Format : http://{ip:port}/{context}/{version}/comment?path={resource path}
Header : Content-Type = text/plain
Example : http://localhost:9763/resource/1.0.0/comment?path=/_system/governance/sample.xml
Header : Content-Type = text/plain