Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.20.0

The Permissions query API returns a collection of permission objects based on the filter criteria passed in on the GET request. 

Note

The result set is filtered based on the security level of the user executing the query.



Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel4

Related pages:


Resource URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/query/Permissions?filters=${filterOptions}&q={queryOtions}&sort=${sortOptions}&limit=${limit}

Include Page
_URI Ext Default Query Parameters
_URI Ext Default Query Parameters

Filters

The ${filterOptions} parameter supports the following Permission Object fields:

  • FeatureID
  • PermissionID

Q

The ${queryOptions} supports the following Permission Object fields:

  • FeatureID
  • PermissionID

Sort

The ${sortOptions} supports the following Permission Object fields:

  • FeatureID
  • PermissionID

Include Page
_Default HTTP Headers
_Default HTTP Headers

HTTP Response Body

The response body contains a collection of Permission Object objects that match the query parameters. 

Include Page
Query Response Object
Query Response Object