-
-
Notifications
You must be signed in to change notification settings - Fork 60
Interface.FetchXmlResponse
Aleksandr Rogov edited this page May 12, 2025
·
2 revisions
dynamics-web-api / FetchXmlResponse
-
MultipleResponse
<TValue
>
Type Parameter |
---|
TValue |
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
|