Get Version Changelog Changes
Returns paginated diff entries for a version changelog. Filter by entity_type and change_type.
Path parameters
Version code
Query parameters
Filter by entity type (item, vehicle)
Filter by change type (added, removed, modified)
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Response
Paginated list of changes
Example response
{
"data": [
{
"entity_type": "item",
"entity_id": 42,
"change_type": "modified"
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}Changes
Changed in 4 of the 50 revisions of this API.39
- ▲
the
pathrequest parameterversionbecame requiredrequest-parameter-became-required
- ▲
- ▲
the response's body type changed from
arraytoobjectfor statusresponse-body-type-changed
- ○
api operation id
3d5e74217808c4b3c3cc65bfb717fda7removed and replaced withlistVersionChangelogChangesapi-operation-id-removed
- ○
api tag
Game Versionsaddedapi-tag-added
- ○
api tag
Game Versionremovedapi-tag-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲