スキーマ

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

name
string

The title for the status.

読み取り専用

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

private
boolean

Whether posts with this status should be private.

読み取り専用

コンテキスト: edit

protected
boolean

Whether posts with this status should be protected.

読み取り専用

コンテキスト: edit

public
boolean

Whether posts of this status should be shown in the front end of the site.

読み取り専用

コンテキスト: view, edit

queryable
boolean

Whether posts with this status should be publicly-queryable.

読み取り専用

コンテキスト: view, edit

show_in_list
boolean

Whether to include posts in the edit listing for their post type.

読み取り専用

コンテキスト: edit

slug
string

An alphanumeric identifier for the status.

読み取り専用

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

Example Request

$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/statuses

Status一覧

引数

context

Scope under which the request is made; determines fields present in response.

初期値: view

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

定義

GET /wp/v2/statuses

リクエスト例

$ curl http://demo.wp-api.org/wp-json/wp/v2/statuses

Statusを取得する

引数

status

An alphanumeric identifier for the status.

context

Scope under which the request is made; determines fields present in response.

初期値: view

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

定義

GET /wp/v2/statuses/<status>

リクエスト例

$ curl http://demo.wp-api.org/wp-json/wp/v2/statuses/<status>