Agreements - List Content Callback Url
Get the content callback url.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}/listContentCallbackUrl?api-version=2016-06-01URI Parameters
| Name | In | Required | Type | Description | 
|---|---|---|---|---|
| agreement | path | True | string | The integration account agreement 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. | 
Request Body
| Name | Type | Description | 
|---|---|---|
| keyType | The key type. | |
| notAfter | string (date-time) | 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 content callback url
Sample request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/agreements/testAgreement/listContentCallbackUrl?api-version=2016-06-01
{
  "notAfter": "2018-04-19T16:00:00Z",
  "keyType": "Primary"
}
Sample response
{
  "value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value?api-version=2015-08-01-preview&sp=%2Fagreements%2FtestAgreement%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value",
  "queries": {
    "api-version": "2015-08-01-preview"
  }
}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 (date-time) | The expiry time. | 
KeyType 
			
			
				| Value | Description | 
|---|---|
| NotSpecified | |
| Primary | |
| Secondary | 
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. |