Skip to main content

Reference information

GET 

/parent-companies/:parentCompanyID/references/:id

Reference information

Request

Path Parameters

    id uuidrequired

Responses

success - a reference information

Schema

    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...