---
title: "AssetPageLinkList"
method: GET
path: "/assets/{assetId}/page-links"
tags: ["AssetPageLinkList"]
---

# AssetPageLinkList

`GET /assets/{assetId}/page-links`

## Path parameters

- `assetId` string, required

## Query parameters

- `fields` string[]
- `filters` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Response `200`

Success response. Data could be an object instead of a list when one value is returned

- object
  - `status` string, required
  - `type` string, required
  - `moreAfter` string, nullable
  - `data` object[], required
    - `publicId` string
    - `agent` object, nullable
      - `publicId` string
    - `asset` object, nullable
      - `publicId` string
    - `menuItem` object, nullable
      - `publicId` string
    - `page` object
      - `publicId` string
    - `audience` object, nullable
      - `publicId` string
      - `name` string
      - `description` string, nullable
      - `custom` object
      - `default` boolean
      - `type` 'alarm' | 'page' | 'service', nullable
    - `group` object, nullable
      - `publicId` string
      - `agent` object, nullable
        - `publicId` string
      - `asset` object, nullable
        - `publicId` string
      - `menuItem` object, nullable
        - `publicId` string
      - `name` string
    - `order` integer
    - `custom` object

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/versions/7875dc33d41f/schema)
