Interface RetrieveMultipleResult

Interface for the WebAPI RetrieveMultiple request response

Hierarchy

  • RetrieveMultipleResult

Properties

Properties

entities: any[]

An array of JSON objects, where each object represents the retrieved entity record containing attributes and their values as key: value pairs. The Id of the entity record is retrieved by default.

nextLink: string

If the number of records being retrieved is more than the value specified in the maxPageSize parameter, this attribute returns the URL to return next set of records.

Generated using TypeDoc