GET api/TDSProjectMaster?projectRuntimeID={projectRuntimeID}&assetID={assetID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectRuntimeID | globally unique identifier |
Required |
|
assetID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomTDSProjectMasterName | Description | Type | Additional information |
---|---|---|---|
TDSProjectDetailsID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Status | string |
None. |
|
ProjectRuntimeID | globally unique identifier |
None. |
|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
RuntimeName | string |
None. |
|
containerName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TDSProjectDetailsID": "d7ef8c54-6475-49af-8678-fb45883e4c0d", "Name": "sample string 2", "Description": "sample string 3", "Status": "sample string 4", "ProjectRuntimeID": "104b0d31-d7ea-4aa5-bfb7-4632613d9142", "AssetID": "2d96dbbc-33c6-44e1-b287-d296c92d53b2", "AssetName": "sample string 7", "RuntimeName": "sample string 8", "containerName": "sample string 9" }
application/xml, text/xml
Sample:
<CustomTDSProjectMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetID>2d96dbbc-33c6-44e1-b287-d296c92d53b2</AssetID> <AssetName>sample string 7</AssetName> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectRuntimeID>104b0d31-d7ea-4aa5-bfb7-4632613d9142</ProjectRuntimeID> <RuntimeName>sample string 8</RuntimeName> <Status>sample string 4</Status> <TDSProjectDetailsID>d7ef8c54-6475-49af-8678-fb45883e4c0d</TDSProjectDetailsID> <containerName>sample string 9</containerName> </CustomTDSProjectMaster>