GET api/v1/portals/{portalUid}/customer/disciplines

Gets the disciplines by portal.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

The portal UID.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns response message.

Collection of 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.