---
title: Get Organization Device Activity Information
framework: appleschoolmanagerapi
role: symbol
role_heading: Web Service Endpoint
path: appleschoolmanagerapi/get-orgdeviceactivity-information
---

# Get Organization Device Activity Information

Get information for an organization device activity that a device management action, such as assigning or unassigning, creates.

## URL

GET https://api-school.apple.com/v1/orgDeviceActivities/{id}

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

fields[orgDeviceActivities]: The fields to return for included related types.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 : Too Many Requests

## Overview

Overview note: This API supports fetching organization device activity information that the system creates for device management actions, such as assigning or unassigning devices to the device management service in the past 30 days.

## Topics

### Responses

- [OrgDeviceActivityResponse](appleschoolmanagerapi/orgdeviceactivityresponse.md)

## See Also

### Device Management Services

- [Get Device Management Services](appleschoolmanagerapi/get-device-management-services.md)
- [Get Device Management Service Information](appleschoolmanagerapi/get-mdmserver-information.md)
- [Get All Device IDs for a Device Management Service](appleschoolmanagerapi/get-all-device-ids-for-a-device-management-service.md)
- [Get the Assigned Device Management Service ID for a Device](appleschoolmanagerapi/get-the-assigned-device-management-service-id-for-an-orgdevice.md)
- [Get the Assigned Device Management Service Information for a Device](appleschoolmanagerapi/get-the-assigned-device-management-service-information-for-an-orgdevice.md)
- [Assign or Unassign Devices to a Device Management Service](appleschoolmanagerapi/create-an-orgdeviceactivity.md)
