> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Display a person's picture

> How to display a person's picture using REST API.

```html theme={null}
<p>Person:
  <img src="/api/v1/Person/{{id}}/Image?ifBlank=SrNoPhoto">
</p>
```

This gets the person's image (if defined, or if blank, returns a placeholder image).
