GET api/TechnicalEnablers?ProjectId={ProjectId}&TechnicalEnablerId={TechnicalEnablerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | globally unique identifier |
Required |
|
| TechnicalEnablerId | 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": "7485f319-a8b5-4fc3-aea7-a2ff6716dc0e",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "4edf9dc6-3965-49a2-9142-87f7eed826f1",
"TechnicalEnablersLevelId": "4f733a02-bf77-4496-8f87-daa47f8b73f3"
},
{
"TechnicalEnablerId": "7485f319-a8b5-4fc3-aea7-a2ff6716dc0e",
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"ProjectId": "4edf9dc6-3965-49a2-9142-87f7eed826f1",
"TechnicalEnablersLevelId": "4f733a02-bf77-4496-8f87-daa47f8b73f3"
}
]
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>4edf9dc6-3965-49a2-9142-87f7eed826f1</ProjectId>
<TechnicalEnablerId>7485f319-a8b5-4fc3-aea7-a2ff6716dc0e</TechnicalEnablerId>
<TechnicalEnablersLevelId>4f733a02-bf77-4496-8f87-daa47f8b73f3</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
<TechnicalEnablers>
<Code>sample string 2</Code>
<Description>sample string 4</Description>
<ProjectId>4edf9dc6-3965-49a2-9142-87f7eed826f1</ProjectId>
<TechnicalEnablerId>7485f319-a8b5-4fc3-aea7-a2ff6716dc0e</TechnicalEnablerId>
<TechnicalEnablersLevelId>4f733a02-bf77-4496-8f87-daa47f8b73f3</TechnicalEnablersLevelId>
<Title>sample string 3</Title>
</TechnicalEnablers>
</ArrayOfTechnicalEnablers>