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

KeyDatatypeRequiredDescription
subtenantIdstringOnly 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;name&quot;:&quot;test1.csv&quot;,&quot;location&quot;:&quot;Folder/test1.csv&quot;,&quot;size&quot;:25,&quot;lastModified&quot;:&quot;2018-10-03T09:21:36.559Z&quot;,&quot;tags&quot;:[&quot;tag1&quot;],&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;}