Read associated entries of Target Attribute.
GET {{baseUrl}}/FSItemTargetAttribText(Language='{{Language}}',FSItemAttributeName='{{FSItemAttributeName}}')/to_CnsldtnFSItemTgtAttrib?$select=to_CnsldtnFSItemTgtAttribT,FSItemAttributeName_Text&$expand=to_CnsldtnFSItemTgtAttribT,to_CnsldtnFSItemTgtAttribT
Navigate from Target Attribute Text and read associated entries of Target Attribute.
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":{"FSItemAttributeName":"\u003cstring\u003e","FSItemAttributeName_Text":"\u003cstring\u003e","to_CnsldtnFSItemTgtAttribT":{"results":[{"Language":"\u003cstring\u003e","FSItemAttributeName":"\u003cstring\u003e","FSItemAttributeText":"\u003cstring\u003e","to_CnsldtnFSItemTgtAttrib":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.FSItemTargetAttribType detected\u003e"}},{"Language":"\u003cstring\u003e","FSItemAttributeName":"\u003cstring\u003e","FSItemAttributeText":"\u003cstring\u003e","to_CnsldtnFSItemTgtAttrib":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.FSItemTargetAttribType detected\u003e"}}]}}}