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": "47b0fd24-fb87-4991-9a45-63dbc0a6989d",
"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-01-30T15:51:37.8421441+01:00",
"Priority": 1,
"ExpectedValue": 1,
"MainActivityID": "9ae9e537-381b-4d4a-b0f3-1ae8b689203f",
"AutoNotify": true
},
{
"TaskID": "47b0fd24-fb87-4991-9a45-63dbc0a6989d",
"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-01-30T15:51:37.8421441+01:00",
"Priority": 1,
"ExpectedValue": 1,
"MainActivityID": "9ae9e537-381b-4d4a-b0f3-1ae8b689203f",
"AutoNotify": true
}
]
text/html
Sample:
[{"TaskID":"47b0fd24-fb87-4991-9a45-63dbc0a6989d","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-01-30T15:51:37.8421441+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"9ae9e537-381b-4d4a-b0f3-1ae8b689203f","AutoNotify":true},{"TaskID":"47b0fd24-fb87-4991-9a45-63dbc0a6989d","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-01-30T15:51:37.8421441+01:00","Priority":1,"ExpectedValue":1,"MainActivityID":"9ae9e537-381b-4d4a-b0f3-1ae8b689203f","AutoNotify":true}]
application/xml, text/xml
Sample:
<Root>
<Data>
<TaskID>47b0fd24-fb87-4991-9a45-63dbc0a6989d</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-01-30T15:51:37.8421441+01:00</ExpectedDate>
<Priority>1</Priority>
<ExpectedValue>1</ExpectedValue>
<MainActivityID>9ae9e537-381b-4d4a-b0f3-1ae8b689203f</MainActivityID>
<AutoNotify>true</AutoNotify>
</Data>
<Data>
<TaskID>47b0fd24-fb87-4991-9a45-63dbc0a6989d</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-01-30T15:51:37.8421441+01:00</ExpectedDate>
<Priority>1</Priority>
<ExpectedValue>1</ExpectedValue>
<MainActivityID>9ae9e537-381b-4d4a-b0f3-1ae8b689203f</MainActivityID>
<AutoNotify>true</AutoNotify>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.