EntityCollection

OData collection response containing entity definition records.

Business ApplicationsCloudEnterpriseLow-CodeMicrosoftNo-CodePower PlatformSaaS

Properties

Name Type Description
@odata.context string OData context URL describing the collection.
@odata.count integer Total count of matching records (when $count=true).
@odata.nextLink string URL to retrieve the next page of results.
value array Array of entity definition records.
View JSON Schema on GitHub