|
Hmmm, good point. When I've seen ESRI talk about ArcGIS Knowledge they didn't get into the weeds too much, so I'm not sure. However, doing the same documentation dig you did it does seem to be Enterprise-only. Sorry.
For AGOL content I think one could write a Notebook script that listed all items, and then listed each data item that an item uses (I used the word "item" in that sentence a lot...). Basically, the Python API might be capable of creating a report sort of like this:
MyWebMap
- Data item 1
- Data item 2
- Data item 3
MyOtherWebMap
- Data item 1
- Data item 4
- Data item 3
- Data item 5
Then you could use pivot tables to list all the web maps that use, for example "Data item 1"
That might be possible? |