Skip to main content

List all contracts.

GET 

/contracts

By default the call will only return the ongoing contracts.

Responses

A array of contracts entities

Schema

    data

    object[]

  • Array [

  • id stringrequired

    Possible values: non-empty

    name string

    Possible values: non-empty

    managers string[]

    Possible values: non-empty

    List of managers ids related to this contract.

    customers string[]

    Possible values: non-empty

    List of customers ids related to this contract.

    assets string[]required

    Possible values: non-empty

    List of assets ids related to this contract.

  • ]

  • next stringrequired

    Possible values: non-empty

    previous string

    Possible values: non-empty

Loading...