Retrieve a release platform

Retrieves the details of an existing release platform.

GET/v3/release-platforms/{id}
JWT
release:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the release platform.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "displayName": "string",
  "description": "string",
  "productIds": [
    "string"
  ]
}