-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
I am trying to create a migration script for moving my content from a sandbox environment to our master environment.
If I do it with queryEntries and include each linked entry id, I can use the import tool and can see the content being imported for the included ids so for example:
const options = {
spaceId: '<space_id>',
managementToken: '<content_management_api_key>',
queryEntries: ['sys.id[in]=xxxx,xxxx']
}
However, that's not easy to do for a page content type where there are multi level linked entries. is there any way to use links_to_entry to resolve all the entries from a single id? something like:
const options = {
spaceId: '<space_id>',
managementToken: '<content_management_api_key>',
queryEntries: ['links_to_entry=xxx']
}
bchiong, michaelbirchler, fusionstrings, carmenlogue, aaron5670 and 1 more
Metadata
Metadata
Assignees
Labels
No labels