Get CSP Directives
Context Security Police Directive
query Parameters
filterstringFiltering 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').
pageintegerZero-based page index (0..N)
Default: 0sizeintegerThe size of the page to be returned
Default: 20sortstring[]Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
metaIncludestring[] · unique · style: formInclude Meta objects.
Included meta objects
Enum values:pageallALL
Responses
Request successfully processed
dataobject[] · unique · required
linksobjectmetaobject
Get CSP Directives
Context Security Police Directive
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering 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').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of cspDirective entity.
linksobject
Put CSP Directives
Context Security Police Directive
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering 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').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of cspDirective entity.
linksobject
Delete CSP Directives
Context Security Police Directive
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering 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').
Responses
Successfully deleted
Patch CSP Directives
Context Security Police Directive
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering 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').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of cspDirective entity.
linksobject