GET api/GetProjectWithRuntimeByClient?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CustomProjectWithRuntime
NameDescriptionTypeAdditional information
ProjectID

globally unique identifier

None.

ProjectName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProjectID": "b1181f6b-33b0-4ca7-960b-e64886d17367",
  "ProjectName": "sample string 2"
}

application/xml, text/xml

Sample:
<CustomProjectWithRuntime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <ProjectID>b1181f6b-33b0-4ca7-960b-e64886d17367</ProjectID>
  <ProjectName>sample string 2</ProjectName>
</CustomProjectWithRuntime>