Skip to content

callbacks DynamicsWebApi.Interface.FetchXmlResponse

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

dynamics-web-api-wiki / DynamicsWebApi / FetchXmlResponse

Interface: FetchXmlResponse<T>

Extends

Type Parameters

Type Parameter
T

Properties

Property Type Description Inherited from
@Microsoft.Dynamics.CRM.totalrecordcount? number - -
@Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded? boolean - -
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? T[] Multiple respone entities MultipleResponse.value

API

Namespaces

Classes

Clone this wiki locally