GET api/ItemData/GetDefaultLayout
Gettings a list of tags that can be added to the Properties panel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing a list of tag
ItemDataName | Description | Type | Additional information |
---|---|---|---|
Properties |
Media item properties sections |
Collection of PropertySection |
None. |
PreviewUrl |
Deprecated property. It will be removed in the upcoming versions. |
string |
None. |
Id |
Media Item ID |
integer |
None. |
Guid | globally unique identifier |
None. |
|
HashCode |
Media Item hash |
integer |
None. |
Orientation |
Image orientation |
integer |
None. |
ThumbnailPath |
Deprecated property. It will be removed in the upcoming versions. |
string |
None. |
Extension |
File extension |
string |
None. |
VideoType |
Deprecated property. It will be removed in the upcoming versions. |
string |
None. |
Title |
Media Item title |
string |
None. |
ExpirationDate |
License expiration date |
date |
None. |
ColorLabel |
Deprecated property. It will be removed in the upcoming versions. |
integer |
None. |
FormatType |
File format |
string |
None. |
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "properties": [ { "properties": [ { "propertyName": "sample string 1", "propertyGuid": "d9c3bded-f29e-4357-9564-5b74afe3fad9", "propertyValue": "sample string 3", "values": [ { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 }, { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 } ], "isMultiplyValues": true, "propertyType": "sample string 5", "readOnly": true, "canAssign": true }, { "propertyName": "sample string 1", "propertyGuid": "d9c3bded-f29e-4357-9564-5b74afe3fad9", "propertyValue": "sample string 3", "values": [ { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 }, { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 } ], "isMultiplyValues": true, "propertyType": "sample string 5", "readOnly": true, "canAssign": true } ], "name": "sample string 1", "id": "c163d052-067b-4333-af45-3487a5d0e8c8" }, { "properties": [ { "propertyName": "sample string 1", "propertyGuid": "d9c3bded-f29e-4357-9564-5b74afe3fad9", "propertyValue": "sample string 3", "values": [ { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 }, { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 } ], "isMultiplyValues": true, "propertyType": "sample string 5", "readOnly": true, "canAssign": true }, { "propertyName": "sample string 1", "propertyGuid": "d9c3bded-f29e-4357-9564-5b74afe3fad9", "propertyValue": "sample string 3", "values": [ { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 }, { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 } ], "isMultiplyValues": true, "propertyType": "sample string 5", "readOnly": true, "canAssign": true } ], "name": "sample string 1", "id": "c163d052-067b-4333-af45-3487a5d0e8c8" } ], "previewUrl": "sample string 1", "id": 2, "guid": "8ed95fc0-ab97-4b59-925e-8336e1f5d3b3", "hashCode": 4, "orientation": 5, "thumbnailPath": "sample string 6", "extension": "sample string 7", "videoType": "sample string 8", "title": "sample string 9", "expirationDate": "2024-12-04T20:11:06.7418222+01:00", "colorLabel": 10, "formatType": "sample string 11", "error": "sample string 12", "success": true, "errorCode": 14 }