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": "9ba4c1b9-2daf-4c6e-a5c1-b945d421bbbe",
    "CompanyID": "9ca93a83-a38d-4bed-a39b-5fe45cbf375b",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2025-12-14T14:38:05.572198-05:00",
    "CreatedByUserID": "c8c7ddca-18db-424e-91b5-875864db0d44",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "9ba4c1b9-2daf-4c6e-a5c1-b945d421bbbe",
    "CompanyID": "9ca93a83-a38d-4bed-a39b-5fe45cbf375b",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2025-12-14T14:38:05.572198-05:00",
    "CreatedByUserID": "c8c7ddca-18db-424e-91b5-875864db0d44",
    "Deleted": true
  },
  {
    "CompanyCommunityID": "9ba4c1b9-2daf-4c6e-a5c1-b945d421bbbe",
    "CompanyID": "9ca93a83-a38d-4bed-a39b-5fe45cbf375b",
    "CommunityName": "sample string 2",
    "CreatedDateTime": "2025-12-14T14:38:05.572198-05:00",
    "CreatedByUserID": "c8c7ddca-18db-424e-91b5-875864db0d44",
    "Deleted": true
  }
]