Skip to main content

Get Offering of Project

GET 

/api/v1/catalog/offering/projects/:projectIdentifier

This service message allows retrieval of the offering of a specific project by project identifier and also optionally specify a specific platform and device-type.

Request

Path Parameters

    projectIdentifier stringrequired

    Project identifier (ID or name)

Query Parameters

    deviceTypeIdentifier string

    Device type identifier (ID or name)

    platformIdentifier string

    Platform identifier (ID or name)

Responses

Schema

    projectName stringrequired

    Name of the project

    projectId numberrequired

    Identifier of the project

    displayName string

    Display name of the project

    label string

    Label of the project

    release

    object

    id stringrequired
    version stringrequired
    projectName stringrequired
    releaseNotes string
    metadata object
    status stringrequired

    Possible values: [draft, in_review, approved, released, archived]

    type stringrequired

    Possible values: [product, formation]

    size int64
    createdAt date-timerequired
    updatedAt date-timerequired
    latest boolean
    releasedAt date-time
Loading...