GET api/v1/{posId}/taskschedules
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaskSchedule| Name | Description | Type | Additional 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": "31c800d3-21b8-4d6d-b766-25eb6b66860e",
"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": "2026-03-28T05:29:45.007674+01:00",
"Priority": 1,
"ExpectedValue": 1,
"MainActivityID": "473d21df-1e64-4c87-a0cc-2afc65f07a8a",
"AutoNotify": true
},
{
"TaskID": "31c800d3-21b8-4d6d-b766-25eb6b66860e",
"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": "2026-03-28T05:29:45.007674+01:00",
"Priority": 1,
"ExpectedValue": 1,
"MainActivityID": "473d21df-1e64-4c87-a0cc-2afc65f07a8a",
"AutoNotify": true
}
]
text/html
Sample:
[{"TaskID":"31c800d3-21b8-4d6d-b766-25eb6b66860e","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":"2026-03-28T05:29:45.007674+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"473d21df-1e64-4c87-a0cc-2afc65f07a8a","AutoNotify":true},{"TaskID":"31c800d3-21b8-4d6d-b766-25eb6b66860e","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":"2026-03-28T05:29:45.007674+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"473d21df-1e64-4c87-a0cc-2afc65f07a8a","AutoNotify":true}]
application/xml, text/xml
Sample:
<Root>
<Data>
<TaskID>31c800d3-21b8-4d6d-b766-25eb6b66860e</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>2026-03-28T05:29:45.007674+01:00</ExpectedDate>
<Priority>1</Priority>
<ExpectedValue>1</ExpectedValue>
<MainActivityID>473d21df-1e64-4c87-a0cc-2afc65f07a8a</MainActivityID>
<AutoNotify>true</AutoNotify>
</Data>
<Data>
<TaskID>31c800d3-21b8-4d6d-b766-25eb6b66860e</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>2026-03-28T05:29:45.007674+01:00</ExpectedDate>
<Priority>1</Priority>
<ExpectedValue>1</ExpectedValue>
<MainActivityID>473d21df-1e64-4c87-a0cc-2afc65f07a8a</MainActivityID>
<AutoNotify>true</AutoNotify>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.