relations/{name}
Description
A relation between two entities.
URL
/qcbin/rest/domains/{domain}/projects/{project}/customization/relations/{relationship name}
/qcbin/rest/domains/{domain}/projects/{project}/customization/entities/{entity}/relations/{relationship name}
Remarks
The two URLs above return the same data, since a relationship name is unique in the project.
See also Cross Filters and Relations.
HTTP Methods
GET: Retrieves the specified relation.
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 Relation XSD or a string containing the data in another supported format.
Examples