GET Adapters/GetCurrentVersion?identifier={identifier}

Gets the latest version number for the specified package identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identifier

The identifier.

string

Required

Body Parameters

None.

Response Information

Resource Description

The version number.

string

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "sample string 1"
  ]
}

text/javascript

Sample:
{"results":["sample string 1"]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>