v1

latestOpenAPI 3.0.42026-07-14475158859.0 KB
Artifact

gets specified publish artifact info (including CoverImage + images) where its items are filteted by tag (Auth)

get/api/artifacts/secure/{friendlyUrl}/filteritemsbytag/{tagFriendlyUrl}

Path parameters

friendlyUrlstring required
tagFriendlyUrlstring required

Response

OK

idstring uuid

Id

friendlyUrlstring nullable

Friendly Url

status0 | 1 | 2 | 4 | 8 | 16 | 32

Items or pictures status

namestring nullable

Name

nameInEnglishstring nullable

Name In English

descriptionstring nullable

Description

descriptionInEnglishstring nullable

Description In English

dateTimestring date-time

Date/Time

lastModifiedstring date-time

Last Modified for caching purposes

coverItemIndexinteger

Cover Item Index

coverImageIdstring uuid

Cover Image Id

itemCountinteger

Item Count (for lists and queries)

Example response

{
  "coverImage": {
    "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            "
  },
  "items": [
    {
      "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            "
        }
      ]
    }
  ]
}