Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/v1.0/api/directoryrole-delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ This method supports OData query parameters to help customize the response.

Don't supply a request body for this method.

### Response
## Response

If successful, this method returns a `200 OK` response code and [directoryRole](../resources/directoryrole.md) collection object in the response body. The response also includes a `@odata.nextLink` URL or a `@odata.deltaLink` URL.

- If a `@odata.nextLink` URL is returned, there are additional pages of data to be retrieved in the session. The application continues making requests using the `@odata.nextLink` URL until a `@odata.deltaLink` URL is included in the response.

- If a `@odata.deltaLink` URL is returned, there is no more data about the existing state of the resource to be returned. Save `@odata.deltaLink` URL and apply it in the next **delta** call to learn about changes to the resource in the future.

### Example
## Example

#### Request
### Request


# [HTTP](#tab/http)
Expand Down Expand Up @@ -125,7 +125,7 @@ GET https://graph.microsoft.com/v1.0/directoryRoles/delta

---

#### Response
### Response

>**Note:** The response object shown here might be shortened for readability.
<!-- {
Expand Down