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 .csv suffix or ?format=csv

HTTP + CSV

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

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

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

{"CurrentEventsOption":0,"GenerateWorkOrderPerAsset":false,"GenerateWorkOrderPerAssetID":"String","EmailTemplateData":[{"NotificationType":"String","EmailTemplateID":0,"LastModifiedBy":"String","LastModifiedDate":"\/Date(-62135596800000-0000)\/"}]}