Del via


Environment Management Settings - List Environment Management Settings

Gets environment management setting by ID. Only columns provided in the $select query option will be returned. A list of selectable properties is defined in the Microsoft.Dynamics.Artemis.Infrastructure.Models.EnvironmentManagementSetting type.

GET https://api.powerplatform.com/environmentManagement/environments/{environmentId}/settings?api-version=2022-03-01-preview
GET https://api.powerplatform.com/environmentManagement/environments/{environmentId}/settings?$top={$top}&$select={$select}&api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
environmentId
path True

string

ID for the environment management setting.

api-version
query True

string

The API version.

$select
query

string

List of properties to select for this entity.

$top
query

integer

Number of records to retrieve. If not set, 500 records are returned.

Responses

Name Type Description
200 OK

GetEnvironmentManagementSettingResponse

OK

Media Types: "application/json;odata.metadata=minimal;odata.streaming=true", "application/json;odata.metadata=minimal;odata.streaming=false", "application/json;odata.metadata=minimal", "application/json;odata.metadata=full;odata.streaming=true", "application/json;odata.metadata=full;odata.streaming=false", "application/json;odata.metadata=full", "application/json;odata.metadata=none;odata.streaming=true", "application/json;odata.metadata=none;odata.streaming=false", "application/json;odata.metadata=none", "application/json;odata.streaming=true", "application/json;odata.streaming=false", "application/json", "application/xml", "application/prs.odatatestxx-odata", "text/plain", "text/json"

400 Bad Request

GetEnvironmentManagementSettingResponse

Bad Request

Media Types: "application/json;odata.metadata=minimal;odata.streaming=true", "application/json;odata.metadata=minimal;odata.streaming=false", "application/json;odata.metadata=minimal", "application/json;odata.metadata=full;odata.streaming=true", "application/json;odata.metadata=full;odata.streaming=false", "application/json;odata.metadata=full", "application/json;odata.metadata=none;odata.streaming=true", "application/json;odata.metadata=none;odata.streaming=false", "application/json;odata.metadata=none", "application/json;odata.streaming=true", "application/json;odata.streaming=false", "application/json", "application/xml", "application/prs.odatatestxx-odata", "text/plain", "text/json"

404 Not Found

GetEnvironmentManagementSettingResponse

Not Found

Media Types: "application/json;odata.metadata=minimal;odata.streaming=true", "application/json;odata.metadata=minimal;odata.streaming=false", "application/json;odata.metadata=minimal", "application/json;odata.metadata=full;odata.streaming=true", "application/json;odata.metadata=full;odata.streaming=false", "application/json;odata.metadata=full", "application/json;odata.metadata=none;odata.streaming=true", "application/json;odata.metadata=none;odata.streaming=false", "application/json;odata.metadata=none", "application/json;odata.streaming=true", "application/json;odata.streaming=false", "application/json", "application/xml", "application/prs.odatatestxx-odata", "text/plain", "text/json"

429 Too Many Requests

GetEnvironmentManagementSettingResponse

Too Many Requests

Media Types: "application/json;odata.metadata=minimal;odata.streaming=true", "application/json;odata.metadata=minimal;odata.streaming=false", "application/json;odata.metadata=minimal", "application/json;odata.metadata=full;odata.streaming=true", "application/json;odata.metadata=full;odata.streaming=false", "application/json;odata.metadata=full", "application/json;odata.metadata=none;odata.streaming=true", "application/json;odata.metadata=none;odata.streaming=false", "application/json;odata.metadata=none", "application/json;odata.streaming=true", "application/json;odata.streaming=false", "application/json", "application/xml", "application/prs.odatatestxx-odata", "text/plain", "text/json"

Security

oauth2

Microsoft Entra ID OAuth2.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com

Scopes

Name Description
.default .default

Definitions

Name Description
EnvironmentManagementSetting
ErrorDetail
ErrorResponse
GetEnvironmentManagementSettingResponse

Represents the response object for APIs in this service.

EnvironmentManagementSetting

Name Type Description
allowedIpRangeForStorageAccessSignatures

string

enableIpBasedStorageAccessSignatureRule

boolean

id

string

ipBasedStorageAccessSignatureMode

integer

loggingEnabledForIpBasedStorageAccessSignature

boolean

rowRevision

integer

tenantId

string

ErrorDetail

Name Type Description
code

string

message

string

target

string

value

string

ErrorResponse

Name Type Description
code

string

details

ErrorDetail[]

message

string

GetEnvironmentManagementSettingResponse

Represents the response object for APIs in this service.

Name Type Description
errors

ErrorResponse

nextLink

string

Gets or sets the next link if there are more records to be returned.

objectResult

EnvironmentManagementSetting[]

Gets or sets the fields for the entities being queried.

responseMessage

string

Gets or sets the error message.