Procs()
Provides a list of all processes, sorted by ID.
Request
Request Data:
No extra data needed.
Response
{ "Result": { "Age": <long>, // timestamp of last modification, in seconds since epoch. "ShowNotInGroup": <bool> // Wether RPM shows processes not in a gorup. "Procs": [ { "Process": <string>, "ProcessID": <int>, "Enabled": <bool>, "App": <bool>, // Whether to show the process in a mobile app (*wink*) "Added": <string>, "Modified": <string>, "Forms": <int>, // Total Non-Archived Forms "Archived": <int>, // Total Archived Forms "Fields": <int>, // Count of Fields in The Template "Permission": // (Available since RPM15) The user's permission level to this process <enum 1: "HideAll", 3: "Edit", 8: "EditOwnHideOthers", 10: "ReadOwnHideOthers", 11: "ReadAll", 12: "Start", 13: "StartOwnHideOthers", 14: "EditOwnReadOthers", 15: "StartOwnReadOthers", 17: "StartHideAll"> }, ... <more Processes> ], "Groups" : [ { "Group": <string>, "GroupID": <int>, "Col": <int>, "Order": <int> }, ... <more Groups> ] } }
Errors
No errors