Skip to main content
GET
Get ReleaseSeries

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.

project
string
required

ID of the Project for this ProjectReleaseSeries.

Example:

"proj_fc8c119c-0741-4062-8959-fe1a04b3842f"

published_on
string<date> | null
required

Date the ProjectReleaseSeries was published, if known.

release_series
string
required

Short string identifier for the series.

Example:

"1.5"

title
string
required

Display name for the ProjectReleaseSeries.

Example:

"v1.5"

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ProjectReleaseSeries.json"

description
string

Optional long-form description of the ProjectReleaseSeries.