Get a Condition Record Item Attribute Meta

post/fetch/CRCIM

Retrieves a Condition Record Item Attribute Meta.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
conditionRecordSetId
integer
Responses
200

OK

Response Schema: application/json
object
status
integer
startRow
integer
node
string
Array of objects (ConditionRecordItemAttributeMeta)
Array
cssProperties
string or null <= 255 characters
labelTranslations
string
typedId
string
fieldName
string <= 255 characters
hidden
boolean
lastUpdateDate
string <date-time>
fieldValueOptions
string or null
description
string or null <= 1000 characters
readOnly
boolean
label
string <= 255 characters
conditionRecordSetId
integer
manual
boolean
version
integer
elementName
string or null <= 255 characters
inputAttribute
boolean
requiredField
boolean
createdBy
integer
entityRefTypeCode
string or null <= 255 characters
formatType
string <= 255 characters
Possible values: "NUMERIC" "NUMERIC_LONG" "MONEY" "PERCENT" "TEXT" "MONEY_EUR" "MONEY_USD" "MONEY_GBP" "MONEY_JPY" "MONEY_CHF" "MONEY_PLN" "DATETIME" "DATE" "INTEGER" "LINK" "COMPLEX" "SPARKLINE"
fieldType
integer
userGroup
string or null <= 255 characters
createDate
string <date-time>
lastUpdateBy
integer
endRow
integer
Request samples
application/json
{
  • "data": {
    • "conditionRecordSetId": 7
    }
}
Response samples
application/json
{
  • "response": {
    • "status": 0,
    • "startRow": 0,
    • "node": "string",
    • "data": [
      • {
        • "cssProperties": "string",
        • "labelTranslations": "string",
        • "typedId": "string",
        • "fieldName": "string",
        • "hidden": true,
        • "lastUpdateDate": "2019-08-24T14:15:22Z",
        • "fieldValueOptions": "string",
        • "description": "string",
        • "readOnly": true,
        • "label": "string",
        • "conditionRecordSetId": 0,
        • "manual": true,
        • "version": 0,
        • "elementName": "string",
        • "inputAttribute": true,
        • "requiredField": true,
        • "createdBy": 0,
        • "entityRefTypeCode": "string",
        • "formatType": "NUMERIC",
        • "fieldType": 0,
        • "userGroup": "string",
        • "createDate": "2019-08-24T14:15:22Z",
        • "lastUpdateBy": 0
        }
      ],
    • "endRow": 0
    }
}