API
The following operations are supported. For a formal definition, please review the Service Description.
-
AddAttachment
Attach a file to a WebEOC board entry. -
AddData
Add a new entry to a WebEOC board. -
AddGroup
Add a new group. Administrator access required. -
AddIncident
Add an incident to WebEOC - AddRelatedData
-
AddUser
Add a user to the database. Administrator access required. An exception will be raised if a user already exists with the same username. If a color value is supplied, an exception will be raised if the value is not a valid color string(6 digit hexadecimal string) -
AddUserToPosition
Add a user to a position assignment. Administrator access required. An exception will be raised if the user or position does not exist -
DeleteGroup
Delete a group. Administrator access required. -
DeleteList
Delete a WebEOC list. Administrator access required -
DeleteListItem
Delete a WebEOC list item. Administrator access required -
DeleteUser
Delete a user from WebEOC. Administrator access required. An exception will be raised if the user does not exist or if the user is the same user supplied in the credentials or if the user is not deleteable (WebEOC Administrator) -
DeleteUserIfNoPositions
Delete a user from WebEOC. Administrator access required. An exception will be raised if the user does not exist or if the user is the same user supplied in the credentials. Returns false if the user was unable to be deleted due to position member. Returns true if the user was deleted -
EditGroup
Edit a group. Administrator access required. -
EditUser
Edit user. User name cannot be updated through this method. Administrator access required. -
GetAttachment
Gets a FileAttachment object that contains a board attachment, file name and content type -
GetBoardNames
Get a list of the WebEOC boards. Administrator access required - GetData
- GetDataByDataId
-
GetDisplayViews
Get the list of Display views for a specific board. Administrator access required - GetFilteredData
- GetFilteredDataV2
-
GetGroup
Get a group. Administrator access required. -
GetGroupNames
Get group name list. Administrator access required. -
GetIncidents
Get the list of active incidents that a specific user has access to. -
GetInputViews
Get the list of Input views for a specific board. Administrator access required -
GetListItems
Get a DataTable of items in a WebEOC list. Administrator access required -
GetListItemsByListName
Get a DataTable of items in a WebEOC list that a specific user has access to. -
GetLists
Get a DataTable of lists. Administrator access required -
GetMobileForms
Get the list of mobile forms that have been set up for use by Mobi. -
GetPositions
Get a list of the WebEOC positions. Administrator access required -
GetPositionsForUser
Get the list of positions that a user can fill. Administrator access required. -
GetUpdatedData
Get the board entries that have been added or updated since UpdatedTime -
GetUser
Gets user by user name. Administrator access required. -
GetUserNames
Get list of user names. Administrator access required. -
GetUserPositions
Get a list of the WebEOC positions for the authenticated user. -
GetUsersByPosition
Get a list of the WebEOC users that belong to specific position. Administrator access required. Raises an exception if the positions does not exist. -
GetViewFields
Get the list of fields for a particular view. Administrator access required. -
LockUnlockUser
Lock/unlock user. Administrator access required. - Ping
- PostStandardData
-
RemoveAttachment
Remove file from a WebEOC board entry. -
RemoveUserFromPosition
Remove a user from a position assignment. Administrator access required. An exception will be raised if the user or position does not exist -
SaveList
Save a WebEOC list. Administrator access required -
SaveListItem
Save a WebEOC list item. Administrator access required -
UpdateData
Update an existing entry in a WebEOC board. -
UpdateDataBatch
Batch method for adding/updating entires in a WebEOC board. - UpdateRelatedData