---
title: "GetAssetRelationsReply"
url: "https://earlyaccess.developers.bynder.com/apis/asset-api-beta-1/versions/d41a5f27-191a-4019-9419-fe0a53e55978/schemas/GetAssetRelationsReply"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/asset-api-beta-1/versions/d41a5f27-191a-4019-9419-fe0a53e55978.md

# GetAssetRelationsReply

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Asset API (Beta)
  version: 1.0.0-beta
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    AssetRelation:
      properties:
        relatedAssetIds:
          items:
            type: string
          type: array
        relationId:
          type: string
      title: AssetRelation
      type: object
    GetAssetRelationsReply:
      properties:
        assetId:
          type: string
        portalId:
          type: string
        relations:
          items:
            $ref: "#/components/schemas/AssetRelation"
          type: array
      title: GetAssetRelationsReply
      type: object
```
