Connectors - Get Connector By Id
Get connector by ID.
Retrieves a specific connector by ID in the specified environment.
GET https://api.powerplatform.com/connectivity/environments/{environmentId}/connectors/{connectorId}?$filter={$filter}&api-version=2022-03-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
connector
|
path | True |
string |
ID of the connector. |
environment
|
path | True |
string |
ID of the environment. |
$filter
|
query | True |
string |
Filter query to specify the environment. |
api-version
|
query | True |
string |
The API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
A specific connector in the specified environment. |
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 |
---|---|
Get |
|
Interfaces | |
Metadata | |
Properties | |
Version |
GetConnectorByIdResponse
Name | Type | Description |
---|---|---|
id |
string |
|
name |
string |
|
properties | ||
type |
string |
Interfaces
Name | Type | Description |
---|---|---|
|
Metadata
Name | Type | Description |
---|---|---|
allowSharing |
boolean |
|
brandColor |
string |
|
source |
string |
|
useNewApimVersion |
string |
|
version |
Properties
Name | Type | Description |
---|---|---|
apiEnvironment |
string |
|
apiVersion |
string |
|
blobUrisAreProxied |
boolean |
|
capabilities |
string[] |
|
changedTime |
string (date-time) |
|
createdTime |
string (date-time) |
|
description |
string |
|
displayName |
string |
|
doNotUseApiHubNetRuntimeUrl |
string (uri) |
|
iconBrandColor |
string |
|
iconUri |
string (uri) |
|
interfaces | ||
isCustomApi |
boolean |
|
metadata | ||
primaryRuntimeUrl |
string (uri) |
|
publisher |
string |
|
rateLimit |
integer |
|
releaseTag |
string |
|
runtimeUrls |
string[] (uri) |
|
tier |
string |
Version
Name | Type | Description |
---|---|---|
current |
string |
|
previous |
string |