スキーマ
スキーマはtypeオブジェクトに存在するすべてのフィールドを定義しています。
capabilities object |
All capabilities used by the post type. 読み取り専用 コンテキスト: |
description string |
A human-readable description of the post type. 読み取り専用 コンテキスト: |
hierarchical boolean |
Whether or not the post type should have children. 読み取り専用 コンテキスト: |
viewable boolean |
Whether or not the post type can be viewed. 読み取り専用 コンテキスト: |
labels object |
Human-readable labels for the post type for various contexts. 読み取り専用 コンテキスト: |
name string |
The title for the post type. 読み取り専用 コンテキスト: |
slug string |
An alphanumeric identifier for the post type. 読み取り専用 コンテキスト: |
supports object |
All features, supported by the post type. 読み取り専用 コンテキスト: |
taxonomies array |
Taxonomies associated with post type. 読み取り専用 コンテキスト: |
rest_base string |
REST base route for the post type. 読み取り専用 コンテキスト: |
Example Request
$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/types
Type一覧
引数
context |
Scope under which the request is made; determines fields present in response.
初期値: 次のいずれか: |
定義
GET /wp/v2/types
リクエスト例
$ curl http://demo.wp-api.org/wp-json/wp/v2/types
Typeを取得する
引数
type |
An alphanumeric identifier for the post type. |
context |
Scope under which the request is made; determines fields present in response.
初期値: 次のいずれか: |
定義
GET /wp/v2/types/<type>
リクエスト例
$ curl http://demo.wp-api.org/wp-json/wp/v2/types/<type>