GET api/AppOrgSync/GetOrgAppSync/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

OrgAppSyncResponse
NameDescriptionTypeAdditional 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": "25abf09b-b709-4e9e-b737-4f4f31dd7912",
  "TemplateId": "ad8215d2-e9df-4a06-972d-650024177965",
  "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
}