Getting Project Ids by Network Ids
To retrieve a collection of Project Ids associated with a specific list of networks Ids, submit a GET request to the following endpoint:
/enterprise/proj-mgmt/v3/Projects/networks?networkIdList=[{{providerNetworkId}}]The response contains a list of project ids for each network id submitted in the request. For example:
{"projectIds": [31147,31499,33441]}