Parameter

List parameter versions

List all the available versions for a given parameter.

get/parameter/{id}/version

Path parameters

idstring required

The ID of the parameter.

Response

The operation was successful.

Example response

{
  "results": [
    {
      "id": 456,
      "created_at": "2021-01-02T00:00:00Z",
      "user_id": 987
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.