GET api/TechnicalEnablers?ProjectId={ProjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TechnicalEnablers| Name | Description | Type | Additional information |
|---|---|---|---|
| TechnicalEnablerId | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| TechnicalEnablersLevelId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TechnicalEnablerId": "6edfc1af-b74a-4078-aea6-6649cbead483",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "d431d921-21a7-4aa6-b2ff-6c2269e7171d",
"TechnicalEnablersLevelId": "749a3bcf-c6f2-42d2-b6a1-b1b79a1a7db3"
},
{
"TechnicalEnablerId": "6edfc1af-b74a-4078-aea6-6649cbead483",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "d431d921-21a7-4aa6-b2ff-6c2269e7171d",
"TechnicalEnablersLevelId": "749a3bcf-c6f2-42d2-b6a1-b1b79a1a7db3"
}
]
application/xml, text/xml
Sample:
<ArrayOfTechnicalEnablers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi">
<TechnicalEnablers>
<Code>sample string 2</Code>
<Description>sample string 4</Description>
<ProjectId>d431d921-21a7-4aa6-b2ff-6c2269e7171d</ProjectId>
<TechnicalEnablerId>6edfc1af-b74a-4078-aea6-6649cbead483</TechnicalEnablerId>
<TechnicalEnablersLevelId>749a3bcf-c6f2-42d2-b6a1-b1b79a1a7db3</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
<TechnicalEnablers>
<Code>sample string 2</Code>
<Description>sample string 4</Description>
<ProjectId>d431d921-21a7-4aa6-b2ff-6c2269e7171d</ProjectId>
<TechnicalEnablerId>6edfc1af-b74a-4078-aea6-6649cbead483</TechnicalEnablerId>
<TechnicalEnablersLevelId>749a3bcf-c6f2-42d2-b6a1-b1b79a1a7db3</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
</ArrayOfTechnicalEnablers>