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": "6c54c3b7-b6ac-4bbb-a4c7-1fd2819b6ad5", "Name": "sample string 2", "Description": "sample string 3", "Status": "sample string 4", "ProjectRuntimeID": "8baa3b18-179f-4e2f-8cb1-03902ef8c63b", "AssetID": "ef11b46c-e498-409b-8fc2-b2f71572d29d", "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>ef11b46c-e498-409b-8fc2-b2f71572d29d</AssetID> <AssetName>sample string 7</AssetName> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectRuntimeID>8baa3b18-179f-4e2f-8cb1-03902ef8c63b</ProjectRuntimeID> <RuntimeName>sample string 8</RuntimeName> <Status>sample string 4</Status> <TDSProjectDetailsID>6c54c3b7-b6ac-4bbb-a4c7-1fd2819b6ad5</TDSProjectDetailsID> <containerName>sample string 9</containerName> </CustomTDSProjectMaster>