relations Collection

Description

The collection of entity relations in the project.

URL

/qcbin/rest/domains/{domain}/projects/{project}/customization/relations

/qcbin/rest/domains/{domain}/projects/{project}/customization/entities/{entity}/relations/

Remarks

The customization/relations query returns all the relations in the project.

customization/entities/{entity name}/relations returns only the relations that use the specified entity. The entity is in the singular. For example, /customization/entities/test/relations

See also Cross Filters and Relations.

This resource is cached using an ETag. See the OpenText Application Lifecycle Management Administrator Guide for details on enabling caching.

HTTP Methods

GET: Retrieves the collection of relations.

PUT: N/A

DELETE: N/A

POST: N/A

Media Type
GET
PUT
DELETE
POST
application/xml
check
-
-
-
application/json
check
-
-
-

Returns

One of the HTTP Return Codes.

An XML string compliant with the Relations scehma or a string containing the data in another supported format. See Schema Reference.

Examples

GET Customization Relations Example