Get the metadata for a file
GET {{baseUrl}}/cms/v3/source-code/:environment/metadata/:path?properties=<string>
Gets the metadata object for the file at the specified path in the specified environment.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
properties | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"createdAt":"\u003cinteger\u003e","folder":"\u003cboolean\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","updatedAt":"\u003cinteger\u003e","archivedAt":"\u003clong\u003e","children":["\u003cstring\u003e","\u003cstring\u003e"],"hash":"\u003cstring\u003e"}