eQuipAPI

<back to all web services

GetCurrentEventsOption

Get Current Events Option for Assign a Work Order to assignees (persons or group) using iCalendar or Outlook 365 event.

The following routes are available for this service:
POST/EventsOption/CurrentEventsOptionGet Current Events Option for Assign a Work Order to assignees (persons or group) using iCalendar or Outlook 365 event.
GetCurrentEventsOption Parameters:
NameParameterData TypeRequiredDescription
UserIDpathstringYesUser Internal ID
GetCurrentEventsOptionResponse Parameters:
NameParameterData TypeRequiredDescription
CurrentEventsOptionbodyshortNo
GenerateWorkOrderPerAssetbodyboolNo
GenerateWorkOrderPerAssetIDbodystringNo
EmailTemplateDatabodyList<MaintenanceManagementNotificationEmailTemplate>No
MaintenanceManagementNotificationEmailTemplate Parameters:
NameParameterData TypeRequiredDescription
UuidbodyGuidNo
NotificationTypebodystringNo
EmailTemplateIDbodyint?No
LastModifiedBybodystringNo
LastModifiedDatebodyDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetCurrentEventsOption HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	CurrentEventsOption: 0,
	GenerateWorkOrderPerAsset: False,
	GenerateWorkOrderPerAssetID: String,
	EmailTemplateData: 
	[
		{
			NotificationType: String,
			EmailTemplateID: 0,
			LastModifiedBy: String,
			LastModifiedDate: 0001-01-01
		}
	]
}