Retrieves metadata of attribute fields.
TypeCode required | string Enter the type code of the entity you want to retrieve information for. See the list of Type Codes in the Pricefx Knowledge Base article. Example: P |
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "data": [
- {
- "attributeMetas": [
- {
- "version": 0,
- "typedId": "string",
- "fieldName": "string",
- "label": "string",
- "fieldType": 0,
- "formatType": "string",
- "fieldValueOptions": null,
- "cssProperties": null,
- "description": "string",
- "requiredField": true,
- "readOnly": true,
- "entityRefTypeCode": "string",
- "labelTranslations": "string",
- "name": "string",
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0
}
], - "jsonSchema": {
- "properties": {
- "version": {
- "type": "string"
}, - "typedId": {
- "type": "string"
}, - "name": {
- "type": "string"
}, - "sku": {
- "type": "string"
}, - "createDate": {
- "type": "string"
}, - "createdBy": {
- "type": "string"
}, - "lastUpdateDate": {
- "type": "string"
}, - "lastUpdateBy": {
- "type": "string"
}, - "attribute1": {
- "type": "string"
}, - "attribute2": {
- "type": "string"
}, - "attribute3": {
- "type": "string"
}, - "attribute4": {
- "type": "string"
}, - "attribute5": {
- "type": "string"
}, - "attribute6": {
- "type": "string"
}, - "attribute7": {
- "type": "string"
}, - "attribute8": {
- "type": "string"
}, - "attribute9": {
- "type": "string"
}, - "attribute10": {
- "type": "string"
}, - "attribute11": {
- "type": "string"
}, - "attribute12": {
- "type": "string"
}, - "attribute13": {
- "type": "string"
}, - "attribute14": {
- "type": "string"
}, - "attribute15": {
- "type": "string"
}, - "attribute16": {
- "type": "string"
}, - "attribute17": {
- "type": "string"
}, - "attribute18": {
- "type": "string"
}, - "attribute19": {
- "type": "string"
}, - "attribute20": {
- "type": "string"
}, - "attribute21": {
- "type": "string"
}, - "attribute22": {
- "type": "string"
}, - "attribute23": {
- "type": "string"
}, - "attribute24": {
- "type": "string"
}, - "attribute25": {
- "type": "string"
}, - "attribute26": {
- "type": "string"
}, - "attribute27": {
- "type": "string"
}, - "attribute28": {
- "type": "string"
}, - "attribute29": {
- "type": "string"
}, - "attribute30": {
- "type": "string"
}
}
}, - "attributeMetaSignificantFields": [
- { }
], - "attributeMetaTypeCode": "string"
}
], - "status": 0
}
}