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": "d464d612-a009-41a6-9b8e-1f07eae84f09",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "35fafda4-1f4f-4fd9-9c29-34bd879d9137",
"TechnicalEnablersLevelId": "193a08df-d9be-4ab0-811b-a84a49923111"
},
{
"TechnicalEnablerId": "d464d612-a009-41a6-9b8e-1f07eae84f09",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "35fafda4-1f4f-4fd9-9c29-34bd879d9137",
"TechnicalEnablersLevelId": "193a08df-d9be-4ab0-811b-a84a49923111"
}
]
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>35fafda4-1f4f-4fd9-9c29-34bd879d9137</ProjectId>
<TechnicalEnablerId>d464d612-a009-41a6-9b8e-1f07eae84f09</TechnicalEnablerId>
<TechnicalEnablersLevelId>193a08df-d9be-4ab0-811b-a84a49923111</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
<TechnicalEnablers>
<Code>sample string 2</Code>
<Description>sample string 4</Description>
<ProjectId>35fafda4-1f4f-4fd9-9c29-34bd879d9137</ProjectId>
<TechnicalEnablerId>d464d612-a009-41a6-9b8e-1f07eae84f09</TechnicalEnablerId>
<TechnicalEnablersLevelId>193a08df-d9be-4ab0-811b-a84a49923111</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
</ArrayOfTechnicalEnablers>