Code

List all media within a project code

get

List all media within a project code

Path parameters
codestringRequired

The project code

Responses
200

successful operation

application/json
get
GET //media/storage/code/{code} HTTP/1.1
Host: api.ecosuite.io
Accept: */*
200

successful operation

{
  "media": [
    {
      "createdDateTime": "text",
      "lastUpdatedDateTime": "text",
      "lastUpdateAuthor": "text",
      "tags": [
        "text"
      ],
      "contentType": "text",
      "contentEncoding": "text",
      "data": "text",
      "contentLength": 1,
      "tagIDs": [
        "text"
      ],
      "code": "text",
      "name": "text",
      "description": "text",
      "id": "text",
      "key": "text",
      "author": "text"
    }
  ]
}