---
title: "Obtain a specific update to a resource"
method: GET
path: "/index.php?action=getResourceUpdate"
---

# Obtain a specific update to a resource

`GET /index.php?action=getResourceUpdate`

## Response `200`

An object containing information about an update to a resource

- ResourceUpdate
  - `id` string
  - `resource_id` string
  - `resource_version` string
  - `title` string
  - `message` string

## Changes

- **2022-11-05** `19266ac7ec1f` — 2 breaking, 3 warning, 1 info
  - the `id` response's property type changed from `integer` to `string` for status `200`
  - the `resource_id` response's property type changed from `integer` to `string` for status `200`
  - removed the optional property `download_count` from the response with the `200` status
  - removed the optional property `post_date` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/changes/index.php?action=getResourceUpdate/get.md)

---

[API](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api.md) · [All operations](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/llms.txt) · [OpenAPI document](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/revisions/19266ac7ec1f?raw)
