Skip to main content

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

Schema

    deviceTypes

    object[]

    nullable

  • Array [

  • deviceTypeId int64required

    ID of the device type

    deviceTypeName stringrequired

    Name of the device type

    projects

    object[]

    nullable

  • Array [

  • 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

Loading...