Esri-Private-Sector-SEs / gbd-migration

Migration project to consolidate various orgs within the Commercial GBD team.
0 stars 0 forks source link

Update dictionary to include the actual service URL #19

Closed JHendrickson4 closed 12 months ago

JHendrickson4 commented 12 months ago

Update the dictionary for the catalog so that it doesn't just return the 'homepage' which is only the item details. The "URL": item.url will be more helpful in see where the services is actually coming from. See below:

d = {"Item Name": item.title, "Author": item.owner, "Sharing": item_share, "Description": item.description, "Item ID": item.id, "Groups": item.shared_with['groups'], "Date Updated": last_edit, "URL": item.url, "Details Page": item.homepage,"Type": item.type, "Folder": fldr_name, "Tags": item.tags, "Categories": item.categories, "Content Status": item.content_status, "Related Items": related_ids, "Delete Protection": deletion_status, "Transfer Status": xfer}

rfreedBusiness commented 12 months ago

Feature added 9/18.