network
/api/v1/network/schema/{network}/{domain}/{itemType}
GET
/api/v1/network/schema/{network}/{domain}/{itemType}
const url = 'https://dpg.example.com/api/v1/network/schema/example/example/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://dpg.example.com/api/v1/network/schema/example/example/exampleParameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”network
required
string
domain
required
string
itemType
required
string
Responses
Section titled “Responses”Default Response

