GET api/GetProjectWithRuntimeByClient?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomProjectWithRuntimeName | Description | Type | Additional information |
---|---|---|---|
ProjectID | globally unique identifier |
None. |
|
ProjectName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProjectID": "420e83bc-d326-40cc-9dae-16afccb7a9cc", "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>420e83bc-d326-40cc-9dae-16afccb7a9cc</ProjectID> <ProjectName>sample string 2</ProjectName> </CustomProjectWithRuntime>