Skip to main content
GET
/
v3
/
points
/
definitions
/
{definition}
Read Point Definition
curl --request GET \
  --url http://localhost/api/v3/points/definitions/{definition}
{
  "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.

Path Parameters

definition
integer
required

The definition ID

Response

PointDefinition

data
PointDefinition · object
required