> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/manage-engine-patch-manager-plus/how-epiphany-interacts-with-the-patch-manager-plus-api.md).

# How Epiphany Interacts With the Patch Manager Plus API

### **Required API Calls**

#### **Call 1: GET Patch Details**

```
GET api/1.3/patch/allpatchdetails?pagelimit=1500&patchid={patch_id}
```

#### Call 2: GET Summary

```
GET api/1.3/som/summary
```

#### Call 3: GET Computers

```
GET api/1.3/som/computers
```

#### Call 4: GET Remote Offices

```
GET api/1.3/som/remoteoffice
```

#### Call 5: GET Patch Summary

```
GET api/1.3/patch/summary
```

#### Call 6: GET All Patches

```
GET api/1.3/patch/allpatches
```
