スキーマ

スキーマはtypeオブジェクトに存在するすべてのフィールドを定義しています。

capabilities
object

All capabilities used by the post type.

読み取り専用

コンテキスト: edit

description
string

A human-readable description of the post type.

読み取り専用

コンテキスト: view, edit

hierarchical
boolean

Whether or not the post type should have children.

読み取り専用

コンテキスト: view, edit

viewable
boolean

Whether or not the post type can be viewed.

読み取り専用

コンテキスト: edit

labels
object

Human-readable labels for the post type for various contexts.

読み取り専用

コンテキスト: edit

name
string

The title for the post type.

読み取り専用

コンテキスト: view, edit, embed

slug
string

An alphanumeric identifier for the post type.

読み取り専用

コンテキスト: view, edit, embed

supports
object

All features, supported by the post type.

読み取り専用

コンテキスト: edit

taxonomies
array

Taxonomies associated with post type.

読み取り専用

コンテキスト: view, edit

rest_base
string

REST base route for the post type.

読み取り専用

コンテキスト: view, edit, embed

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.

初期値: view

次のいずれか: view, embed, edit

定義

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.

初期値: view

次のいずれか: view, embed, edit

定義

GET /wp/v2/types/<type>

リクエスト例

$ curl http://demo.wp-api.org/wp-json/wp/v2/types/<type>