Skip to content

Latest commit

 

History

History
124 lines (91 loc) · 4.4 KB

File metadata and controls

124 lines (91 loc) · 4.4 KB
title Get engagementAsyncOperation
description Get an engagementAsyncOperation to track a long-running operation request.
author aditijha4
ms.localizationpriority medium
ms.subservice viva-engage
doc_type apiPageType
ms.date 06/11/2024

Get engagementAsyncOperation

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Get an engagementAsyncOperation to track a long-running operation request.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

GET /employeeExperience/engagementAsyncOperations/{engagementAsyncOperationId}

Optional query parameters

This method supports the $select OData query parameter to help customize the response.

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and an engagementAsyncOperation object in the response body.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/employeeExperience/engagementAsyncOperations/a6fdce1-c261-48bc-89de-1cfef658c0d5

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

Note: The response object shown here might be shortened for readability.

HTTP/1.1 200 OK
Content-Type: application/json

{
  "@odata.context": "https://graph.microsoft.com/beta/employeeExperience/engagementAsyncOperations/$entity",
  "id": "eyJfdHlwZSI6IkxvbmdSdW5uaW5nT3BlcmF0aW9uIiwiaWQiOiI0ZmVhMjE5Ni0yZTRjLTQ4MzctYTlhNi1iMTVjOTBhNTM2ODkiLCJvcGVyYXRpb24iOiJDcmVhdGVDb21tdW5pdHkifQ",
  "createdDateTime": "2023-12-06T09:42:54.367629-08:00", 
  "lastActionDateTime": "2023-12-06T09:42:54.367663-08:00",
  "status": "succeeded",
  "statusDetail": null,
  "resourceLocation": "https://graph.microsoft.com/beta/employeeExperience/communities('eyXxdHlwZSI6Ikdyb3VwIiwiaABCDiI4MzIxMjc1In0')",
  "operationType": "createCommunity",
  "resourceId": "eyXxdHlwZSI6Ikdyb3VwIiwiaABCDiI4MzIxMjc1In0"
}