Skip to main content
GET
/
packages
/
{package}
/
releases
/
{release}
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "package": "<string>",
  "published_on": "2023-12-25",
  "title": "<string>",
  "version": "<string>",
  "$schema": "<string>",
  "description": "<string>"
}

Response

OK

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

package
string
required

ID of the Package for this PackageRelease.

published_on
string<date> | null
required

Date the PackageReleaseSeries was published, if known.

title
string
required

Display name for the PackageRelease.

version
string
required

The version/tag of the PackageRelease.

$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the PackageRelease.