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": "3e7cb89e-b17b-45d9-9a48-84438740c737", "Name": "sample string 2", "Description": "sample string 3", "Status": "sample string 4", "ProjectRuntimeID": "13f25fe7-c6b4-490d-a6bc-5dadb2750952", "AssetID": "5686916b-e5ea-44b0-a3c4-c32cb6567d5b", "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>5686916b-e5ea-44b0-a3c4-c32cb6567d5b</AssetID> <AssetName>sample string 7</AssetName> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectRuntimeID>13f25fe7-c6b4-490d-a6bc-5dadb2750952</ProjectRuntimeID> <RuntimeName>sample string 8</RuntimeName> <Status>sample string 4</Status> <TDSProjectDetailsID>3e7cb89e-b17b-45d9-9a48-84438740c737</TDSProjectDetailsID> <containerName>sample string 9</containerName> </CustomTDSProjectMaster>