> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Ownership Layers

**Description:**
Get a list of allowed values for Ownership Structure Layer field.

## Example Request

```bash theme={null}
curl -X GET "{{backend_url}}/api/app-config/bulk/artemis_ownership_layers" \
  -H "Authorization: Bearer <token>" \
  -H "X-Domain-ID: {{domain_id}}"
```

### List of Ownership Layers value:

```ts theme={null}
  "1",
  "2",
  "3 OR MORE",
  "UNKNOWN"
```
