GET api/start

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NavigationLink
NameDescriptionTypeAdditional information
LinkID

string

None.

LinkType

string

None.

Enabled

boolean

None.

Link

string

None.

Response Formats

application/json, text/json

Sample:
{
  "LinkID": "sample string 1",
  "LinkType": "sample string 2",
  "Enabled": true,
  "Link": "sample string 4"
}

application/xml, text/xml

Sample:
<StartController.NavigationLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FraxionSM.API.Controllers">
  <Enabled>true</Enabled>
  <Link>sample string 4</Link>
  <LinkID>sample string 1</LinkID>
  <LinkType>sample string 2</LinkType>
</StartController.NavigationLink>