Read an entry by key from Selection Attribute Value Text.
GET {{baseUrl}}/FSItemSelectionAttribValText(Language='{{Language}}',FSItemAttributeName='{{FSItemAttributeName}}',FSItemAttributeValueName='{{FSItemAttributeValueName}}')?$select=Language,FSItemAttributeValueLongText&$expand=to_CnsldtnFSItemSelAttribVal,to_CnsldtnFSItemSelAttribVal
Read an entry by key from Selection Attribute Value Text.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"d":{"Language":"\u003cstring\u003e","FSItemAttributeName":"\u003cstring\u003e","FSItemAttributeName_Text":"\u003cstring\u003e","FSItemAttributeValueName":"\u003cstring\u003e","FSItemAttributeValueText":"\u003cstring\u003e","FSItemAttributeValueLongText":"\u003cstring\u003e","to_CnsldtnFSItemSelAttribVal":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.FSItemSelectionAttribValType detected\u003e"}}}