Get Offering for a platform
GET/catalog/offering/platform/:platform_identifier
Retrieves the offering for a specific platform identified by platform_identifier.
Request
Path Parameters
platform_identifier stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
deviceTypes
object[]
nullable
deviceTypeId int64required
ID of the device type
deviceTypeName stringrequired
Name of the device type
projects
object[]
nullable
displayName stringnullable
Display name of the project
label stringnullable
Label of the project
projectId int64required
Identifier of the project
projectName stringrequired
Name of the project
release
object
nullable
createdAt date-timerequired
id stringrequired
latest booleannullable
metadata nullable
projectName stringrequired
releaseNotes stringnullable
releasedAt date-timenullable
size int64nullable
status Statusrequired
Possible values: [draft, in_review, approved, released, archived]
type Typerequired
Possible values: [product, formation]
updatedAt date-timerequired
version stringrequired
platformId int64required
ID of the platform
platformName stringrequired
Name of the platform
{
"deviceTypes": [
{
"deviceTypeId": 0,
"deviceTypeName": "string",
"projects": [
{
"displayName": "string",
"label": "string",
"projectId": 0,
"projectName": "string",
"release": {
"createdAt": "2026-01-01T11:09:05.876Z",
"id": "string",
"latest": true,
"projectName": "string",
"releaseNotes": "string",
"releasedAt": "2026-01-01T11:09:05.876Z",
"size": 0,
"status": "draft",
"type": "product",
"updatedAt": "2026-01-01T11:09:05.876Z",
"version": "string"
}
}
]
}
],
"platformId": 0,
"platformName": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...