GET api/AppOrgSync/GetOrgAppSync
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OrgAppSyncResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Remarks | string |
None. |
|
| OrgAppSyncId | globally unique identifier |
None. |
|
| TemplateId | globally unique identifier |
None. |
|
| OrgAppSyncName | string |
None. |
|
| SourceAppName | string |
None. |
|
| SourceAppVersionNumber | string |
None. |
|
| SourceLogoPath | string |
None. |
|
| DestinationAppName | string |
None. |
|
| DestinationAppVersionNumber | string |
None. |
|
| DestinationLogoPath | string |
None. |
|
| Status | byte |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Remarks": "sample string 1",
"OrgAppSyncId": "246e1eb1-0c15-497f-a5fe-59156be10c75",
"TemplateId": "cf333c68-c9a9-49d0-add7-d58eb3d58452",
"OrgAppSyncName": "sample string 4",
"SourceAppName": "sample string 5",
"SourceAppVersionNumber": "sample string 6",
"SourceLogoPath": "sample string 7",
"DestinationAppName": "sample string 8",
"DestinationAppVersionNumber": "sample string 9",
"DestinationLogoPath": "sample string 10",
"Status": 64,
"Active": true
},
{
"Remarks": "sample string 1",
"OrgAppSyncId": "246e1eb1-0c15-497f-a5fe-59156be10c75",
"TemplateId": "cf333c68-c9a9-49d0-add7-d58eb3d58452",
"OrgAppSyncName": "sample string 4",
"SourceAppName": "sample string 5",
"SourceAppVersionNumber": "sample string 6",
"SourceLogoPath": "sample string 7",
"DestinationAppName": "sample string 8",
"DestinationAppVersionNumber": "sample string 9",
"DestinationLogoPath": "sample string 10",
"Status": 64,
"Active": true
}
]