cURL
curl --request GET \ --url https://cloud.cdata.com/api/poweredby/connection/list \ --header 'Authorization: Bearer <token>'
{ "connections": [ { "id": "880dc1a2-03c3-4288-9857-6f5c029d897c", "name": "ExcelOnline1", "dataSource": "ExcelOnline", "lastModified": "2024-08-02T21:30:55.154Z" }, { "id": "eeef6211-5d6f-4347-b5bb-f99d574e75e5", "name": "MailChimp1", "dataSource": "MailChimp", "lastModified": "2023-10-11T20:43:33.28Z" } ] }
List Connections requests a list of connections for a child account.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
OK
A list of connections for the account.
表示 子属性
このページは役に立ちましたか?