Skip to main content

List of reference

GET 

/parent-companies/:parentCompanyID/references

List of reference

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1

    Default value: 10

    creation_from string
    creation_to string

Responses

success - paginated list of customers

Schema

  • Array [

  • id uuidrequired

    The references ID.

    companyId uuidrequired

    The company in which the reference is part of.

    created stringnullablerequired

    The date of creation of the reference.

    tag stringnullable

    The tag of the reference.

    entities

    object[]

    required

  • Array [

  • id uuidnullable

    The ID of the aggregation entity.

    type stringnullable

    Possible values: [customer, prospect, relation]

    The type of the aggregation entity.

  • ]

  • access

    object[]

    required

  • Array [

  • managerId uuidrequired

    The ID of the manager who has access to the reference.

    primary boolean

    Whether the manager is the primary contact for the reference.

  • ]

  • ]

Loading...