---
title: Relationship
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/relationship
---

# Relationship

A to-one or to-many relationship from one resource object to others.

## Declaration

```data
object Relationship
```

## Properties

data: A paginated collection of resources in the relationship. href: A relative location to fetch the relationship, if it may be fetched directly. meta: Contextual data about the relationship. next: A relative cursor to fetch the next paginated collection of resources in the relationship if more exist.

## Topics

### Related Objects

- [Relationship.Meta](devicemanagement/relationship/meta-data.dictionary.md)

## See Also

### Getting resource and relationship information

- [Resource](devicemanagement/resource.md)
