GET api/v1/{posId}/dimdates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DimDate
NameDescriptionTypeAdditional information
PK_Date

date

None.

Year

integer

None.

MonthOfYear

integer

None.

MonthOfYearName

string

None.

DayOfMonth

integer

None.

Weekday

integer

None.

WeekdayName

string

None.

VisionSyncTimestamp

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PK_Date": "2025-12-06T05:40:11.0591229+01:00",
    "Year": 2,
    "MonthOfYear": 3,
    "MonthOfYearName": "sample string 4",
    "DayOfMonth": 5,
    "Weekday": 6,
    "WeekdayName": "sample string 7",
    "VisionSyncTimestamp": "2025-12-06T05:40:11.0591229+01:00"
  },
  {
    "PK_Date": "2025-12-06T05:40:11.0591229+01:00",
    "Year": 2,
    "MonthOfYear": 3,
    "MonthOfYearName": "sample string 4",
    "DayOfMonth": 5,
    "Weekday": 6,
    "WeekdayName": "sample string 7",
    "VisionSyncTimestamp": "2025-12-06T05:40:11.0591229+01:00"
  }
]

text/html

Sample:
[{"PK_Date":"2025-12-06T05:40:11.0591229+01:00","Year":2,"MonthOfYear":3,"MonthOfYearName":"sample string 4","DayOfMonth":5,"Weekday":6,"WeekdayName":"sample string 7","VisionSyncTimestamp":"2025-12-06T05:40:11.0591229+01:00"},{"PK_Date":"2025-12-06T05:40:11.0591229+01:00","Year":2,"MonthOfYear":3,"MonthOfYearName":"sample string 4","DayOfMonth":5,"Weekday":6,"WeekdayName":"sample string 7","VisionSyncTimestamp":"2025-12-06T05:40:11.0591229+01:00"}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <PK_Date>2025-12-06T05:40:11.0591229+01:00</PK_Date>
    <Year>2</Year>
    <MonthOfYear>3</MonthOfYear>
    <MonthOfYearName>sample string 4</MonthOfYearName>
    <DayOfMonth>5</DayOfMonth>
    <Weekday>6</Weekday>
    <WeekdayName>sample string 7</WeekdayName>
    <VisionSyncTimestamp>2025-12-06T05:40:11.0591229+01:00</VisionSyncTimestamp>
  </Data>
  <Data>
    <PK_Date>2025-12-06T05:40:11.0591229+01:00</PK_Date>
    <Year>2</Year>
    <MonthOfYear>3</MonthOfYear>
    <MonthOfYearName>sample string 4</MonthOfYearName>
    <DayOfMonth>5</DayOfMonth>
    <Weekday>6</Weekday>
    <WeekdayName>sample string 7</WeekdayName>
    <VisionSyncTimestamp>2025-12-06T05:40:11.0591229+01:00</VisionSyncTimestamp>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.