RestrictionKeyService
Endpoint Metadata
- Namespace: http://opencase.extend.com/webservices/restrictionkey
- Endpoint Name: RestrictionKeyWebService
- Endpoint Address: http(s)://{VMS URL}/opencase/webservices/restrictionkey-service
The following methods are available on this endpoint:
findByName
Finds by restriction key name.
Input Parameters
name | type | description |
---|---|---|
restrictionKeyName | string | restriction key name |
Return Value
type | description |
---|---|
RestrictionKey | restriction key |
getAllPublishedRestrictionKeys
Finds all available Published Restriction Keys.
Return Value
type | description |
---|---|
list<RestrictionKey> | list of published restriction keys |