Skip to main content

Find 'AutomationSource' entities using the specified (query) parameters

GET 

/atm-source

Same as POST /find, but serializing the query in the 'q' parameter instead of the request body

Request

Query Parameters

    q string

    The DataReadParams query as JSON or base64-encoded JSON - See POST route

    Example: {"filter": {"id": 1}}

Responses

Returns FindResult of type 'AutomationSource' expanded with specified mapped values

Schema

    data

    object[]

    required

  • Array [

  • id integer

    The unique entity id - must be a positive integer

    project_id integer

    The project id this entity or mapping belongs to

    name string

    The name property

    display_name string

    Display name for automation source in user interface

    Example: Main integration tests
    retention_days number

    The retention_days property

  • ]

  • meta

    object

    required

    count integerrequired
    limit integer
    offset integerrequired
    totalCount integer
Loading...