Organization
    Cookie Security Configuration
    Organization - Declarative APIs
    Organization - Entity APIs
    Options
    CSP Directives
      Get CSP DirectivesgetPost CSP DirectivespostGet CSP DirectivesgetPut CSP DirectivesputDelete CSP DirectivesdeletePatch CSP Directivespatch
    JWKS
    Notification Channels
    Identity Providers
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
Analytical Objects
Reporting
Export & Automations
Other
Schemas
powered by Zudoku
OpenAPI definition

CSP Directives (3.50)

Endpoint:/

Get CSP Directives

GET
/api/v1/entities/cspDirectives

Context Security Police Directive

Get CSP Directives › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

  • pageinteger

    Zero-based page index (0..N)

    Default: 0
  • sizeinteger

    The size of the page to be returned

    Default: 20
  • sortstring[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

  • metaIncludestring[] · unique · style: form

    Include Meta objects.

    Included meta objects

    Enum values:
    page
    all
    ALL

Get CSP Directives › Responses

Request successfully processed

  • dataobject[] · unique · required
  • linksobject
  • metaobject
GET /api/v1/entities/cspDirectives

Post CSP Directives

POST
/api/v1/entities/cspDirectives

Context Security Police Directive

Post CSP Directives › Request Body

  • dataobject · required

    JSON:API representation of cspDirective entity.

Post CSP Directives › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cspDirective entity.

  • linksobject
POST /api/v1/entities/cspDirectives

Get CSP Directives

GET
/api/v1/entities/cspDirectives/{id}

Context Security Police Directive

Get CSP Directives › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Get CSP Directives › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Get CSP Directives › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cspDirective entity.

  • linksobject
GET /api/v1/entities/cspDirectives/{id}

Put CSP Directives

PUT
/api/v1/entities/cspDirectives/{id}

Context Security Police Directive

Put CSP Directives › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Put CSP Directives › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Put CSP Directives › Request Body

  • dataobject · required

    JSON:API representation of cspDirective entity.

Put CSP Directives › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cspDirective entity.

  • linksobject
PUT /api/v1/entities/cspDirectives/{id}

Delete CSP Directives

DELETE
/api/v1/entities/cspDirectives/{id}

Context Security Police Directive

Delete CSP Directives › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Delete CSP Directives › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Delete CSP Directives › Responses

Successfully deleted

No data returned
DELETE /api/v1/entities/cspDirectives/{id}

Patch CSP Directives

PATCH
/api/v1/entities/cspDirectives/{id}

Context Security Police Directive

Patch CSP Directives › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Patch CSP Directives › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Patch CSP Directives › Request Body

  • dataobject · required

    JSON:API representation of patching cspDirective entity.

Patch CSP Directives › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cspDirective entity.

  • linksobject
PATCH /api/v1/entities/cspDirectives/{id}

OptionsJWKS