GET api/WurmAssistant3/LatestBuildNumber/{buildCode}
Gets build number of the latest available package for specified build definition.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
buildCode |
Code representing build definition. Case insensitive. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
String representing build number. Is not guaranteed to be numeric. Empty string if no packages found.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>