Skip to main content
GET
/
timeframes
/
{id}
Get Timeframe
curl --request GET \
  --url https://tms.universal.rollout.com/api/timeframes/{id}
{
  "id": "<string>",
  "name": "<string>",
  "originalIds": {},
  "original": {}
}
GET /timeframes/{id} Base URL: https://tms.universal.rollout.com/api

Parameters

NameInTypeRequired
idpathstringYes

Responses

StatusDescription
200OK
400Bad Request
404Not Found
409Conflict

OpenAPI Source

/openapi/tms.json GET /timeframes/{id}

Path Parameters

id
string
required

Response

OK

id
string
required
name
string
required
originalIds
object
required
original
object
required