Portal

<back to all web services

BrowseAllPortalEventQueue

Requires Authentication
Requires any of the roles:VeoliaAdmin, SysAdmin
The following routes are available for this service:
GET/portaleventqueue
BrowseAllPortalEventQueueResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformList<PortalEventQueueSimple>Yes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
PortalEventQueueSimple Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
EventTypeformPortalEventQueueTypeNo
DataIdformintNo
CreatedDateTimeformDateTimeNo
PortalEventQueueType Enum:
NameValue
CreateUser0
ViewTenderUserInvite1
CreateTenderUser2
CreateQuestion3
ViewSupplementaryRequest4
CreateSupplementaryResponse5
ViewContractVersion6
AcceptContractVersion7
CreateContractVersionComment8
ViewPurchaseOrderVersion9
AcceptPurchaseOrderVersion10
CreatePurchaseOrderVersionComment11
EditUser12
SubmitTenderUserTenderRound13

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /portaleventqueue HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Items":[{"Id":0,"EventType":0,"DataId":0,"CreatedDateTime":"0001-01-01T00:00:00.0000000"}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}