Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

How to get the Partner Manager Message flow details via API

公開日: Mar 2, 2024
タスク

GOAL

The goal of this article is to explain how to get the Message Flow details configured in the Partner Manager using an API call
ステップ
Invoke the following API via CURL or Postman Call with the following details
curl --location --request GET 'https://anypoint.mulesoft.com/partnermanager/partners/api/v1/organizations/<>/environments/<>/documentflows/summarylist' \
--header 'Authorization: Bearer xxxx-xxx-xxxx-xxxx-xxxxxxxx' \
   Sample output:
[
    {
        "id": "34ee1f98-3a04-4642-a9de-4e5ff4d6133e",
        "name": "Untitled message flow",
        "direction": "OUTBOUND",
        "partnerFrom": {
            "logo": null,
            "contacts": [],
            "identifiers": [],
            "addresses": [],
            "createdAt": "2021-02-23T02:04:43Z",
            "createdBy": "da35de7f-0e6d-4833-8b64-1ff16dca2254",
            "updatedAt": "2021-02-23T02:04:43Z",
            "updatedBy": "",
            "protocols": [],
            "standards": [],
            "usedInDeployments": null,
            "id": "d3775b19-d40c-42d5-86c1-418a66037016",
            "name": "Mulesoft",
            "description": null,
            "websiteUrl": null,
            "status": null,
            "environmentId": "6dd2050d-4f30-4e5b-87d7-035b0806f3b6",
            "hostFlag": true,
            "dependencyCounts": null,
            "isComplete": null
        },
        "partnerTo": {
            "logo": null,
            "contacts": [],
            "identifiers": [],
            "addresses": [],
            "createdAt": "2021-02-23T02:13:58Z",
            "createdBy": "da35de7f-0e6d-4833-8b64-1ff16dca2254",
            "updatedAt": "2021-02-23T02:13:58Z",
            "updatedBy": "",
            "protocols": [],
            "standards": [],
            "usedInDeployments": null,
            "id": "28a1638a-cde8-4c49-8c02-e928a1ea1e6a",
            "name": "Partner1",
            "description": null,
            "websiteUrl": null,
            "status": null,
            "environmentId": "6dd2050d-4f30-4e5b-87d7-035b0806f3b6",
            "hostFlag": false,
            "dependencyCounts": null,
            "isComplete": null
        },
        "createdAt": "2021-02-23T02:13:58Z",
        "createdBy": {
            "userId": "da35de7f-0e6d-4833-8b64-1ff16dca2254",
            "firstName": "max",
            "lastName": "mule",
            "userName": "maxmule"
        },
        "updatedAt": "2021-02-23T02:13:58Z",
        "updatedBy": {
            "userId": "da35de7f-0e6d-4833-8b64-1ff16dca2254",
            "firstName": "max",
            "lastName": "mule",
            "userName": "maxmule"
        },
        "deploymentSummary": [],
        "lastDeployTime": null,
        "lastDeployBy": null,
        "lastDeployStatus": null,
        "runtimeDeployStatus": "INACTIVE"
    }
]
 

 

ナレッジ記事番号

001115758

 
読み込み中
Salesforce Help | Article