SOAP API - isActionAuthorised
The table summarizes the SOAP API - isActionAuthorised.
Request | Uses the isActionAuthorised element (from the SecurityService schema) |
Parameter notes |
|
Response | Returns a
isActionAuthorisedResponse
element (from the
SecurityService schema).
Note that if multiple system actions are passed in the request, a results of: |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://security.api.de.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <sec:isActionAuthorised fault-on-unauthorised="false"> <scope model-version="-1" entity-type="POSITION" guid="_9y7hYMpREd64gM7QE8RwxA" /> --> <action component="BRM" name="viewWorkList"/> </sec:isActionAuthorised> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <isActionAuthorisedResponse overall="true" xmlns="http://security.api.de.n2.tibco.com"> <scope entity-type="POSITION" guid="_9y7hYMpREd64gM7QE8RwxA" model-version="-1" xmlns="" xmlns:sec="http://security.api.de.n2.tibco.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/> <action authorised="true" component="BRM" name="viewWorkList" xmlns=""/> </isActionAuthorisedResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.