Workflow Versions - List Callback Url
Get the callback url for a trigger of a workflow version.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}/triggers/{triggerName}/listCallbackUrl?api-version=2016-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The resource group name. |
subscription
|
path | True |
string |
The subscription id. |
trigger
|
path | True |
string |
The workflow trigger name. |
version
|
path | True |
string |
The workflow versionId. |
workflow
|
path | True |
string |
The workflow name. |
api-version
|
query | True |
string |
The API version. |
Request Body
Name | Type | Description |
---|---|---|
keyType |
The key type. |
|
notAfter |
string |
The expiry time. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
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 a trigger of a workflow version
Sample request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/versions/testWorkflowVersionId/triggers/testTriggerName/listCallbackUrl?api-version=2016-06-01
{
"notAfter": "2017-03-05T08:00:00Z",
"keyType": "Primary"
}
Sample response
{
"value": "http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke?api-version=2015-08-01-preview&sp=%2Fversions%2F08587100027316071865%2Ftriggers%2FmanualTrigger%2Frun&sv=1.0&sig=IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk",
"method": "POST",
"basePath": "http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke",
"queries": {
"api-version": "2015-08-01-preview",
"sp": "/versions/08587100027316071865/triggers/manualTrigger/run",
"sv": "1.0",
"sig": "IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk"
}
}
Definitions
Name | Description |
---|---|
Get |
The callback url parameters. |
Key |
|
Workflow |
The workflow trigger callback URL. |
Workflow |
Gets the workflow trigger callback URL query parameters. |
GetCallbackUrlParameters
The callback url parameters.
Name | Type | Description |
---|---|---|
keyType |
The key type. |
|
notAfter |
string |
The expiry time. |
KeyType
Name | Type | Description |
---|---|---|
NotSpecified |
string |
|
Primary |
string |
|
Secondary |
string |
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. |