{"id":20583,"date":"2023-01-23T08:01:16","date_gmt":"2023-01-23T08:01:16","guid":{"rendered":"https:\/\/44.225.35.201\/testrail\/docs\/801\/api-manual\/reference\/groups\/"},"modified":"2023-01-23T17:34:07","modified_gmt":"2023-01-23T08:34:07","slug":"api-groups","status":"publish","type":"page","link":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/api-manual\/reference\/api-groups\/","title":{"rendered":"\u30b0\u30eb\u30fc\u30d7"},"content":{"rendered":"<p>\u30b0\u30eb\u30fc\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3001\u6b21\u306e API \u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n<h2 id=\"getgroup\">get_group<\/h2>\n<p>\u65e2\u5b58\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u8fd4\u3057\u307e\u3059\u3002<\/p>\n<div class=\"et_pb_module et_pb_code et_pb_code_3 docs-code-block\">\n<div class=\"et_pb_code_inner\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\">GET index.php?\/api\/v2\/get_group\/{group_id}<\/pre>\n<\/div>\n<\/div>\n<h3>\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc<\/h3>\n<table class=\"table table--hover\">\n<thead>\n<tr>\n<th>\u540d\u524d<\/th>\n<th>\u30bf\u30a4\u30d7<\/th>\n<th>\u5fc5\u9808<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>group_id<\/td>\n<td>integer<\/td>\n<td>true<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e ID<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u5185\u5bb9<\/h3>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_code et_pb_code_1 docs-code-block\">\n<div class=\"et_pb_code_inner\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\">{\n    \"id\": 1,\n    \"name\": \"New group\",\n    \"user_ids\": [1, 2, 3, 4, 5]\n}<\/pre>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<p>\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u306f\u6b21\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u307e\u3059\u3002<\/p>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u540d\u524d<\/th>\n<th>\u30bf\u30a4\u30d7<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>integer<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e\u4e00\u610f\u306e ID<\/td>\n<\/tr>\n<tr>\n<td>name<\/td>\n<td>string<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e\u540d\u524d<\/td>\n<\/tr>\n<tr>\n<td>user_ids<\/td>\n<td>array<\/td>\n<td>\u30e6\u30fc\u30b6\u30fc ID \u306e\u914d\u5217\u3002\u5404 ID \u306f\u3001\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u6240\u5c5e\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3067\u3059\u3002<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"01G68JZ4AMW2EVBMQNCG0SNSJE\">\u30ec\u30b9\u30dd\u30f3\u30b9 \u30b3\u30fc\u30c9<\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u30b9\u30c6\u30fc\u30bf\u30b9 \u30b3\u30fc\u30c9<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>200<\/td>\n<td>\u6210\u529f (\u30b0\u30eb\u30fc\u30d7\u304c\u53d6\u5f97\u3055\u308c\u307e\u3057\u305f)<\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td>\u7121\u52b9\u306a group_id \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"getgroups\">get_groups<\/h2>\n<p>\u5229\u7528\u53ef\u80fd\u306a\u30b0\u30eb\u30fc\u30d7\u306e\u30ea\u30b9\u30c8\u3092\u8fd4\u3057\u307e\u3059\u3002<\/p>\n<\/div>\n<\/div>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\">GET index.php?\/api\/v2\/get_groups<\/pre>\n<h3 data-enlighter-language=\"powershell\">\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u5185\u5bb9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\">{\n    \"offset\": 0,\n    \"limit\": 250,\n    \"size\": 0,\n    \"_links\": {\n        \"next\": null,\n        \"prev\": null,\n    },\n    \"groups\": [\n        {\n            \"id\": 1,\n            \"name\": \"New group\",\n            \"user_ids\": [1, 2, 3, 4, 5]\n        }\n    ]\n}<\/pre>\n<h3 data-enlighter-language=\"powershell\"><span style=\"color: revert; font-size: revert; font-weight: revert; white-space: pre-wrap;\">\u30ec\u30b9\u30dd\u30f3\u30b9 \u30b3\u30fc\u30c9<\/span><\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u30b9\u30c6\u30fc\u30bf\u30b9 \u30b3\u30fc\u30c9<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>200<\/td>\n<td>\u6210\u529f (\u30b0\u30eb\u30fc\u30d7\u304c\u53d6\u5f97\u3055\u308c\u307e\u3057\u305f)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 data-enlighter-language=\"powershell\"><span style=\"color: revert; font-size: revert; font-weight: revert;\">add_group<\/span><\/h2>\n<p data-enlighter-language=\"powershell\">\u65b0\u3057\u3044\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\">POST index.php?\/api\/v2\/add_group<\/pre>\n<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u4f8b<\/h3>\n<p>\u65b0\u3057\u3044\u7a7a\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3059\u308b\u65b9\u6cd5\u3092\u793a\u3059\u4f8b\u306b\u3064\u3044\u3066\u306f\u4e0b\u8a18\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\">{\n    \"name\": \"New Group\",\n    \"user_ids\": [1, 2, 3, 4, 5]\n}<\/pre>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_code et_pb_code_5 docs-code-block\">\n<div class=\"et_pb_code_inner\">\n<pre><\/pre>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_13 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u5185\u5bb9<\/h3>\n<p>\u6210\u529f\u3057\u305f\u5834\u5408\u3001\u3053\u306e\u30e1\u30bd\u30c3\u30c9\u306f <a href=\"#get_group\">get_group<\/a> \u3068\u540c\u3058\u30ec\u30b9\u30dd\u30f3\u30b9\u5f62\u5f0f\u3092\u4f7f\u7528\u3057\u3066\u65b0\u3057\u3044\u30b0\u30eb\u30fc\u30d7\u3092\u8fd4\u3057\u307e\u3059\u3002\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_14 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<p>\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u306f\u6b21\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u307e\u3059\u3002\n<\/p><\/div>\n<\/div>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u540d\u524d<\/th>\n<th>\u30bf\u30a4\u30d7<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>name<\/td>\n<td>string<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e\u540d\u524d<\/td>\n<\/tr>\n<tr>\n<td>user_ids<\/td>\n<td>array<\/td>\n<td>\u30e6\u30fc\u30b6\u30fc ID \u306e\u914d\u5217\u3002\u5404 ID \u306f\u3001\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u6240\u5c5e\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3067\u3059\u3002<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"01G68JZ4AMW2EVBMQNCG0SNSJE\">\u30ec\u30b9\u30dd\u30f3\u30b9 \u30b3\u30fc\u30c9<\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u30b9\u30c6\u30fc\u30bf\u30b9 \u30b3\u30fc\u30c9<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>200<\/td>\n<td>\u6210\u529f (\u30b0\u30eb\u30fc\u30d7\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f)<\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td>\n<p>\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u5024\u3002user_ids \u914d\u5217\u306b\u7121\u52b9\u306a ID \u304c\u3042\u308b\u5834\u5408\u306a\u3069\u3067\u3059\n<\/td>\n<\/tr>\n<tr>\n<td>403<\/td>\n<td>\n<p>\u30e6\u30fc\u30b6\u30fc \u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"updategroup\">update_group<\/h2>\n<p>\u65e2\u5b58\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u66f4\u65b0\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\">POST index.php?\/api\/v2\/update_group\/{group_id}<\/pre>\n<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<div class=\"et_pb_row et_pb_row_5\">\n<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n<div class=\"et_pb_module et_pb_text et_pb_text_10 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<div class=\"et_pb_module et_pb_text et_pb_text_14 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3>\u30d1\u30e9\u30e1\u30fc\u30bf<\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u540d\u524d<\/th>\n<th>\u30bf\u30a4\u30d7<\/th>\n<th>\u5fc5\u9808<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>group_id<\/td>\n<td>integer<\/td>\n<td>true<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e ID<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306f <a href=\"#add_group\">add_group<\/a> \u3068\u540c\u3058\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<div class=\"et_pb_row et_pb_row_5\">\n<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n<div class=\"et_pb_module et_pb_text et_pb_text_10 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<div class=\"et_pb_module et_pb_text et_pb_text_14 docs-table  et_pb_text_align_left et_pb_bg_layout_light\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[et_pb_text admin_label=&#8221;Note&#8221; _builder_version=&#8221;4.4.2&#8243; background_color=&#8221;#ffffdd&#8221; hover_enabled=&#8221;0&#8243; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#E1E163&#8243;]<\/p>\n<div class=\"callout callout--warning\">\n<p><code class=\"inline-code\">update_group<\/code> \u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u6307\u5b9a\u3055\u308c\u305f user_ids \u914d\u5217\u306b\u5408\u308f\u305b\u3066\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u3092\u8ffd\u52a0\u307e\u305f\u306f\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30df\u30c3\u30c8\u3055\u308c\u305f user_ids \u914d\u5217\u306f\u3001\u5fc5\u305a\u30b0\u30eb\u30fc\u30d7\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u5b8c\u5168\u306a\u30ea\u30b9\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002<\/p>\n<p><span style=\"color: revert;\">[\/et_pb_text]<\/span><\/p>\n<\/div>\n<div class=\"callout callout--warning\"><\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_20 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u5185\u5bb9<\/h3>\n<p>\u6210\u529f\u3057\u305f\u5834\u5408\u3001\u3053\u306e\u30e1\u30bd\u30c3\u30c9\u306f <a href=\"#get_group\">get_group<\/a> \u3068\u540c\u3058\u30ec\u30b9\u30dd\u30f3\u30b9\u5f62\u5f0f\u3092\u4f7f\u7528\u3057\u3066\u65b0\u3057\u3044\u30b0\u30eb\u30fc\u30d7\u3092\u8fd4\u3057\u307e\u3059\u3002<\/p>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_21 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9 \u30b3\u30fc\u30c9<\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u30b9\u30c6\u30fc\u30bf\u30b9 \u30b3\u30fc\u30c9<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>200<\/td>\n<td>\u6210\u529f (\u30b0\u30eb\u30fc\u30d7\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f)<\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td>\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u5024\u3002user_ids \u914d\u5217\u306b\u7121\u52b9\u306a ID \u304c\u3042\u308b\u5834\u5408\u306a\u3069\u3067\u3059<\/td>\n<\/tr>\n<tr>\n<td>403<\/td>\n<td>\u30e6\u30fc\u30b6\u30fc \u30b0\u30eb\u30fc\u30d7\u3092\u7de8\u96c6\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"deletegroup\">delete_group<\/h2>\n<p>\u65e2\u5b58\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664\u3057\u307e\u3059\u3002<\/p>\n<div class=\"et_pb_module et_pb_code et_pb_code_3 docs-code-block\">\n<div class=\"et_pb_code_inner\">\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\">POST index.php?\/api\/v2\/delete_group\/{group_id}<\/pre>\n<\/div>\n<\/div>\n<h3>\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc<\/h3>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u540d\u524d<\/th>\n<th>\u30bf\u30a4\u30d7<\/th>\n<th>\u5fc5\u9808<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>group_id<\/td>\n<td>integer<\/td>\n<td>true<\/td>\n<td>\u30b0\u30eb\u30fc\u30d7\u306e ID<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"et_pb_module et_pb_text et_pb_text_24 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u5185\u5bb9<\/h3>\n<p>\u3053\u306e\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306f\u30b0\u30eb\u30fc\u30d7 \u30c7\u30fc\u30bf\u3092\u8fd4\u3057\u307e\u305b\u3093\u3002<\/p>\n<\/div>\n<\/div>\n<div class=\"et_pb_module et_pb_text et_pb_text_25 docs-table  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<h3>\u30ec\u30b9\u30dd\u30f3\u30b9 \u30b3\u30fc\u30c9<\/h3>\n<\/div>\n<\/div>\n<table class=\"table table--hover\" style=\"border-collapse: collapse; width: 100%;\">\n<thead>\n<tr>\n<th>\u30b9\u30c6\u30fc\u30bf\u30b9 \u30b3\u30fc\u30c9<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>200<\/td>\n<td>\u6210\u529f (\u30b0\u30eb\u30fc\u30d7\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f)<\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td>\u7121\u52b9\u306a group_id<\/td>\n<\/tr>\n<tr>\n<td>403<\/td>\n<td>\u30e6\u30fc\u30b6\u30fc \u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u30b0\u30eb\u30fc\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3001\u6b21\u306e API \u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 get_group \u65e2\u5b58\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u8fd4\u3057\u307e\u3059\u3002 GET index.php?\/api\/v2\/get_group\/{group_id} \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":6632,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-20583","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/pages\/20583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/comments?post=20583"}],"version-history":[{"count":36,"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/pages\/20583\/revisions"}],"predecessor-version":[{"id":20628,"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/pages\/20583\/revisions\/20628"}],"up":[{"embeddable":true,"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/pages\/6632"}],"wp:attachment":[{"href":"https:\/\/docs.testrail.techmatrix.jp\/testrail\/docs\/801\/wp-json\/wp\/v2\/media?parent=20583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}