Skip to main content
GET
List all Post Categories

Query Parameters

filter[ids]
string

Fetch only resources with corresponding IDs

filter[title]
string

Filter Post Categories by title

page
integer

Number of requested page when paginating collection

per_page
integer

Number of requested records per page when paginating collection

sort
enum<string>

Sort post categories by attribute. Prefix with "-" for descending order. Available options: id, title, created_at, updated_at

Available options:
id,
-id,
title,
-title,
created_at,
-created_at,
updated_at,
-updated_at

Response

200 - application/json

Success

data
Post Category · object[]
meta
Pagination Meta · object