GET api/DataEntityEndpoints?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 DataEntityEndpoint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| DataEntityId | integer |
None. |
|
| Name | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| PerspectiveTableId | integer |
None. |
|
| DataEntity | DataEntity |
None. |
|
| DataEntityEndpointColumns | Collection of DataEntityEndpointColumn |
None. |
|
| DataEntityRelationships | Collection of DataEntityRelationship |
None. |
|
| DataEntityEndpointFilters | Collection of DataEntityEndpointFilter |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Guid": "80e3bf27-738a-4d7c-a0ff-9bfd393ffa82",
"DataEntityId": 1,
"Name": "sample string 2",
"IsDeleted": true,
"PerspectiveTableId": 4,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
},
"DataEntityEndpointColumns": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Alias": "sample string 6",
"Ordinal": 1
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Alias": "sample string 6",
"Ordinal": 1
}
],
"DataEntityRelationships": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"SourceTableId": 4,
"SourceKeyFieldId": 5,
"TargetTableId": 6,
"TargetKeyFieldId": 7
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"SourceTableId": 4,
"SourceKeyFieldId": 5,
"TargetTableId": 6,
"TargetKeyFieldId": 7
}
],
"DataEntityEndpointFilters": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Operator": "sample string 6",
"Clause": "sample string 7",
"Settable": true,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
}
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Operator": "sample string 6",
"Clause": "sample string 7",
"Settable": true,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
}
}
]
},
{
"Id": 1,
"Guid": "80e3bf27-738a-4d7c-a0ff-9bfd393ffa82",
"DataEntityId": 1,
"Name": "sample string 2",
"IsDeleted": true,
"PerspectiveTableId": 4,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
},
"DataEntityEndpointColumns": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Alias": "sample string 6",
"Ordinal": 1
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Alias": "sample string 6",
"Ordinal": 1
}
],
"DataEntityRelationships": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"SourceTableId": 4,
"SourceKeyFieldId": 5,
"TargetTableId": 6,
"TargetKeyFieldId": 7
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"SourceTableId": 4,
"SourceKeyFieldId": 5,
"TargetTableId": 6,
"TargetKeyFieldId": 7
}
],
"DataEntityEndpointFilters": [
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Operator": "sample string 6",
"Clause": "sample string 7",
"Settable": true,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
}
},
{
"Id": 1,
"DataEntityId": 2,
"DataEntityEndpointId": 3,
"DataEntityStructureId": 4,
"DataEntityStructureFieldId": 5,
"Operator": "sample string 6",
"Clause": "sample string 7",
"Settable": true,
"DataEntity": {
"Id": 1,
"OrganisationId": 1,
"ClientId": 1,
"ParentRepoId": 1,
"DemEntityId": 1,
"DemUniqueId": "35f0e065-7c65-4797-aa22-a75d146b9ba8",
"EntityName": "sample string 2",
"DataEntityTypeId": 1,
"IsActive": true,
"InFormId": 1,
"IsDeleted": true,
"IsPrivate": true,
"HasSecondaryRepositories": true,
"DataEntityType": {
"Id": 1,
"Type": "sample string 2"
},
"DataEntityEndpoints": [],
"DataEntityLookups": [
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
},
{
"Id": 1,
"DataEntityId": 1,
"TableName": "sample string 2",
"InFormId": 1,
"DemUniqueId": "6f6e531c-6743-494e-ac6f-2453a7d4240b",
"IsDeleted": true,
"DataEntityLookupForms": [
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityLookupId": 2,
"FormId": 3,
"IsDeleted": true
}
]
}
],
"DataEntityMatchings": [
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
},
{
"Id": 1,
"DataEntityId": 1,
"Name": "sample string 2",
"MatchingId": 1,
"IsDeleted": true,
"LastRun": "2026-01-13T01:24:02.6455667+00:00"
}
],
"DataEntityUsers": [
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
},
{
"Id": 1,
"RoleId": 1,
"UserId": "sample string 2",
"UniqueEntityId": 3,
"UserPkId": 1,
"DataEntityId": 1,
"Role": {
"Id": 1,
"ApplicationId": 1,
"Name": "sample string 2",
"RoleId": "sample string 3",
"Application": {
"Id": 1,
"ApplicationName": "sample string 2"
}
}
}
],
"DataEntityProcesses": [
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
},
{
"Id": 1,
"DataEntityId": 2,
"ProcessId": 3,
"ProcessRunId": 4,
"Name": "sample string 5",
"IsDeleted": true,
"ProcessRun": {}
}
],
"DataEntityForms": [
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
},
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
]
}
}
]
}
]
application/xml
Sample:
text/xml
Sample: