# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources/manage-engine-patch-manager-plus/how-epiphany-interacts-with-the-patch-manager-plus-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
