API v1.0 Docs

Relationships

Resources may have relationships to other resources. Relationships can work both with item or collection responses.

These relationships can be retrieved using the include parameter. Here is an example with the /files endpoint.

GET /files/{fileId}?include=uploadKey

If you need a real world example, just take a look at the Listing your files example.