Read associated entries of Investment Activity Type Text - DEPRECATED.

GET {{baseUrl}}/CnsldtnOfInvestmentsActivity('{{InvestmentActivityType}}')/to_CnsldtnOfInvestmentsActyT?$top=<integer>&$skip=<integer>&$filter=<string>&$inlinecount=none&$orderby=Language desc,InvestmentActivityType desc&$select=InvestmentActivityTypeText,Language

Navigate from Investment Activity Type - DEPRECATED and read associated entries of Investment Activity Type Text - DEPRECATED.

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;d&quot;:{&quot;__count&quot;:&quot;\u003cstring\u003e&quot;,&quot;results&quot;:[{&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;InvestmentActivityType&quot;:&quot;\u003cstring\u003e&quot;,&quot;InvestmentActivityTypeText&quot;:&quot;\u003cstring\u003e&quot;},{&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;InvestmentActivityType&quot;:&quot;\u003cstring\u003e&quot;,&quot;InvestmentActivityTypeText&quot;:&quot;\u003cstring\u003e&quot;}]}}