QueryResult
Result of a SOQL query
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal
Properties
| Name |
Type |
Description |
| done |
boolean |
Whether all results have been returned |
| nextRecordsUrl |
string |
URL for the next page of results (if done is false) |
| records |
array |
Matching records |
| totalSize |
integer |
Total number of matching records |
JSON Schema