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": "df5b98e4-cd5e-4f34-99f8-d8f416b61c1b", "Name": "sample string 2", "Description": "sample string 3", "Status": "sample string 4", "ProjectRuntimeID": "2a6f9618-f96c-4af4-bef5-72d359c66898", "AssetID": "56deb08d-7226-4a9e-a6c6-e9ec1f53d46c", "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>56deb08d-7226-4a9e-a6c6-e9ec1f53d46c</AssetID> <AssetName>sample string 7</AssetName> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectRuntimeID>2a6f9618-f96c-4af4-bef5-72d359c66898</ProjectRuntimeID> <RuntimeName>sample string 8</RuntimeName> <Status>sample string 4</Status> <TDSProjectDetailsID>df5b98e4-cd5e-4f34-99f8-d8f416b61c1b</TDSProjectDetailsID> <containerName>sample string 9</containerName> </CustomTDSProjectMaster>