Method GetAccessOperations
GetAccessOperations(String)
Get access operations
Declaration
AccessOperationResultContract GetAccessOperations(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId |
Returns
Type | Description |
---|---|
AccessOperationResultContract |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetAccessOperations
Example for get access operations{
"connectionId": "974a7244-335c-4b9a-9739-5e0e35eb438e"
}
Response
{
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |