Skip to main content

Find a single 'AutomationSource' entity with the given id

GET 

/atm-source/:id

Fetch a single entity by id - If the entity does not exist, returns a 404 error.

Request

Path Parameters

    id integerrequired

    The id of the entity to find

Responses

Returns a single AutomationSource

Schema

    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

Loading...