GET api/Section/GetSectionById/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Section
NameDescriptionTypeAdditional information
Id

integer

None.

SectionName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SectionName": "sample string 2"
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"SectionName":"sample string 2"}