Get a list of task lists in a specific space. Valid for Communifire version 6.0 and above.
Communifire REST API key for the Communifire portal you are making the call for.
Unique ID of the space.
GET https://myintranet.communifire.com/api/lists?SpaceID=252
Task list JSON object is returned as ResponseData.
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "TaskListID": 495, "TaskListName": "Employee Onboarding", "TaskListDescription": "", "IsActive": true, "SpaceID": 252, "UserID": 123, "DateCreated": "2018-03-09T03:33:30.62", "CanBeDeleted": true, "CanBeEdited": true, "Tasks": [] }, { "TaskListID": 487, "TaskListName": "New Hire Training", "TaskListDescription": "Get new hires up to speed with current processes.", "IsActive": true, "SpaceID": 252, "UserID": 123, "DateCreated": "2017-10-05T15:06:55.18", "CanBeDeleted": true, "CanBeEdited": true, "Tasks": [] }, { "TaskListID": 488, "TaskListName": "Weekly Processes", "TaskListDescription": "", "IsActive": true, "SpaceID": 252, "UserID": 123, "DateCreated": "2017-10-05T15:10:23.26", "CanBeDeleted": true, "CanBeEdited": true, "Tasks": [] } ] }
Please Note The content type that you pass in the header of your request should be application/json.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/78488/rest-api-get-task-lists
Your session has expired. You are being logged out.