GET api/TechnicalEnablersTT?ProjectId={ProjectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProjectId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TechnicalEnablers
NameDescriptionTypeAdditional 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": "2670cd4a-1a98-4cbc-9aa6-1269024267f8",
    "Code": "sample string 2",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "ProjectId": "97acbdb1-f941-44c4-9317-6596558084f8",
    "TechnicalEnablersLevelId": "adfc6610-c0b7-4bba-b3b7-92342f2b045f"
  },
  {
    "TechnicalEnablerId": "2670cd4a-1a98-4cbc-9aa6-1269024267f8",
    "Code": "sample string 2",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "ProjectId": "97acbdb1-f941-44c4-9317-6596558084f8",
    "TechnicalEnablersLevelId": "adfc6610-c0b7-4bba-b3b7-92342f2b045f"
  }
]

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>97acbdb1-f941-44c4-9317-6596558084f8</ProjectId>
    <TechnicalEnablerId>2670cd4a-1a98-4cbc-9aa6-1269024267f8</TechnicalEnablerId>
    <TechnicalEnablersLevelId>adfc6610-c0b7-4bba-b3b7-92342f2b045f</TechnicalEnablersLevelId>
    <Title>sample string 3</Title>
  </TechnicalEnablers>
  <TechnicalEnablers>
    <Code>sample string 2</Code>
    <Description>sample string 4</Description>
    <ProjectId>97acbdb1-f941-44c4-9317-6596558084f8</ProjectId>
    <TechnicalEnablerId>2670cd4a-1a98-4cbc-9aa6-1269024267f8</TechnicalEnablerId>
    <TechnicalEnablersLevelId>adfc6610-c0b7-4bba-b3b7-92342f2b045f</TechnicalEnablersLevelId>
    <Title>sample string 3</Title>
  </TechnicalEnablers>
</ArrayOfTechnicalEnablers>