GET api/company/{companyId}/CompanyCommunity

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
companyId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "CompanyCommunityID": "7b553307-01d5-4412-bd0b-53b3873e193e",
    "CompanyID": "4fce5706-a3bc-4185-873f-45d3a3304144",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2024-11-21T06:21:43.7761222-05:00",
    "CreatedByUserID": "462dbd5c-56ee-45c2-939f-d1d21db88c77",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "7b553307-01d5-4412-bd0b-53b3873e193e",
    "CompanyID": "4fce5706-a3bc-4185-873f-45d3a3304144",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2024-11-21T06:21:43.7761222-05:00",
    "CreatedByUserID": "462dbd5c-56ee-45c2-939f-d1d21db88c77",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "7b553307-01d5-4412-bd0b-53b3873e193e",
    "CompanyID": "4fce5706-a3bc-4185-873f-45d3a3304144",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2024-11-21T06:21:43.7761222-05:00",
    "CreatedByUserID": "462dbd5c-56ee-45c2-939f-d1d21db88c77",
    "Deleted": true
  }
]