Get Organisation Policy
GET/api/v1/policies/organisation/{organisation_id}
Get the current organisation policy (link to the active policy version).
Path Parameters
organisation_id: string
formatuuid
Query Parameters
use_cache: optional boolean
Returns
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"
}