ckanaction

package_relationships_list

Return a datset's relationships.

POST
package_relationships_list
Authorization<token>

CKAN API token

In: header

id?string

the id or name of the first package

id2?string

the id or name of the second package

rel?string

relationship as string, see package_relationship_create() for the relationship types

curl -X POST "http://localhost:5000/api/3/action/package_relationships_list" \  -H "Content-Type: application/json" \  -d '{}'