Skip to main content

Get property values for the system

GET 

/api/v4/properties/groups/:group_name/system/values

Get all property values attached to the Mattermost instance itself within a group. System-scoped values are readable by any authenticated user. This endpoint is the dedicated route for system object type; the {object_type}/values/{target_id} route returns 400 for system.

Delta sync via since: When since > 0, the endpoint returns only rows whose update_at is greater than the cutoff, including tombstones.

Cursor key must match the active ordering: in delta mode (since > 0) the endpoint orders by update_at and pagination requires cursor_update_at; otherwise it orders by create_at and pagination requires cursor_create_at.

Request

Responses

System property values retrieval successful