GET api/relationships?include={include}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| include | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of TableRelationship| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PrimaryKeyFieldId | integer |
None. |
|
| ForeignKeyFieldId | integer |
None. |
|
| PrimaryTableId | integer |
None. |
|
| ForeignTableId | integer |
None. |
|
| PrimaryKeyField | Field |
None. |
|
| ForeignKeyField | Field |
None. |
|
| PrimaryTable | Table |
None. |
|
| ForeignTable | Table |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.