A links field contains a list of context:id pairs pointing to other records.

The value is an array of type:id pairs.

Packages

As JSON from packages:

{
	"links": [
		"ticket:123",
		"org:456"
	]
}

Records API

In PUT or POST requests from the API:

&fields[links][]=ticket:123
&fields[links][]=org:456