GET api/Companies

Get Company records. Supported Headers: Filter, Sort, SortDesc, SelectField

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MutableEntityExtended
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ParentId

This field will only include data when working with Group records.

globally unique identifier

None.

Fields

Dictionary of string [key] and Object [value]

None.

LinkedEntities

LinkedEntities

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "0ff56568-aee3-4d66-8316-c04af48ed2ec",
    "ParentId": "49726033-1d57-43d7-97d0-a646ec0f8947",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "LinkedEntities": {
      "Contacts": [
        "8612d2f3-d490-4350-b829-167d9b6cbe94",
        "244941c5-847d-4629-9945-82b799c935fc"
      ],
      "Companies": [
        "9c604720-af72-4470-8fdf-c98885b45302",
        "4768c824-4a97-4942-9624-16fe3e7fffc1"
      ],
      "Groups": [
        "d1ef5d0a-ee42-455b-b53a-083f91c275ff",
        "013309f5-5114-48e7-960b-f81e45edf34e"
      ],
      "Opportunities": [
        "8aa4e04d-9cf6-4df1-932b-cbd150d309b0",
        "1ab7863a-d175-4897-afb2-420bde56c582"
      ]
    }
  },
  {
    "Id": "0ff56568-aee3-4d66-8316-c04af48ed2ec",
    "ParentId": "49726033-1d57-43d7-97d0-a646ec0f8947",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "LinkedEntities": {
      "Contacts": [
        "8612d2f3-d490-4350-b829-167d9b6cbe94",
        "244941c5-847d-4629-9945-82b799c935fc"
      ],
      "Companies": [
        "9c604720-af72-4470-8fdf-c98885b45302",
        "4768c824-4a97-4942-9624-16fe3e7fffc1"
      ],
      "Groups": [
        "d1ef5d0a-ee42-455b-b53a-083f91c275ff",
        "013309f5-5114-48e7-960b-f81e45edf34e"
      ],
      "Opportunities": [
        "8aa4e04d-9cf6-4df1-932b-cbd150d309b0",
        "1ab7863a-d175-4897-afb2-420bde56c582"
      ]
    }
  }
]