v1

latestOpenAPI 3.0.42026-07-14475158859.0 KB
Artifact

gets specified publish artifact item info (including images + attributes) (Auth)

get/api/artifacts/secure/{artifactUrl}/{itemUrl}

Path parameters

artifactUrlstring required
itemUrlstring required

Response

OK

parentFriendlyUrlstring nullable

parent

parentNamestring nullable

parent name

parentImageIdstring uuid

parent image

parentExternalNormalSizeImageUrlstring nullable

parent image external url

parentItemCountinteger

parent item count

nextItemFriendlyUrlstring nullable

empty or null means this is last item

nextItemImageIdstring uuid nullable

next image

nextItemExternalNormalSizeImageUrlstring nullable

next image external url

previousItemFriendlyUrlstring nullable

empty or null means this is first item

prevItemImageIdstring uuid nullable

prev image

prevItemExternalNormalSizeImageUrlstring nullable

prev image external url

Example response

{
  "item": {
    "images": [
      {
        "folderName": "2017-08",
        "storedFileName": "85007253-09f2-4434-8b7e-1a23db2cd9c9.png",
        "normalSizeImageStoredFileName": "\r\n            e0d7050a-7e30-4a2f-b181-0daa4a1e1068.jpg\r\n            ",
        "thumbnailImageStoredFileName": "\r\n            fbe9cc8e-12fa-4cb9-8f09-bbf353333383.jpg\r\n            "
      }
    ]
  }
}