Get Offering for a device-type
GET/catalog/offering/device-type/:device_type_identifier
Retrieves the offering for a specific device type identified by device_type_identifier.
Request
Path Parameters
device_type_identifier stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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
{
"deviceTypeId": 0,
"deviceTypeName": "string",
"projects": [
{
"displayName": "string",
"label": "string",
"projectId": 0,
"projectName": "string",
"release": {
"createdAt": "2026-01-01T11:09:05.873Z",
"id": "string",
"latest": true,
"projectName": "string",
"releaseNotes": "string",
"releasedAt": "2026-01-01T11:09:05.873Z",
"size": 0,
"status": "draft",
"type": "product",
"updatedAt": "2026-01-01T11:09:05.873Z",
"version": "string"
}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...