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": "61415c69-4a6d-48db-bc84-979a3875e35b",
"ParentId": "67c0d1e8-d4f0-4106-a6ca-5c6933a88436",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d2c0111-ca4f-415a-abfa-ba9c01670031",
"d1340a84-016a-49d0-a961-d573bec6a8d0"
],
"Companies": [
"d313c48c-ba40-41c1-a736-32e3f8618fd7",
"2c2ec912-12a1-4379-8ece-7e40773c8dd0"
],
"Groups": [
"a13cd7ca-05ac-49de-81ed-d3ed37b28e6e",
"45ed5845-01fb-4fd1-8f63-ee5f7a3f9c90"
],
"Opportunities": [
"d3e7adca-bec0-491f-a05d-77a75a1aeb23",
"3b1311b1-6537-406a-8c7b-a5abc13653d4"
]
}
},
{
"Id": "61415c69-4a6d-48db-bc84-979a3875e35b",
"ParentId": "67c0d1e8-d4f0-4106-a6ca-5c6933a88436",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d2c0111-ca4f-415a-abfa-ba9c01670031",
"d1340a84-016a-49d0-a961-d573bec6a8d0"
],
"Companies": [
"d313c48c-ba40-41c1-a736-32e3f8618fd7",
"2c2ec912-12a1-4379-8ece-7e40773c8dd0"
],
"Groups": [
"a13cd7ca-05ac-49de-81ed-d3ed37b28e6e",
"45ed5845-01fb-4fd1-8f63-ee5f7a3f9c90"
],
"Opportunities": [
"d3e7adca-bec0-491f-a05d-77a75a1aeb23",
"3b1311b1-6537-406a-8c7b-a5abc13653d4"
]
}
}
]