Get Post method
With the "Get item" method, you can retrieve a single post item by its ID.
Main Parameters
- Post Type: This is a required dropdown field where you can choose between:
- Post — retrieves a standard WordPress post
- Post with ACF — when selected, a second dropdown will appear listing all custom post types that have ACF fields configured. Select the desired custom post type from that dropdown.
- Post ID: This is a required function field where you can return the ID of the item you want to retrieve.

Permissions
You can select who can retrieve the data. By default, Owner is selected, this means only the user who created a post can retrieve it, which is the recommended setting in most cases.
You can select from:
- Owner: Only the user who created the post can retrieve it (default, recommended)
- Allow Any: Any user can retrieve the data
- Authenticated: Any authenticated user can retrieve the data
- Subscriber: Users with at least "Subscriber" role can retrieve the data
- Contributor: Users with at least "Contributor" role can retrieve the data
- Author: Users with at least "Author" role can retrieve the data
- Editor: Users with at least "Editor" role can retrieve the data
- Administrator: Only users with "Administrator" role can retrieve the data

