Series
AssociatedSeries
Bases: BaseModel
A data model representing an associated series.
| ATTRIBUTE | DESCRIPTION |
|---|---|
id |
The unique identifier of the associated series.
TYPE:
|
name |
The name of the associated series.
TYPE:
|
CommonSeries
Bases: BaseModel
A data model representing a common series.
| ATTRIBUTE | DESCRIPTION |
|---|---|
id |
The unique identifier of the common series.
TYPE:
|
year_began |
The year the common series began.
TYPE:
|
issue_count |
The number of issues in the common series.
TYPE:
|
volume |
The volume number of the common series.
TYPE:
|
modified |
The date and time when the common series was last modified.
TYPE:
|
BaseSeries
Bases: CommonSeries
A data model representing a base series that extends CommonSeries.
| ATTRIBUTE | DESCRIPTION |
|---|---|
display_name |
The display name of the base series.
TYPE:
|
year_end |
The year the series ended.
TYPE:
|
Series
Bases: CommonSeries
A data model representing a series that extends CommonSeries.
| ATTRIBUTE | DESCRIPTION |
|---|---|
name |
The name of the series.
TYPE:
|
sort_name |
The name used for sorting the series.
TYPE:
|
series_type |
The type of the series.
TYPE:
|
status |
The status of the series.
TYPE:
|
publisher |
The publisher of the series.
TYPE:
|
imprint |
The imprint of the series or None.
TYPE:
|
year_end |
The year the series ended.
TYPE:
|
desc |
The description of the series.
TYPE:
|
genres |
The genres associated with the series.
TYPE:
|
associated |
The associated series.
TYPE:
|
cv_id |
The Comic Vine ID of the series.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the series.
TYPE:
|
resource_url |
The URL of the series resource.
TYPE:
|
SeriesPost
Bases: BaseModel
A data model representing a series to be created.
| ATTRIBUTE | DESCRIPTION |
|---|---|
name |
The name of the series.
TYPE:
|
sort_name |
The name used for sorting the series.
TYPE:
|
volume |
The volume number of the series.
TYPE:
|
series_type |
The ID of the series type.
TYPE:
|
status |
The ID of the series status.
TYPE:
|
publisher |
The ID of the publisher of the series.
TYPE:
|
imprint |
The ID of the imprint of the series.
TYPE:
|
year_began |
The year the series began.
TYPE:
|
year_end |
The year the series ended.
TYPE:
|
desc |
The description of the series.
TYPE:
|
genres |
The IDs of the genres associated with the series.
TYPE:
|
associated |
The IDs of the associated series.
TYPE:
|
cv_id |
The Comic Vine ID of the series.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the series.
TYPE:
|
SeriesPostResponse
Bases: BaseResource, SeriesPost
A data model representing the response from creating a series.
| ATTRIBUTE | DESCRIPTION |
|---|---|
id |
The unique identifier of the series.
TYPE:
|
name |
The name of the series.
TYPE:
|
sort_name |
The name used for sorting the series.
TYPE:
|
volume |
The volume number of the series.
TYPE:
|
series_type |
The ID of the series type.
TYPE:
|
status |
The ID of the series status.
TYPE:
|
publisher |
The ID of the publisher of the series.
TYPE:
|
imprint |
The ID of the imprint of the series.
TYPE:
|
year_began |
The year the series began.
TYPE:
|
year_end |
The year the series ended.
TYPE:
|
desc |
The description of the series.
TYPE:
|
genres |
The IDs of the genres associated with the series.
TYPE:
|
associated |
The IDs of the associated series.
TYPE:
|
cv_id |
The Comic Vine ID of the series.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the series.
TYPE:
|
resource_url |
The URL of the series resource.
TYPE:
|