GET api/v1/portals/{portalUid}/disciplines/{industryUid}
Gets the disciplines by portal industry.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The portal UID. |
globally unique identifier |
Required |
| industryUid |
The industry UID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns disciplines by portal and industry UID.
Collection of DisciplineViewModel| Name | Description | Type | Additional 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.