Organization
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
    Generate Logical Data Model
    LDM - Declarative APIs
    Datasets
    Attributes
    Facts
    Labels
    Fiscal Calendars
      Get all Fiscal CalendarsgetGet a Fiscal Calendarget
Analytical Objects
Reporting
Export & Automations
AI Lake
AI Assistant
Agents
Other
Schemas
powered by Zudoku
OpenAPI definition

Fiscal Calendars

Endpoint:/

Get all Fiscal Calendars

GET
/api/v1/entities/workspaces/{workspaceId}/fiscalCalendars

Get all Fiscal Calendars › path Parameters

  • workspaceIdstring · required

Get all Fiscal Calendars › query Parameters

  • originstring · enum

    Defines scope of origin of objects. All by default.

    Enum values:
    ALL
    PARENTS
    NATIVE
    Default: ALL
  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

  • pageinteger

    Zero-based page index (0..N)

    Default: 0
  • sizeinteger

    The size of the page to be returned

    Default: 20
  • sortstring[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

  • metaIncludestring[] · unique · style: form

    Include Meta objects.

    Included meta objects

    Enum values:
    page
    all
    ALL

Get all Fiscal Calendars › Headers

  • X-GDC-VALIDATE-RELATIONSboolean
    Default: false

Get all Fiscal Calendars › Responses

Request successfully processed

  • dataobject[] · unique · required
  • linksobject
  • metaobject
GET /api/v1/entities/workspaces/{workspaceId}/fiscalCalendars

Get a Fiscal Calendar

GET
/api/v1/entities/workspaces/{workspaceId}/fiscalCalendars/{objectId}

Get a Fiscal Calendar › path Parameters

  • workspaceIdstring · required
  • objectIdstring · required

Get a Fiscal Calendar › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Get a Fiscal Calendar › Headers

  • X-GDC-VALIDATE-RELATIONSboolean
    Default: false

Get a Fiscal Calendar › Responses

Request successfully processed

  • dataobject · required

    A custom fiscal calendar.

  • linksobject
GET /api/v1/entities/workspaces/{workspaceId}/fiscalCalendars/{objectId}

LabelsAnalytics Model