eQuipAPI

<back to all web services

FindDlmsNotificationMappings

Returns Configure Dlms Notification details; requires a valid user to complete this request

The following routes are available for this service:
POST/dlms/notifications/mappingsReturns a dlms Notifications confuration details.
GET/dlms/notifications/mappingsReturns a dlms Notifications confuration details.
FindDlmsNotificationMappings Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
takebodyintNoThe number of requisitions to return. 0 returns all entries.
skipbodyintNoThe page offset to start retrieving data. 0 returns first page entries.
sortbodyIEnumerable<Sort>NoThe collection of field and direction to sort requisitions
filterbodyFilterNoThe parameters collection to filter requisitions
Sort Parameters:
NameParameterData TypeRequiredDescription
FieldbodystringNo
DirbodystringNo
Filter Parameters:
NameParameterData TypeRequiredDescription
FieldbodystringNo
OperatorbodystringNo
ValuebodyObjectNo
LogicbodystringNo
FiltersbodyIEnumerable<Filter>No
DataSourceResultResponse Parameters:
NameParameterData TypeRequiredDescription
DatabodyIEnumerableNo
TotalbodyintNo
IncludeLinkTotalbodyintNo
AggregatesbodyObjectNo

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/FindDlmsNotificationMappings HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	take: 0,
	skip: 0,
	filter: 
	{
		field: String,
		operator: String,
		value: {},
		logic: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Total: 0
}