GET api/v1/disciplines/{disciplineUid}

Gets the discipline.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
disciplineUid

The discipline UID.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns the specified discipline.

DisciplineViewModel
NameDescriptionTypeAdditional information
Name

The discipline name.

string

None.

ParentDiscipline

The parent discipline.

DisciplineViewModel

None.

Portal

The portal.

PortalViewModel

None.

Company

The company

CompanyViewModel

None.

DisciplineGuid

The unique discipline identifier

globally unique identifier

None.

Uid

The GUID.

globally unique identifier

None.

Links

The links.

Collection of Link

None.

DateUpdated

Last time the record was updated

date

None.

UpdatedBy

Who updated the record last

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.