v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
SharedPolicyGroups

Get the histories of a shared policy group

get/shared-policy-groups/{sharedPolicyGroupId}/histories

Path parameters

sharedPolicyGroupIdstring required

The unique ID of the shared policy group

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

sortBy'version' | '-version' | 'updatedAt' | '-updatedAt' | 'deployedAt' | '-deployedAt'
Example:name

Possibility to sort Shared Policy Group history results by field. Can be ascending or descending with minus '-' prefix. By default, no sort is applied.

Response

Page of shared policy group histories

Example response

{
  "data": [
    {
      "crossId": "5e2b3b3b-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
      "name": "My Shared Policy Group",
      "description": "This is a shared policy group",
      "prerequisiteMessage": "The resource cache \"my-cache\" is required",
      "version": 1,
      "apiType": "MESSAGE",
      "originContext": {
        "origin": "MANAGEMENT"
      },
      "phase": "REQUEST",
      "deployedAt": "2020-01-01T00:00:00Z",
      "createdAt": "2020-01-01T00:00:00Z",
      "updatedAt": "2020-01-01T00:00:00Z",
      "lifecycleState": "DEPLOYED"
    }
  ]
}