GET api/overridetypes/{id}

Gets override type resource by id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier for the override type to be returned

integer

Required

Body Parameters

None.

Response Information

Resource Description

An OverrideTypeModel

OverrideTypeModel
NameDescriptionTypeAdditional information
OverrideName

Gets or sets the Override name

string

None.

Description

Gets or sets the Description

string

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 3",
  "id": 4,
  "overrideName": "sample string 1",
  "description": "sample string 2"
}