Read associated entries of All Master Data Text.

GET {{baseUrl}}/ConsolidationAllMasterData('{{AdditionalCharcFieldName}}')/to_CnsldtnAllMDT?$top=<integer>&$skip=<integer>&$filter=<string>&$inlinecount=none&$orderby=ConsolidationMDLongText,ConsolidationMDMedText&$select=Language,ConsolidationMDLongText&$expand=to_CnsldtnAllMD,to_CnsldtnAllMD

Navigate from All Master Data and read associated entries of All Master Data Text.

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$filterstringFilter items by property values, see Filtering
$inlinecountstringInclude count of items, see Inlinecount
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;d&quot;:{&quot;__count&quot;:&quot;\u003cstring\u003e&quot;,&quot;results&quot;:[{&quot;AdditionalCharcFieldName&quot;:&quot;\u003cstring\u003e&quot;,&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;ConsolidationMDMedText&quot;:&quot;\u003cstring\u003e&quot;,&quot;ConsolidationMDLongText&quot;:&quot;\u003cstring\u003e&quot;,&quot;to_CnsldtnAllMD&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.ConsolidationAllMasterDataType detected\u003e&quot;}},{&quot;AdditionalCharcFieldName&quot;:&quot;\u003cstring\u003e&quot;,&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;ConsolidationMDMedText&quot;:&quot;\u003cstring\u003e&quot;,&quot;ConsolidationMDLongText&quot;:&quot;\u003cstring\u003e&quot;,&quot;to_CnsldtnAllMD&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.ConsolidationAllMasterDataType detected\u003e&quot;}}]}}