Types
Edit
Topics
Schema
The schema defines all the fields that exist within a type record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context.
capabilities object |
All capabilities used by the post type.
Read only Context: |
description string |
A human-readable description of the post type.
Read only Context: |
hierarchical boolean |
Whether or not the post type should have children.
Read only Context: |
viewable boolean |
Whether or not the post type can be viewed.
Read only Context: |
labels object |
Human-readable labels for the post type for various contexts.
Read only Context: |
name string |
The title for the post type.
Read only Context: |
slug string |
An alphanumeric identifier for the post type.
Read only Context: |
supports object |
All features, supported by the post type.
Read only Context: |
taxonomies array |
Taxonomies associated with post type.
Read only Context: |
rest_base string |
REST base route for the post type.
Read only Context: |
Retrieve a Type
Definition & Example Request
GET /wp/v2/types
Query this endpoint to retrieve a specific type record.
$ curl https://example.com/wp-json/wp/v2/types
Retrieve a Type
Definition & Example Request
GET /wp/v2/types/<type>
Query this endpoint to retrieve a specific type record.
$ curl https://example.com/wp-json/wp/v2/types/<type>