The App Group List API retrieves all application groups from the CIRAS database.

Retrieve a list of all application groups with offset-based pagination.

Pagination: Control result size and navigate through large datasets:

  • limit: Maximum number of items to return per page (default: 100, max: 1000)
  • offset: Number of items to skip before starting to return results (default: 0, minimum: 0)

Filters: Optional query parameters to filter results:

  • name: Filter by application group name (substring/contains match, case-insensitive)
  • $filter: OData-style expression. Match if name, source, or system contains the term (OR). Example: (contains(tolower(name), 'example')) or (contains(tolower(source), 'example')) or (contains(tolower(system), 'example')). Use query key $filter (URL-encode as %24filter). When present, overrides name for name/source/system conditions.
  • system: Filter by system name (exact match)
  • source: Filter by source (exact match)
Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!