Get Policy By ID

GET /policies/{policyId}

Retrieves a Policy by its id.

Required Permissions

Parameters

Path parameters

Response

Response example

If successful, the response contains, among other things, a status indicating whether the policy has been enabled:

{
   "controlIds": [
       "pc-table-pennsylvania-269c9cfee9"
   ],
   "author": "oe-nine-artist-9de60fef6963",
   "versionedId": "pl-mockingbird-seventeen-c14e223d70@f1d7d94gm",
   "description": "Test AlwaysActive",
   "version": "f1d7d94gm",
   "orgId": "cu-purple-pip-1b417b958500",
   "activityKind": "WalletsTransferAsset",
   "ruleIds": [
       "pr-nebraska-november-finch-4e10e32a0d"
   ],
   "dateCreated": "2022-07-19T19:58:21.334Z",
   "name": "Anti Theft Policy",
   "id": "pl-mockingbird-seventeen-c14e223d70",
   "status": "Enabled"
}

Last updated