GET api/v1/{posId}/taskschedules

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TaskSchedule
NameDescriptionTypeAdditional information
TaskID

globally unique identifier

None.

StoreID

string

None.

AllDayEvent

boolean

None.

Status

integer

None.

TaskUrl

string

None.

CustomerNo

string

None.

Description

string

None.

OrderNo

string

None.

ShowInCalendar

boolean

None.

ExpectedDate

date

None.

Priority

integer

None.

ExpectedValue

integer

None.

MainActivityID

globally unique identifier

None.

AutoNotify

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TaskID": "869d6d63-8129-4b5b-aeeb-c734d8faca0f",
    "StoreID": "sample string 2",
    "AllDayEvent": true,
    "Status": 4,
    "TaskUrl": "sample string 5",
    "CustomerNo": "sample string 6",
    "Description": "sample string 7",
    "OrderNo": "sample string 8",
    "ShowInCalendar": true,
    "ExpectedDate": "2025-12-06T05:41:23.0442324+01:00",
    "Priority": 1,
    "ExpectedValue": 1,
    "MainActivityID": "6b7b3464-b270-44bd-b296-873a133be4ce",
    "AutoNotify": true
  },
  {
    "TaskID": "869d6d63-8129-4b5b-aeeb-c734d8faca0f",
    "StoreID": "sample string 2",
    "AllDayEvent": true,
    "Status": 4,
    "TaskUrl": "sample string 5",
    "CustomerNo": "sample string 6",
    "Description": "sample string 7",
    "OrderNo": "sample string 8",
    "ShowInCalendar": true,
    "ExpectedDate": "2025-12-06T05:41:23.0442324+01:00",
    "Priority": 1,
    "ExpectedValue": 1,
    "MainActivityID": "6b7b3464-b270-44bd-b296-873a133be4ce",
    "AutoNotify": true
  }
]

text/html

Sample:
[{"TaskID":"869d6d63-8129-4b5b-aeeb-c734d8faca0f","StoreID":"sample string 2","AllDayEvent":true,"Status":4,"TaskUrl":"sample string 5","CustomerNo":"sample string 6","Description":"sample string 7","OrderNo":"sample string 8","ShowInCalendar":true,"ExpectedDate":"2025-12-06T05:41:23.0442324+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"6b7b3464-b270-44bd-b296-873a133be4ce","AutoNotify":true},{"TaskID":"869d6d63-8129-4b5b-aeeb-c734d8faca0f","StoreID":"sample string 2","AllDayEvent":true,"Status":4,"TaskUrl":"sample string 5","CustomerNo":"sample string 6","Description":"sample string 7","OrderNo":"sample string 8","ShowInCalendar":true,"ExpectedDate":"2025-12-06T05:41:23.0442324+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"6b7b3464-b270-44bd-b296-873a133be4ce","AutoNotify":true}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <TaskID>869d6d63-8129-4b5b-aeeb-c734d8faca0f</TaskID>
    <StoreID>sample string 2</StoreID>
    <AllDayEvent>true</AllDayEvent>
    <Status>4</Status>
    <TaskUrl>sample string 5</TaskUrl>
    <CustomerNo>sample string 6</CustomerNo>
    <Description>sample string 7</Description>
    <OrderNo>sample string 8</OrderNo>
    <ShowInCalendar>true</ShowInCalendar>
    <ExpectedDate>2025-12-06T05:41:23.0442324+01:00</ExpectedDate>
    <Priority>1</Priority>
    <ExpectedValue>1</ExpectedValue>
    <MainActivityID>6b7b3464-b270-44bd-b296-873a133be4ce</MainActivityID>
    <AutoNotify>true</AutoNotify>
  </Data>
  <Data>
    <TaskID>869d6d63-8129-4b5b-aeeb-c734d8faca0f</TaskID>
    <StoreID>sample string 2</StoreID>
    <AllDayEvent>true</AllDayEvent>
    <Status>4</Status>
    <TaskUrl>sample string 5</TaskUrl>
    <CustomerNo>sample string 6</CustomerNo>
    <Description>sample string 7</Description>
    <OrderNo>sample string 8</OrderNo>
    <ShowInCalendar>true</ShowInCalendar>
    <ExpectedDate>2025-12-06T05:41:23.0442324+01:00</ExpectedDate>
    <Priority>1</Priority>
    <ExpectedValue>1</ExpectedValue>
    <MainActivityID>6b7b3464-b270-44bd-b296-873a133be4ce</MainActivityID>
    <AutoNotify>true</AutoNotify>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.