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}&user={ user name}
Example : http://localhost:9763/resource/1.0.0/comments?path=/_system/governance/sample.xml&start=1&size=3&user=john
Post a Comment:
Format : http://{ip:port}/{context}/{version}/comment?path={resource path}&user={username}
Header : Content-Type = text/plain
Example : http://localhost:9763/resource/1.0.0/comment?path=/_system/governance/sample.xml&user=john
Header : Content-Type = text/plain
...