---
title: "List Dates Custom Properties"
method: GET
path: "/2/etickets/dates/custom-properties"
tags: ["Date"]
---

# List Dates Custom Properties

`GET /2/etickets/dates/custom-properties`

This endpoint allows you to retrieve all date custom properties

Custom properties are key-value pairs that can be associated with dates to store additional information.
They can be used to filter, sort, and group dates based on their values.

## Query parameters

- `with` string
- `filters` object, nullable
  - `ids` integer[], nullable
  - `name_values` string[], nullable
  - `period_ids` integer[], nullable
  - `search` string, nullable
- `group_by` '"name"' | '"name_value"' | '"value"', nullable
- `order_for` string[]

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 511343adDateCustomProperty[]
    - `id` integer, required — Unique identifier of this custom property
    - `name` string, required — The custom property name/key
    - `value` string, required — The custom property value
    - `name_value` string, required — Combination of name and value (format: name / value)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
