GET api/DataAccess/GetByEntityCollection?APIKey={APIKey}&ClientId={ClientId}&FetchXml={FetchXml}&PageNumber={PageNumber}&PageCount={PageCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
Required |
|
| ClientId | string |
Required |
|
| FetchXml | string |
Required |
|
| PageNumber | integer |
Default value is 1 |
|
| PageCount | integer |
Default value is 250 |
Body Parameters
None.
Response Information
Resource Description
EntityCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| Entities | Collection of Entity |
None. |
|
| MoreRecords | boolean |
None. |
|
| PagingCookie | string |
None. |
|
| MinActiveRowVersion | string |
None. |
|
| TotalRecordCount | integer |
None. |
|
| TotalRecordCountLimitExceeded | boolean |
None. |
|
| EntityName | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.