Skip to main content
GET
/
api
/
query
/
migration
/
federated
/
v1
/
to
/
v2
/
candidates
/
{account-id}
cURL
curl 'https://{domo-domain}/api/query/migration/federated/v1/to/v2/candidates/{account-id}' \
  -H 'accept: application/json,*/*;q=0.8' \
  -H 'accept-language: en-US,en;q=0.9' \
  -H 'cache-control: max-age=0' \
  -H 'X-DOMO-Developer-Token: {developer-token}'
[
  {
    "id": "495e28ec-6c07-41fc-99ed-b2dce9a5f569",
    "name": "MySQL Table 1",
    "migrated": false,
    "migrationDate": null
  },
  {
    "id": "F495e28ec-6c07-41fc-99ed-b2dce9a5f569",
    "name": "MySQL Table 2",
    "migrated": false,
    "migrationDate": null
  }
]

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo access token that you can generate in the admin panel from within your Domo instance.

Path Parameters

account-id
string
required

The unique ID of one of the Federated V2 accounts returned from the List Federated V2 Accounts by Integration Type API.

Response

200 - application/json

Successful response

id
string

Unique identifier of the datasource

name
string

Name of the datasource

migrated
boolean

Whether the datasource has been migrated

migrationDate
string<date-time> | null

Date and time when the datasource was migrated