...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information | 1 | ||
String (50) | Yes | Click here for more information | AavFwbZgVb9V4tr3R7BbzQ== | ||
EngagementIdentities | PwsEngagementRef [1..100] | Yes | One or more (up to 100) engagements to be retrieved. Click here for more information. |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetEngagement> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AavFwbZgVb9V4tr3R7BbzQ==</req:SessionTicket> <sch:EngagementIdentities> <com:PwsEngagementRef> <com:EngagementCode>P001320</com:EngagementCode> </com:PwsEngagementRef> </sch:EngagementIdentities> </pws:serviceRequest> </pws:PwsGetEngagement> </soapenv:Body> </soapenv:Envelope> |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | DataType | Description | Sample Data | |
---|---|---|---|---|
Messages | PwsMessage[] | The web service response status and message. Click here for more information | ||
ResponseId | Int32 | Click here for more information | 1 | |
Status | RequestStatus | String | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information | 2018-01-17T19:38:01.0608747Z | |
Engagements | PwsEngagementElement [01..100] | The details of the engagements that were fetched. Click here for more information. |
Response Usage Example(s)
...