get https://api.split.io/internal/api/v2/splits/ws//
Retrieves the feature flag.
JSON Received
{
"name": String,
"description": String,
"trafficType": URN, // Containing id and name of the traffic type
"creationTime": Number, // Milliseconds since epoch
"id": "0000cea0-8f4d-11e7-b345-491559441642", //ID of the feature flag
"tags": [ Tag ], // Tag contains "name": String
"rolloutStatus": RolloutStatus,
"rolloutStatusTimestamp": Number // Milliseconds since epoch
}