GET api/Opportunities
Get Opportunity records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludeLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional 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": "f527be2e-4310-444e-a87f-55fe78fcad1d", "ParentId": "e0ee6fe8-112b-4efc-b07b-ae644650b97d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "1a2b8f3d-ec1f-4c0d-9e9c-22eb4fe4d4b7", "cdb46852-1dbb-42c8-b5d4-3396acf6f5d0" ], "Companies": [ "3221bca4-84f0-4650-ad25-63e2af7b41fc", "dcc14988-05cf-4061-9091-3083cb1a63a9" ], "Groups": [ "2cdd0ae7-7121-4d69-b17e-129e3aa13775", "9f0e9ed9-7fba-4b7a-9a8b-90cea464c017" ], "Opportunities": [ "fcc39e02-a9c6-40d2-a595-e148dfeb1690", "cd63686b-7fcf-4898-af57-3225bc363c1c" ] } }, { "Id": "f527be2e-4310-444e-a87f-55fe78fcad1d", "ParentId": "e0ee6fe8-112b-4efc-b07b-ae644650b97d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "1a2b8f3d-ec1f-4c0d-9e9c-22eb4fe4d4b7", "cdb46852-1dbb-42c8-b5d4-3396acf6f5d0" ], "Companies": [ "3221bca4-84f0-4650-ad25-63e2af7b41fc", "dcc14988-05cf-4061-9091-3083cb1a63a9" ], "Groups": [ "2cdd0ae7-7121-4d69-b17e-129e3aa13775", "9f0e9ed9-7fba-4b7a-9a8b-90cea464c017" ], "Opportunities": [ "fcc39e02-a9c6-40d2-a595-e148dfeb1690", "cd63686b-7fcf-4898-af57-3225bc363c1c" ] } } ]