# Retrieves all data groups Retrieves all data groups for the customer. ## Endpoints `GET /endpointdlp/api/data-classification/data-group/data-groups` ## Request ### Request URL https://[serverurl](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/endpointdlp/api/data-classification/data-group/data-groups ### Scope `DesktopCentralCloud.EndpointDLP.READ` ### Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ### Request Parameters #### Request Headers - **Accept** (`string`, Mandatory): `application/dataGroups.v1+json` ### Sample Request ```curl curl --request GET \ --url https://appdomains/endpointdlp/api/data-classification/data-group/data-groups \ --header 'Accept: application/dataGroups.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP code 200 #### Response Body — `application/json` - `JSON Object` - **dataGroups** (`JSON Array`): List of data groups ### Sample Response: HTTP 200 Successful retrieval of data groups ```json { "dataGroups": [ { "dataGroupId": "1", "dataGroupName": "1and2" } ] } ``` ### HTTP code 500 #### Response Body — `application/json` - `JSON Object` - **errorCode** (`string`): Internal error code returned when fetching all data groups fails - **errorMessage** (`string`): Failure message describing why data groups could not be retrieved ### Sample Response: HTTP 500 Internal server error ```json { "errorMessage": "Exception occurred while fetching DataGroups :: ", "errorCode": "INTERNAL_ERROR" } ``` ### Possible Response Codes - **200** — HTTP code - **500** — HTTP code ![ ](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 30 | **Lock period:** 5 minutes Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.