3.1. Version¶
DATA TYPE¶
Parameters¶
Parameter Name | Data Type | Description |
---|---|---|
status | String | The status of the API version. "CURRENT" or "SUPPORTED" |
updated | ISO8601 DateTime | The updated timestamp for the API version |
id | String | The version ID. "vN.N" where N is integer |
Example¶
{
"status": "CURRENT",
"updated": "2012-01-04T11:33:21Z",
"id": "v1.0"
}