ProjectMappingGetVudu
Provides the Vudu ID for the supplied Baseline Project ID.
Parameters:
|
id (required) |
Vudu ID Example Value: 4678491
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ProjectMappingGetVudu?id=4678491&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"VUDU_ID": "481039",
"BASELINE_ID": 4678491
},
{
"VUDU_ID": "481067",
"BASELINE_ID": 4678491
},
{
"VUDU_ID": "503899",
"BASELINE_ID": 4678491
}
]
