GET api/GetProjectRuntimeByClient?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CustomProjectRuntime
NameDescriptionTypeAdditional information
ProjectRuntimeID

globally unique identifier

None.

ProjectRuntimeName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProjectRuntimeID": "e6e68491-1045-47d1-a45a-357e51640761",
  "ProjectRuntimeName": "sample string 2"
}

application/xml, text/xml

Sample:
<CustomProjectRuntime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <ProjectRuntimeID>e6e68491-1045-47d1-a45a-357e51640761</ProjectRuntimeID>
  <ProjectRuntimeName>sample string 2</ProjectRuntimeName>
</CustomProjectRuntime>