Skip to main content

Get Offering for a project

GET 

/catalog/offering/project/:project_identifier

Retrieves the offering for a specific project identified by project_identifier.

Request

Path Parameters

    project_identifier stringrequired

Responses

Schema

    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
Loading...