> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/readme/appendix.md).

# Appendix

Common references are provided below.

## Role

Roles are returned by the [User](/api/endpoints/user.md) endpoint.

For more information about roles, see <https://app.halosecurity.com/user/support/roles>

| Id | Display       |
| -- | ------------- |
| 1  | Administrator |
| 4  | Power User    |
| 2  | User          |
| 5  | Viewer        |
| 6  | Marketing     |
| 3  | No Login      |

## Scan Frequency

Scan frequency values are returned by various informational queries, such as those in the [Target](/api/endpoints/target.md) endpoint.

|   | Display          |
| - | ---------------- |
| 0 | Never / OnDemand |
| 1 | Day              |
| 2 | Week             |
| 3 | Month            |
| 4 | Quarter          |
| 5 | Year             |

## Element Types

Element types are used by methods in the [Acknowledgement](/api/endpoints/acknowledged.md) endpoint.

<table><thead><tr><th width="234.37282229965155">Type</th><th>Element</th></tr></thead><tbody><tr><td>1</td><td>Cookie</td></tr><tr><td>2</td><td>Script</td></tr><tr><td>5</td><td>Header</td></tr><tr><td>6</td><td>Form</td></tr><tr><td>7</td><td>Certificate</td></tr><tr><td>8</td><td>Download</td></tr><tr><td>9</td><td>Link</td></tr><tr><td>10</td><td>Page</td></tr><tr><td>11</td><td>Traffic</td></tr><tr><td>12</td><td>Meta</td></tr><tr><td>13</td><td>Port</td></tr><tr><td>14</td><td>App</td></tr></tbody></table>
