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 MutableEntityExtended| Name | 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": "31f9f5f5-bebc-4067-aba0-e8d4897e745c",
"ParentId": "1cfa957c-babf-4c16-80e4-0a6c7184909a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6bce0ab-e5d5-4c0f-a05b-d83fc907bbf6",
"146ae082-8e4a-4dcb-935f-050c4bd38e07"
],
"Companies": [
"f4c5ee0d-8ec2-4e27-a68d-c5c2f4bffcf0",
"e46e292a-f382-4de7-a503-1294b0d5b807"
],
"Groups": [
"f9a53711-b3c2-4843-80f9-a85f6a475593",
"b613a563-e695-47f2-a699-dc4af16743a2"
],
"Opportunities": [
"02cfa95a-ef94-4837-bfca-66a0c7688630",
"414dacbb-872e-4ed9-8c01-4442d8ceeed5"
]
}
},
{
"Id": "31f9f5f5-bebc-4067-aba0-e8d4897e745c",
"ParentId": "1cfa957c-babf-4c16-80e4-0a6c7184909a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6bce0ab-e5d5-4c0f-a05b-d83fc907bbf6",
"146ae082-8e4a-4dcb-935f-050c4bd38e07"
],
"Companies": [
"f4c5ee0d-8ec2-4e27-a68d-c5c2f4bffcf0",
"e46e292a-f382-4de7-a503-1294b0d5b807"
],
"Groups": [
"f9a53711-b3c2-4843-80f9-a85f6a475593",
"b613a563-e695-47f2-a699-dc4af16743a2"
],
"Opportunities": [
"02cfa95a-ef94-4837-bfca-66a0c7688630",
"414dacbb-872e-4ed9-8c01-4442d8ceeed5"
]
}
}
]