Skip to main content
POST
List sages for a council

Authorizations

nonce
string
query
required

WordPress AJAX nonce (passed as form field, verified per-action)

Body

application/x-www-form-urlencoded
action
string
required
Allowed value: "sagescreen_get_council_sages_by_council"
nonce
string
required

WP nonce (sagescreen_ajax_nonce or sagescreen_frontend_nonce)

council_id
string<uuid>
required

Council UUID

Example:

"c9d8e7f6-5a4b-3c2d-1e0f-a1b2c3d4e5f6"

Response

200 - application/json

Council sages list

success
boolean
data
object

Associative object keyed by council-sage UUID. Each value contains sage fields (sage_id, name, etc.).

message
string
Example:

"Council sages retrieved successfully"