GET api/Groups/{id}/opportunities

Get the Opportunities belonging to a Group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

The criteria list in the body of the request. (Optional)

Collection of CriteriaObject
NameDescriptionTypeAdditional information
LeftParentheses

The number of Parentheses on the left. Max value = 5

integer

None.

LogicalOperator

LogicalOperator

None.

RightParentheses

The number of Parentheses on the right. Max value = 5

integer

None.

FieldTableName

string

None.

FieldColumnName

string

None.

Operator

OperatorEnum

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "LeftParentheses": 1,
    "RightParentheses": 2,
    "FieldTableName": "sample string 3",
    "FieldColumnName": "sample string 4",
    "Value": {}
  },
  {
    "LeftParentheses": 1,
    "RightParentheses": 2,
    "FieldTableName": "sample string 3",
    "FieldColumnName": "sample string 4",
    "Value": {}
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "e86fefe1-1c78-4e5a-ab7a-304bf05eab74",
    "ParentId": "3ebad4a6-ed1c-4739-a07d-b691d185e619",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "LinkedEntities": {
      "Contacts": [
        "c1e258a9-9873-4262-9148-a8ab35f21783",
        "1d70c025-5aea-47ab-8eb8-c163f96ebfe0"
      ],
      "Companies": [
        "55912be9-b3be-472f-9b0a-098c3ed144f2",
        "7433724c-d0d5-4e51-add6-92de765aff9f"
      ],
      "Groups": [
        "32c0bac7-8657-482b-9f41-66864260ced5",
        "60f375a7-da3f-450b-af2b-c2f8e35df010"
      ],
      "Opportunities": [
        "89812c50-668f-4d9e-b535-69a9168ab2c9",
        "6ee6901e-0cce-4ce7-a604-07b2cd0360b3"
      ]
    }
  },
  {
    "Id": "e86fefe1-1c78-4e5a-ab7a-304bf05eab74",
    "ParentId": "3ebad4a6-ed1c-4739-a07d-b691d185e619",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "LinkedEntities": {
      "Contacts": [
        "c1e258a9-9873-4262-9148-a8ab35f21783",
        "1d70c025-5aea-47ab-8eb8-c163f96ebfe0"
      ],
      "Companies": [
        "55912be9-b3be-472f-9b0a-098c3ed144f2",
        "7433724c-d0d5-4e51-add6-92de765aff9f"
      ],
      "Groups": [
        "32c0bac7-8657-482b-9f41-66864260ced5",
        "60f375a7-da3f-450b-af2b-c2f8e35df010"
      ],
      "Opportunities": [
        "89812c50-668f-4d9e-b535-69a9168ab2c9",
        "6ee6901e-0cce-4ce7-a604-07b2cd0360b3"
      ]
    }
  }
]