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": "d1b11d02-5f83-4937-95ec-6d9155d75205",
    "CompanyID": "b2d1118d-02e1-4403-9459-14da678732aa",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2026-03-13T06:46:01.9022536-04:00",
    "CreatedByUserID": "c50e5397-8c97-491b-925e-58128e5d44bd",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "d1b11d02-5f83-4937-95ec-6d9155d75205",
    "CompanyID": "b2d1118d-02e1-4403-9459-14da678732aa",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2026-03-13T06:46:01.9022536-04:00",
    "CreatedByUserID": "c50e5397-8c97-491b-925e-58128e5d44bd",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "d1b11d02-5f83-4937-95ec-6d9155d75205",
    "CompanyID": "b2d1118d-02e1-4403-9459-14da678732aa",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2026-03-13T06:46:01.9022536-04:00",
    "CreatedByUserID": "c50e5397-8c97-491b-925e-58128e5d44bd",
    "Deleted": true
  }
]