Microsoft SharePoint · Example Payload

Sharepoint Search Result Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint Search Result Example is an example object payload from Microsoft SharePoint, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PrimaryQueryResult

Example Payload

Raw ↑
{
  "PrimaryQueryResult": {
    "RelevantResults": {
      "TotalRows": 42,
      "RowCount": 10,
      "Table": {
        "Rows": {}
      }
    }
  }
}