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 Micro Focus 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 | ![]() | - | - | - |
application/json | ![]() | - | - | - |
Returns
One of the HTTP Return Codes.
An XML string compliant with the Relations XSD or a string containing the data in another supported format.
Examples