GET api/legacy/{typeName}/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
typeName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.System.LegacyItemDataContractName | Description | Type | Additional information |
---|---|---|---|
SourceId | integer |
None. |
|
SourceName | string |
None. |
|
SourceGuid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "SourceId": 1, "SourceName": "sample string 2", "SourceGuid": "d7c42a04-8bf4-4956-b501-2d97c5ece8a4" }