GET api/legacy/{typeName}/{id}

Get legacy. Processes this legacy API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

typeName

The type name value supplied with the request.

string

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

LegacyItemDataContract
NameDescriptionTypeAdditional information
SourceId

The unique identifier of the related source resource.

integer

None.

SourceName

The source name value.

string

None.

SourceGuid

The source guid globally unique identifier.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "SourceId": 1,
  "SourceName": "sample string 2",
  "SourceGuid": "9ed266b6-bd9a-405a-b690-793a741e6870"
}