Get Metadata for the object.
GET {{baseUrl}}/objectMetadata/:path?subtenantId=<string>
Get Metadata for the object. If tenant is operating for a subtenant object, he should specify subtenant in request query parameter. If path contains special characters which require URL encoding, it should be done as appropriate.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subtenantId | string | Only to be used by tenants, to address a subtenant's object metadata. If not provided by a tenant, its own object metadata is addressed. Subtenants are not allowed to use this parameter and can only address their own object metadata. e.g. subtenantId "204a896c-a23a-11e9-a2a3-2a2ae2dbcce4" |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"test1.csv","location":"Folder/test1.csv","size":25,"lastModified":"2018-10-03T09:21:36.559Z","tags":["tag1"],"subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}