Security Area Overrides

Create SecurityAreaOverride

Creates a new SecurityAreaOverride

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
securityAreaOverride_Key
required
integer <int32>

The ‘Overrides’ tab currently has no functionality.

override_All
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Exclude
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Field
string or null <= 64 characters

The ‘Overrides’ tab currently has no functionality.

override_Value
string or null <= 128 characters

The ‘Overrides’ tab currently has no functionality. Name of the Group that the Override will be applied to.

security_Area
string or null <= 16 characters

The ‘Overrides’ tab currently has no functionality.

Responses
200

Success

401

Unauthorized

post/security-area-overrides
Request samples
{
  • "securityAreaOverride_Key": 0,
  • "override_All": true,
  • "override_Exclude": true,
  • "override_Field": "string",
  • "override_Value": "string",
  • "security_Area": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List SecurityAreaOverride

Lists all SecurityAreaOverride with optional securityArea filter

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
securityArea
string

Security Area

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/security-area-overrides
Request samples
Response samples
No sample

Create or Update Batch SecurityAreaOverride

Create or Update multiple SecurityAreaOverride at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
securityAreaOverride_Key
required
integer <int32>

The ‘Overrides’ tab currently has no functionality.

override_All
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Exclude
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Field
string or null <= 64 characters

The ‘Overrides’ tab currently has no functionality.

override_Value
string or null <= 128 characters

The ‘Overrides’ tab currently has no functionality. Name of the Group that the Override will be applied to.

security_Area
string or null <= 16 characters

The ‘Overrides’ tab currently has no functionality.

Responses
207

Success

401

Unauthorized

put/security-area-overrides
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}

Get SecurityAreaOverride

Gets SecurityAreaOverride

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
securityAreaOverrideKey
required
integer <int32>

SecurityAreaOverride Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/security-area-overrides/{securityAreaOverrideKey}
Request samples
Response samples
No sample

Update SecurityAreaOverride

Updates a specific SecurityAreaOverride.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
securityAreaOverrideKey
required
integer <int32>

SecurityAreaOverride Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
securityAreaOverride_Key
required
integer <int32>

The ‘Overrides’ tab currently has no functionality.

override_All
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Exclude
required
boolean

The ‘Overrides’ tab currently has no functionality.

override_Field
string or null <= 64 characters

The ‘Overrides’ tab currently has no functionality.

override_Value
string or null <= 128 characters

The ‘Overrides’ tab currently has no functionality. Name of the Group that the Override will be applied to.

security_Area
string or null <= 16 characters

The ‘Overrides’ tab currently has no functionality.

Responses
200

Success

401

Unauthorized

put/security-area-overrides/{securityAreaOverrideKey}
Request samples
{
  • "securityAreaOverride_Key": 0,
  • "override_All": true,
  • "override_Exclude": true,
  • "override_Field": "string",
  • "override_Value": "string",
  • "security_Area": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete SecurityAreaOverride

Deletes an SecurityAreaOverride

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
securityAreaOverrideKey
required
integer <int32>

SecurityAreaOverride Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/security-area-overrides/{securityAreaOverrideKey}
Request samples