PC*MILER Versions
Resource URL
https://pcmiler.alk.com/apis/rest/v1.0/service.svc/pcmversion
GET /pcmversion
Retrieves a list of the PC*MILER versions available based on the region
of the world entered. The default region is NA
- North America. This API requires a premium web services subscription. New versions of PC*MILER are generally released for North America in late June or early July and the rest of the world in September.
Request Parameter
Name | Description | Data Type | Values |
---|---|---|---|
region | The region of the world for which you want to retrieve the currently available versions of PC*MILER. |
enum | Available Regions:AF - AfricaAS - AsiaEU - EuropeNA - North AmericaOC - Australian continentSA - South AmericaME - Middle East |
Response Parameter
Name | Description | Data Type | Values |
---|---|---|---|
pcmversions | An array of the currently available versions of PC*MILER. |
Array of strings | PCM18 and higher |
Sample Request
https://pcmiler.alk.com/apis/rest/v1.0/service.svc/pcmversion?region=NA
Sample Response
{
"pcmversions": ["PCM18","PCM19","PCM20","PCM21","PCM22","PCM23","PCM24","PCM25","PCM26","PCM27","PCM28","PCM29","PCM30","PCM31","PCM32","PCM33","PCM34","PCM35", "PCM36"]
}
Error Codes
Message | Description |
---|---|
Unlicensed for Rating | This API key is not licensed for rating. |