A collection of all production or an empty collection if no production.
state
collection[array]
The state information for each task, each array contains todoid and stateid; only included ifinclstatewas set
activitycolors
collection[string]
The colors to use for each of the 6 activity states (0=closed,1=inprogress,2=visited,3=notvisited,4=later today,5=later); only included ifinclactivitycolorwas set
GetProductionByLastChange
Get all production in Microbizz that has changed since a given date/time.
Input
changedate
date
Return all production changed on or after the provided date.
changetime
time
If this is provided only return production changed after the provided date and time.
resumekey
string
If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries
skip_secondary_text
boolean
If this is set, then the field secondary_text will not be filled. But the performance of the call will be wastly improved.
A collection of all relevant production or an empty collection if no production.
resumekey
string
Sometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results.
GetProdplanByTodoID
Get all production in Microbizz regarding the specific task.
Input
todoid
number
The ID of the Todo
skippast
boolean
If 1 then only future planning will be read
type
number
Either 0 (only normal planning), or 1 (only full day planning) or -1 (both), default is 0