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>, "StartLink": <bool>, // Whether to show start link if user has permission "Added": <date>, "Modified": <date>, "Forms": <int>, // Form count "Archived": <int>, // Archive form count "App": <bool>, // Whether to show the process in our mobile app "Permission": <enum // (Available since RPM15) The user's permission level to this process 1: "HideAll", 3: "Edit", 8: "EditOwnHideOthers", 10: "ReadOwnHideOthers", 11: "ReadAll", 12: "Start", 13: "StartOwnHideOthers", 14: "EditOwnReadOthers", 15: "StartOwnReadOthers", 17: "StartHideAll">, "UserCanStart": <bool>, // The user who made the request can start forms "Fields": <int>, // Count of fields "GroupID": <int>, // Process Group "Color": <int>, // Color for this form (see list at the bottom) "Icon": <int>, // Internal RPM icon number "RepeatingFields": <bool>, // Whether repeating fields are enabled or not on this process (Since RPM27) }, ... <more Processes> ], "Groups" : [ { "Group": <string>, "GroupID": <int>, "Col": <int>, "Order": <int> }, ... <more Groups> ] } }
Colors
- 0: Default blue (#2980b9)
- 1: Arctic blue (#0999b4)
- 2: Amethyst purple (#9162cc)
- 3: Azure blue (#293296)
- 4: Navy blue (#003471)
- 5: Indigo purple (#2e2769)
- 6: Purple (#341279)
- 7: Teal blue (#00b1bd)
- 8: Sky blue (#5fc3c7)
- 9: Blue (#0821ac)
- 10: Crimson red (#d40d3c)
- 11: Deep pink (#fe116c)
- 12: Rose pink (#c45269)
- 13: Slate gray (#798f99)
- 14: Mauve purple (#795b6a)
- 15: Port purple (#653359)
- 16: Lilac purple (#8a3482)
- 17: Red (#e51d2d)
- 18: Magenta pink (#f05ece)
- 19: Pacific blue (#0090da)
- 20: Desert yellow (#aca029)
- 21: Carrot orange (#d3713f)
- 22: Tan brown (#b8a584)
- 23: Sandcastle brown (#8b704b)
- 24: Chocolate brown (#5c3911)
- 25: Copper brown (#662b00)
- 26: Deep red (#700700)
- 27: Sangria red (#8c0208)
- 28: Merlot purple (#7f0350)
- 30: Green (#0cb33f)
- 31: Lime green (#5c9f26)
- 32: Seafoam green (#1f8c5f)
- 33: Forest green (#1c8333)
- 34: Emerald green (#066933)
- 35: Pine green (#1a611a)
- 36: Dark green (#083c08)
- 40: Bone gray (#999999)
- 41: Gray (#777777)
- 42: Dark gray (#555555)
- 43: Jet gray (#333333)
- 44: Black (#111111)
- 45: Blue gray (#5a737a)
Errors
No errors