Environment Applications List
  • 20 Dec 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Environment Applications List

  • Dark
    Light
  • PDF

Article Summary

Get
/policy-mgmt/1.0/applications/{envId}

This API allows users to retrieve a list of Applications based on the Environment ID.

Notice

Accessing the Policy Management APIs is through a dedicated domain/URL according to your PlainID Tenant Location:
https://api.{REGION}.plainid.io

United States (US) - https://api.us1.plainid.io
Canada (US) - https://api.ca1.plainid.io
Europe (US) - https://api.eu1.plainid.io

Replace{REGION} with your PlainID Tenant region (e.g. us1, eu1, ca1, etc.).


Security
Http
Type bearer
For more details about Management API Authentication, check out the Management APIs Authentication Article
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: `Authorization: Bearer 123`
Path parameters
envId
string (uuid) Required

The Environment ID can be found under the Details tab in the Environment Settings.

Query parameters
detailed
boolean

If false, only the ID and name are returned.
If true, a detailed response is returned.

Default"False"
limit
number
Maximum50
Minimum1
Default"50"
offset
number
Minimum0
Default"0"
Responses
200

List of applications

Expand All
data
Array of object (application)
object
id
string
name
string
Max length100
description
string
Max length200
clientId
Array of string
string
Max length100
authWsId
string (uuid)
authWsName
string
Max length100
total
integer
limit
integer
offset
integer
400

Max page size is 50

Expand All
object
code
string
id
string
status
integer
name
string
message
string
args
object
path
string
403

operation get for resource Application isn't allowed because the current user does not have the appropriate permissions

Expand All
object
code
string
id
string
status
integer
name
string
message
string
args
object
path
string

Was this article helpful?