Skip to main content

Retrieve a list of historic values for the specified mapping.

POST 

/history/mapping/:mapping

Retrieves a list of historic values for mappings specified with the given id values. Id values are named by entity (e.g. 'testcase_id', 'testrun_id'). The entity type needs to support history tracking.

Request

Path Parameters

    mapping stringrequired

    The name of the mapping or colon-separated entity names

Body

required

    id

    object

    Entity ids for mapped entities, e.g. testcase_id

    property name* integer
    ids object[]

Responses

Returns 'MappingHistoryResult'

Schema

    from date-time

    Timestamp of first historic entry

    to date-time

    Timestamp of last historic entry

    data

    object[]

    required

    List of requested entity ids and a list of historical values (for each entity)

  • Array [

  • ids object

    The entity ids of the mapping

    values object[]

    The list of historical mapping values, one for each step, with 'valid_from' and 'valid_to' interval properties

  • ]

Loading...