SERTICA Logbook Events API

The LogbookEvents API from SERTICA — 16 operation(s) for logbookevents.

Operations 22

GET /LogbookEvents Gets a list of LogbookEvents #
POST /LogbookEvents Creates a new logbookEvent record #
GET /LogbookEvents/{eventNo} Gets a specific LogbookEvent #
PUT /LogbookEvents/{eventNo} Updates an existing LogbookEvent #
DELETE /LogbookEvents/{eventNo} Deletes an logbookEvent record #
GET /LogbookEvents/{eventNo}/history Gets history for a specific LogbookEvent #
POST /LogbookEvents/search Search for logbookEvents Takes a SearchDefinition input, which can include… #
POST /LogbookEvents/searchCount Returns number of hits in a search for LogbookEvents Takes a SearchDefinition… #
POST /LogbookEvents/searchIndex/{eventGuid} Get index of a record in a search for LogbookEvents Takes a SearchDefinition… #
GET /LogbookEvents/searchInfo Returns structured information about what and how you can search for #
GET /LogbookEvents/{eventNo}/copy Copies an existing logbookEvent to a new object #
GET /LogbookEvents/propertyDefinitions Get a list of PropertyDefinitions #
POST /LogbookEvents/propertyDefinitions Creates a new PropertyDefinition record #
GET /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid} Gets a specific PropertyDefinition #
PUT /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid} Updates an existing PropertyDefinition #
DELETE /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid} Deletes a PropertyDefinition record #
GET /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/listValues Returns a list of values for a PropertyDefinition #
DELETE /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/force Force Deletes a PropertyDefinition record #
GET /LogbookEvents/propertyDefinitions/{propertyName}/available Lookup if PropertyName of a PropertyDefinition is not already in use and… #
POST /LogbookEvents/screenLayout Bulk updates screenlayout and a list of Property Definitions. #
GET /LogbookEvents/{eventNo}/jobTemplate Creates a Job (non-persisted) based on the Event with the provided Event No #
GET /LogbookEvents/{eventNo}/documents Returns a list of Documents used on the LogbookEvent #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sertica-logbookevents-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sertica-logbookevents-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Logbook Events API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:
- name: LogbookEvents
paths:
  /LogbookEvents:
    get:
      tags:
      - LogbookEvents
      summary: Gets a list of LogbookEvents
      operationId: GetLogbookEvents
      parameters:
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    post:
      tags:
      - LogbookEvents
      summary: Creates a new logbookEvent record
      operationId: CreateLogbookEvent
      requestBody:
        description: The LogbookEvent Object, including reference lists
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/{eventNo}:
    get:
      tags:
      - LogbookEvents
      summary: Gets a specific LogbookEvent
      operationId: GetLogbookEvent
      parameters:
      - name: eventNo
        in: path
        description: the eventNo to get
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested logbookEvent
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an logbookEvent with the supplied LogbookEvent No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - LogbookEvents
      summary: Updates an existing LogbookEvent
      operationId: UpdateLogbookEvent
      parameters:
      - name: eventNo
        in: path
        description: The eventNo of the logbookEvent to update
        required: true
        schema:
          type: string
      requestBody:
        description: The LogbookEvent DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
      responses:
        '200':
          description: Returns the updated LogbookEvent object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    delete:
      tags:
      - LogbookEvents
      summary: Deletes an logbookEvent record
      parameters:
      - name: eventNo
        in: path
        description: The eventNo of the LogbookEvent to delete
        required: true
        schema:
          type: string
      responses:
        '204':
          description: No Content
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      operationId: deleteLogbookEventsByEventNo
      x-operation-id-source: derived
  /LogbookEvents/{eventNo}/history:
    get:
      tags:
      - LogbookEvents
      summary: Gets history for a specific LogbookEvent
      operationId: GetLogbookEventHistory
      parameters:
      - name: eventNo
        in: path
        description: The eventNo to get
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 5
      responses:
        '200':
          description: Returns the requested logbookEvent
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an logbookEvent with the supplied LogbookEvent No cannot be found
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent_HistoryMode</td><td style='border-bottom:none'>HistoryMode</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/search:
    post:
      tags:
      - LogbookEvents
      summary: Search for logbookEvents Takes a SearchDefinition input, which can include…
      operationId: SearchLogbookEvents
      parameters:
      - name: page
        in: query
        description: Page
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: Pagesize
        schema:
          type: integer
          format: int32
          default: 25
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/searchCount:
    post:
      tags:
      - LogbookEvents
      summary: Returns number of hits in a search for LogbookEvents Takes a SearchDefinition…
      operationId: SearchCountLogbookEvents
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/searchIndex/{eventGuid}:
    post:
      tags:
      - LogbookEvents
      summary: Get index of a record in a search for LogbookEvents Takes a SearchDefinition…
      operationId: SearchIndexLogbookEvents
      parameters:
      - name: eventGuid
        in: path
        description: The logbookEvent to get index for
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/searchInfo:
    get:
      tags:
      - LogbookEvents
      summary: Returns structured information about what and how you can search for
      operationId: SearchInfoLogbookEvents
      responses:
        '200':
          description: Returns a list of valid search fields
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            text/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
  /LogbookEvents/{eventNo}/copy:
    get:
      tags:
      - LogbookEvents
      summary: Copies an existing logbookEvent to a new object
      operationId: CopyLogbookEvent
      parameters:
      - name: eventNo
        in: path
        description: The EventNo of the logbookEvent to copy
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the new LogbookEvent object with properties from original
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.LogbookEvent.LogbookEvent'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>LogbookEvent_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/propertyDefinitions:
    get:
      tags:
      - LogbookEvents
      summary: Get a list of PropertyDefinitions
      operationId: GetEventPropertyDefinitions
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
        '401':
          description: If user is unauthorized
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    post:
      tags:
      - LogbookEvents
      summary: Creates a new PropertyDefinition record
      operationId: CreateEventPropertyDefinition
      requestBody:
        description: The PropertyDefinition DTO object to create
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>ScreenLayout_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}:
    get:
      tags:
      - LogbookEvents
      summary: Gets a specific PropertyDefinition
      operationId: GetEventPropertyDefinition
      parameters:
      - name: propertyDefinitionGuid
        in: path
        description: The guid of the PropertyDefinition object
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Returns the requested PropertyDefinition
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
        '400':
          description: Returns a validation result with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '404':
          description: If an GetPropertyDefinition with the supplied Guid cannot be found
        '401':
          description: If user is unauthorized
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - LogbookEvents
      summary: Updates an existing PropertyDefinition
      operationId: UpdateEventPropertyDefinition
      parameters:
      - name: propertyDefinitionGuid
        in: path
        description: The guid of the PropertyDefinition object
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The PropertyDefinition DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
      responses:
        '200':
          description: Returns the updated PropertyDefinition object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinition'
        '400':
          description: Returns a ValidationResult with information about the bad request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>ScreenLayout_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    delete:
      tags:
      - LogbookEvents
      summary: Deletes a PropertyDefinition record
      operationId: DeleteEventPropertyDefinition
      parameters:
      - name: propertyDefinitionGuid
        in: path
        description: The guid of the PropertyDefinition object
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>ScreenLayout_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/listValues:
    get:
      tags:
      - LogbookEvents
      summary: Returns a list of values for a PropertyDefinition
      operationId: GetEventPropertyDefinitionListValues
      parameters:
      - name: propertyDefinitionGuid
        in: path
        description: The PropertyDefinition Guid to fetch values for
        required: true
        schema:
          type: string
          format: uuid
      - name: textFilter
        in: query
        description: (optional) text filter
        schema:
          type: string
      responses:
        '200':
          description: Returns the values for the ListOfValuesTemplate
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinitionListValue'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinitionListValue'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.CustomProperties.PropertyDefinitionListValue'
        '401':
          description: If user is unauthorized
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/force:
    delete:
      tags:
      - LogbookEvents
      summary: Force Deletes a PropertyDefinition record
      operationId: ForceDeleteEventPropertyDefinition
      parameters:
      - name: propertyDefinitionGuid
        in: path
        description: The guid of the PropertyDefinition object
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>ScreenLayout_ForceDele

# --- truncated at 32 KB (93 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-logbookevents-api-openapi.yml