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
- 200
- 400
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
associatedEntities object[]
id int32name string
{
"associatedEntities": [
{
"id": 0,
"name": "string"
}
]
}
{
"associatedEntities": [
{
"name": "client1",
"id": 31
},
{
"name": "client2",
"id": 443
}
]
}
Bad Request
Requested Details not found
Service unavailable
Loading...