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
- 200
- 500
- application/json
- Schema
- Example (from schema)
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
{
"displayName": "string",
"label": "string",
"projectId": 0,
"projectName": "string",
"release": {
"createdAt": "2026-01-01T11:09:05.878Z",
"id": "string",
"latest": true,
"projectName": "string",
"releaseNotes": "string",
"releasedAt": "2026-01-01T11:09:05.878Z",
"size": 0,
"status": "draft",
"type": "product",
"updatedAt": "2026-01-01T11:09:05.878Z",
"version": "string"
}
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...