Returns a list of all TimeBlock Editors and their encompassing information. Type == 1 (Recurring Template) Type == 2 (Current Template)
Parameters
Parameter | Type | Required | Notes |
---|---|---|---|
None |
Example Query
POST | https://API.workschedule.net/WS.exe?Module=API&SessionID=123&SP=12345678&Method=getTimeBlockEditors |
Sample JSON Input
JSON Response
{
"ErrorMessage": "Success",
"Items": [
{
"NumDays": "7",
"Type": "1",
"StartDate": "12-20-2006",
"ScheduleName": "Template B",
"ScheduleID": "1165"
},{
"NumDays": "6",
"Type": "1",
"StartDate": "9-26-2006",
"ScheduleName": "Template A",
"ScheduleID": "1172"
},{
"NumDays": "28",
"Type": "1",
"StartDate": "7-6-2009",
"ScheduleName": "Tester",
"ScheduleID": "3004"
}],
"ErrorCode": "0"
}
Resource Information
Response Format | JSON |
Request Type | POST |