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": "635bc837-7b33-459d-aab8-d05603159c6e",
"ParentId": "45a3158f-6ca2-4c81-8424-2ff248aad6f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"52b55bbe-f915-4311-88f0-36c3fc51125f",
"30dcd72b-a859-4586-a960-040c584c8473"
],
"Companies": [
"7f229145-371f-4b4f-8cdb-da8bba75c19f",
"965d6508-ea8b-44e8-ae5b-9c7cc4ce9505"
],
"Groups": [
"096db734-3803-4d46-9036-3f054407c254",
"9ea866de-7d79-4ae6-8070-435033598258"
],
"Opportunities": [
"6c738084-fc8c-4485-8498-b6ebd099c29f",
"a2847500-2c28-479f-a245-edcebbd3e718"
]
}
},
{
"Id": "635bc837-7b33-459d-aab8-d05603159c6e",
"ParentId": "45a3158f-6ca2-4c81-8424-2ff248aad6f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"52b55bbe-f915-4311-88f0-36c3fc51125f",
"30dcd72b-a859-4586-a960-040c584c8473"
],
"Companies": [
"7f229145-371f-4b4f-8cdb-da8bba75c19f",
"965d6508-ea8b-44e8-ae5b-9c7cc4ce9505"
],
"Groups": [
"096db734-3803-4d46-9036-3f054407c254",
"9ea866de-7d79-4ae6-8070-435033598258"
],
"Opportunities": [
"6c738084-fc8c-4485-8498-b6ebd099c29f",
"a2847500-2c28-479f-a245-edcebbd3e718"
]
}
}
]