Skip to main content

Get list of association for a company

API to get list of association for a company

Path Parameters
  • companyId int32 required

    Id of the Company whose associations have to be fetched

Responses

OK


Schema
  • associatedEntities object[]
  • id int32
  • name string
GET /v4/company/:companyid/associations    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
companyId — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/associations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'