Returns all ep-org-config documents where targetVersion is present and non-empty. Unscoped (no org-path filter). Intended for an internal admin screen.
Orgs with a bespoke targetVersion
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
curl -i -X GET \ http://endpoint-control-service:8080/endpoint-control-service/v1/org-config/target-versions
[- {
- "orgId": "string",
- "linux": "v1.2.3",
- "mac": "v1.2.3",
- "windows": "v1.2.3"
}
]