Schema Documentation

PostIdType

Description

The Type of Identifier used to fetch a single resource. Default is ID.

Values
Enum ValueDescription

DATABASE_ID

Identify a resource by the Database ID.

ID

Identify a resource by the (hashed) Global ID.

SLUG

Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier.

URI

Identify a resource by the URI.
Example
"DATABASE_ID"