GET licenses/{id}

Gets the information of the license with the specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier of the license.

integer

Required

Body Parameters

None.

Response Information

Resource Description

LicenseViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

SelfUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "description": "sample string 3",
  "selfUrl": "sample string 4"
}