{"type":"api","title":"Get root groups UUIDs by classifiers","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/7c48c18b-6630-3205-a601-ed557f355784","info":{"title":"APIs exposed by Grouping service","description":"Crosswork Grouping APIs allow the user to perform CRUD operations on grouping service.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/GROUPING/grouping-service-overview.md"}},"openapi":"3.0.1","servers":[{"url":"http://localhost:8080/v1/grouping","description":"Generated server url"}]},"spec":{"tags":["Groups"],"summary":"Get root groups UUIDs by classifiers","operationId":"getRootUuids","parameters":[{"name":"classifiers","in":"path","description":"List of classifiers used to filter root groups.","required":true,"schema":{"type":"string","enum":["DeviceAccess","LocationDevices","UserDefinedDevices","UserDefinedPorts","PortType"]}}],"responses":{"200":{"description":"Successfully retrieved the root group UUIDs.","content":{"application/json":{"schema":{"type":"string"},"example":"[\"123e4567-e89b-12d3-a456-426614174000\",\"987e6543-b21c-45d2-a234-56789abcdef0\"]"}}},"400":{"description":"Bad Request"},"500":{"description":"Internal Server Error"}},"__originalOperationId":"getRootUuids","method":"get","path":"/group/root/{classifiers}/uuid"}}