---
title: "Service: /groups/{group}/properties [GET]"
source: https://dev.pageseeder.com/api/services/get-group-properties-GET.html
description: "GET endpoint that retrieves properties for a specified group or project. Returns XML containing property details including name, value, source, and inheritance information. Restricted to guests and higher unless the group is publicly accessible."
last_updated: 2026-09-02T11:36:19+10:00
document_type: api_endpoint
operation_id: group-GET
resource_id: group
path_template: /groups/{group}/properties
http_method: GET
api_category: group
implementation_version: 6.2004
api_since: 5.7901
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~148
---

# /groups/\{group\}/properties \[GET\]

## Description

Get a group or project properties.

## Parameters

No parameters required.

## Permission

This service is restricted to guest and higher unless the group is accessible to public.

## Response

The returned XML is as follows:

```xml

<properties>
  <property name="[name]"
            value="[value]"
            source="[local|inherit|project]"
            inherit="[inherit value]" />
</properties>
```

## Error Handling

| Code | Cause / Description |
| --- | --- |
| 0x1108 | the group defined by the parameter was not found |

