Skip to content

Interface.FetchXmlResponse

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api / FetchXmlResponse

Interface: FetchXmlResponse<TValue>

Extends

Type Parameters

Type Parameter
TValue

Properties

Property Type Description Inherited from
@Microsoft.Dynamics.CRM.totalrecordcount? number - -
@Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded? boolean - -
@odata.context? number - MultipleResponse.@odata.context
@odata.count? number - MultipleResponse.@odata.count
oDataContext? string - MultipleResponse.oDataContext
oDataCount? number - MultipleResponse.oDataCount
PagingInfo? object Paging information -
PagingInfo.cookie? string Next page cookie -
PagingInfo.nextPage? number Number of the next page -
value TValue[] Multiple respone entities MultipleResponse.value
Clone this wiki locally