Skip to content
Get started

Get Organisation Policy

GET/api/v1/policies/organisation/{organisation_id}

Get the current organisation policy (link to the active policy version).

Path ParametersExpand Collapse
organisation_id: string
formatuuid
Query ParametersExpand Collapse
use_cache: optional boolean
ReturnsExpand Collapse
organisation_id: string
formatuuid
policy_version_id: string
formatuuid
updated_at: string
formatdate-time
updated_by: string
formatuuid
Get Organisation Policy
curl http://api-staging.overmind.ai/api/v1/policies/organisation/$ORGANISATION_ID
{
  "organisation_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
  "policy_version_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
  "updated_at": "2019-12-27T18:11:19.117Z",
  "updated_by": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}
Returns Examples
{
  "organisation_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
  "policy_version_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
  "updated_at": "2019-12-27T18:11:19.117Z",
  "updated_by": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}