Integration Account Assemblies - List Content Callback Url
Get the content callback url for an integration account assembly.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}/listContentCallbackUrl?api-version=2019-05-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
assembly
|
path | True |
string |
The assembly artifact name. |
|
integration
|
path | True |
string |
The integration account name. |
|
resource
|
path | True |
string |
The resource group name. |
|
subscription
|
path | True |
string |
The subscription id. |
|
api-version
|
query | True |
string |
The API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Get the callback url for an integration account assembly
Sample request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/assemblies/testAssembly/listContentCallbackUrl?api-version=2019-05-01
Sample response
{
"value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/assemblies/testAssembly/contents/Value?api-version=2015-08-01-preview&sp=%2Fassemblies%2FtestAssembly%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
"method": "GET",
"basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/assemblies/testAssembly/contents/Value",
"queries": {
"api-version": "2015-08-01-preview"
}
}
Definitions
| Name | Description |
|---|---|
|
Error |
Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message. |
|
Error |
Error response indicates Logic service is not able to process the incoming request. The error property contains the error details. |
|
Workflow |
The workflow trigger callback URL. |
|
Workflow |
Gets the workflow trigger callback URL query parameters. |
ErrorProperties
Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
| Name | Type | Description |
|---|---|---|
| code |
string |
Error code. |
| message |
string |
Error message indicating why the operation failed. |
ErrorResponse
Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.
| Name | Type | Description |
|---|---|---|
| error |
The error properties. |
WorkflowTriggerCallbackUrl
The workflow trigger callback URL.
| Name | Type | Description |
|---|---|---|
| basePath |
string |
Gets the workflow trigger callback URL base path. |
| method |
string |
Gets the workflow trigger callback URL HTTP method. |
| queries |
Gets the workflow trigger callback URL query parameters. |
|
| relativePath |
string |
Gets the workflow trigger callback URL relative path. |
| relativePathParameters |
string[] |
Gets the workflow trigger callback URL relative path parameters. |
| value |
string |
Gets the workflow trigger callback URL. |
WorkflowTriggerListCallbackUrlQueries
Gets the workflow trigger callback URL query parameters.
| Name | Type | Description |
|---|---|---|
| api-version |
string |
The api version. |
| se |
string |
The SAS timestamp. |
| sig |
string |
The SAS signature. |
| sp |
string |
The SAS permissions. |
| sv |
string |
The SAS version. |