product エンドポイント一覧に戻る
指定した取扱製品をバージョン情報込みで取得します。
HTTPメソッド
get
ヘッダー
| Field | Type | Description |
|---|---|---|
| X-License-Id | String |
SIDfm ライセンス ID X-Api-Key と組み合わせて使用します。 |
| X-Api-Key | String | SIDfm アクセス API キー |
パラメータ
| Field | Type | Description |
|---|---|---|
| id | Integer | 製品 ID |
レスポンス
| Field | Type | Description |
|---|---|---|
| product | Object | 製品 |
| id | Integer | 製品 ID |
| name | String | 製品名 |
| is_support_end | Boolean | 製品 取り扱い終了フラグ |
| category | String | 製品 カテゴリ |
| support_date | String | 製品 取り扱い日付 (2007年5月23日以前のものは null となります) |
| create_datetime | String | 製品 登録日時 |
| update_datetime | String | 製品 更新日時 |
| versions | Object[] | 製品バージョン |
| id | Integer | 製品バージョン ID |
| fullname | String | 製品バージョン名 |
| version | String | 製品バージョン バージョン番号 |
| is_support_end | Boolean | 製品バージョン 取り扱い終了フラグ |
| position | Integer | 製品バージョン ソート順 |
| release_date | String | 製品バージョン リリース日付 |
| support_date | String | 製品バージョン 取り扱い開始日付 |
| create_datetime | String | 製品バージョン 登録日時 |
| update_datetime | String | 製品バージョン 更新日時 |
レスポンス例
{
"product": {
"id": 502,
"name": "Ruby on Rails",
"is_support_end": false,
"category": "Webアプリケーションフレームワーク",
"support_date": "2013-06-27",
"create_datetime": "2011-03-30T20:28:56.795+00:00",
"update_datetime": "2019-03-14T10:54:38.285+00:00",
"versions": [
{
"id": 12557,
"fullname": "Ruby on Rails 7.x",
"version": "7.x",
"is_support_end": false,
"position": 5,
"release_date": "2021-12-15",
"support_date": "2021-12-15",
"create_datetime": "2021-12-20T10:17:31.981+00:00",
"update_datetime": "2021-12-20T10:17:31.981+00:00"
},
{
"id": 10714,
"fullname": "Ruby on Rails 6.x",
"version": "6.x",
"is_support_end": false,
"position": 4,
"release_date": "2019-08-18",
"support_date": "2019-08-18",
"create_datetime": "2019-08-19T11:16:15.863+00:00",
"update_datetime": "2019-08-19T11:16:15.863+00:00"
},
{
"id": 8788,
"fullname": "Ruby on Rails 5.x",
"version": "5.x",
"is_support_end": false,
"position": 3,
"release_date": "2016-06-30",
"support_date": "2016-06-30",
"create_datetime": "2016-07-01T17:39:06.661+00:00",
"update_datetime": "2016-07-01T17:39:06.661+00:00"
},
{
"id": 7107,
"fullname": "Ruby on Rails 4.x",
"version": "4.x",
"is_support_end": false,
"position": 2,
"release_date": "2013-06-27",
"support_date": "2013-06-27",
"create_datetime": "2013-10-17T20:25:27.263+00:00",
"update_datetime": "2013-10-17T20:25:27.263+00:00"
},
{
"id": 5485,
"fullname": "Ruby on Rails 3.x",
"version": "3.x",
"is_support_end": false,
"position": 1,
"release_date": "2010-08-29",
"support_date": null,
"create_datetime": "2011-03-30T20:29:31.011+00:00",
"update_datetime": "2023-06-07T11:34:44.284+00:00"
},
{
"id": 5484,
"fullname": "Ruby on Rails 2.x",
"version": "2.x",
"is_support_end": true,
"position": 0,
"release_date": "2007-12-07",
"support_date": null,
"create_datetime": "2011-03-30T20:28:56.795+00:00",
"update_datetime": "2023-06-07T11:33:39.064+00:00"
}
]
}
}