Skip to content

Commit

Permalink
Merge pull request #8542 from JarbasHorst/patch-17
Browse files Browse the repository at this point in the history
Update educationcategory-get.md
  • Loading branch information
Lauragra authored Sep 9, 2023
2 parents f94ac50 + bd09bc2 commit 8e8f031
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions api-reference/beta/api/educationcategory-get.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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 |
Expand All @@ -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)
<!-- {
"blockType": "request",
"sampleKeys": ["dacbf757-888d-42ae-b701-5e57cec300ae"],
"sampleKeys": ["dacbf757-888d-42ae-b701-5e57cec300ae", "7f64924d-4cdb-4e54-8c37-c0f3d46f0747"],
"name": "get_class_category"
}-->

Expand Down Expand Up @@ -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.

Expand All @@ -110,8 +109,7 @@ The following is an example of the response.
<!-- {
"blockType": "response",
"truncated": true,
"@odata.type": "microsoft.graph.educationCategory",
"isCollection": false
"@odata.type": "Collection(microsoft.graph.educationCategory)"
} -->

```http
Expand Down

0 comments on commit 8e8f031

Please sign in to comment.