You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
This section explains the following REST operations regarding the metadata of the resource / collection which have been secured with Basic Auth.
Attributes | values |
---|
HTTP Method | GET |
Request URI | /metadata?path={ resource path } |
HTTP Request Header | Authorization: Basic { base64encoded(username:password) } |
Description | Contains the description, media type, last modified time, author's user name, last modified person's username, created time. |
Response | HTTP 200 OK |
Response Type | application/json |
Attributes | Values |
---|
HTTP Method | GET |
Request URI | /metadata?path={ collection path } |
HTTP Reuqest Header | Authorization: Basic { base64encoded(username:password) } |
Description | Contains the description, media type, last modified time, author's user name, last modified person's username, created time |
Response | HTTP 200 OK |
Response Type | application/json |