Skip to main content
GET
/
v3
/
points
/
definitions
Browse Point Definitions
curl --request GET \
  --url http://localhost/api/v3/points/definitions
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "handle": "<string>",
      "region_id": 123,
      "region": {
        "id": 123,
        "name": "<string>",
        "handle": "<string>"
      },
      "currency": "<string>",
      "description": "<string>",
      "notes": "<string>",
      "is_reassignable": true,
      "issue_period": 123,
      "issue_period_type": "<string>",
      "issue_absolute_expiry": "<string>",
      "tags": [
        "<string>"
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page[size]
string

Response

Array of PointDefinition

data
PointDefinition · object[]
required