GET /search/api/search/dsl/check/{action}
As of Version | product version 2021 Winter | component version |
---|---|
Request Method | GET |
Response Format | JSON |
Description | Retrieves the object types that are available for the specified The response body is a JSON structure listing the object types grouped in instantiable object types (including folder and document object types) and secondary object types. An empty response map indicates a prohibited action for this user. Note: The list of available object types might contain types that are forbidden under specific conditions defined in the role set. If a role contains a permission for the specified |
Request Example |
|
Response Example | { "CREATE": { "secondaryObjectTypeIds": [ "system:rmDestructionRetention", "appClient:clientdefaults" ], "objectTypeIds": [ "email:email". "appEmail:email" ] } } |