diff --git a/api-reference/beta/api/educationcategory-get.md b/api-reference/beta/api/educationcategory-get.md index 18c039ac11c..dba2f46704d 100644 --- a/api-reference/beta/api/educationcategory-get.md +++ b/api-reference/beta/api/educationcategory-get.md @@ -1,6 +1,6 @@ --- title: "Get educationCategory" -description: "Retrieve a category object." +description: "Retrieve an educationCategory object." author: "Sureshpadimi88" ms.localizationpriority: medium ms.prod: "education" @@ -33,9 +33,8 @@ GET /education/classes/{id}/assignmentCategories/{id} ``` ## Optional query parameters -This method supports the `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). - +This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers | Header | Value | @@ -48,18 +47,18 @@ Do not supply a request body for this method. ## Response -If successful, this method returns a `200 OK` response code and a [educationCategory](../resources/educationcategory.md) object in the response body. +If successful, this method returns a `200 OK` response code and an [educationCategory](../resources/educationcategory.md) object in the response body. ## Example -##### Request +### Request The following is an example of the request. # [HTTP](#tab/http) @@ -101,7 +100,7 @@ GET https://graph.microsoft.com/beta/education/classes/dacbf757-888d-42ae-b701-5 --- -##### Response +### Response The following is an example of the response. @@ -110,8 +109,7 @@ The following is an example of the response. ```http