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
check
-
-
-
application/json
check
-
-
-

Returns

One of the HTTP Return Codes.

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

Examples

GET Customization Relation by Name Example