kembitnl.topdesk.oa_searchlist (1.0.2) — lookup

Lists general operational activities data

Authors: unknown

Install collection

Install with ansible-galaxy collection install kembitnl.topdesk:==1.0.2


Add to requirements.yml

  collections:
    - name: kembitnl.topdesk
      version: 1.0.2

Description

List one or more value(s) from the general operational activities searchlists

The Topdesk environment variables should be set, see the README.

Inputs

    
type:
    choices:
    - statuses
    - reasonsForSkipping
    - reasonsForAnomaly
    - types
    - schemas
    - groupings
    description: The searchlist to query
    required: true
    type: str

column:
    default: id
    description: The column to return. If not given, the id column is returned. If 'all'
      is used, the entire object is returned.
    required: false
    type: str

namefilter:
    description: The name of the specific result object for the given type
    required: false
    type: str

Outputs

requested column name:
  description: The value from the requested column (or 'all' if all columms are requested)