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": "12e289de-7de3-46a6-a3cc-bfd0618e0c19",
"ParentId": "cb7af988-5fc4-47a8-a100-668249e7b021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f1932960-fbb3-4c6b-87b7-1e51f2eabfa0",
"16d749e9-2021-4a3c-8d78-9d5809abe3f7"
],
"Companies": [
"921521dd-5311-4d96-b8e2-418cff7473e5",
"58de1352-d9f5-42fa-802b-1d5fe695b165"
],
"Groups": [
"a323e450-cc37-4325-9560-9ce95c1667d8",
"e0fe9257-b3f3-4e4e-95f3-011b8bcf19d9"
],
"Opportunities": [
"3a440462-8d05-40b3-bd97-571101577fce",
"5a02d20a-e526-4259-ba1d-14ccf6af33a5"
]
}
},
{
"Id": "12e289de-7de3-46a6-a3cc-bfd0618e0c19",
"ParentId": "cb7af988-5fc4-47a8-a100-668249e7b021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f1932960-fbb3-4c6b-87b7-1e51f2eabfa0",
"16d749e9-2021-4a3c-8d78-9d5809abe3f7"
],
"Companies": [
"921521dd-5311-4d96-b8e2-418cff7473e5",
"58de1352-d9f5-42fa-802b-1d5fe695b165"
],
"Groups": [
"a323e450-cc37-4325-9560-9ce95c1667d8",
"e0fe9257-b3f3-4e4e-95f3-011b8bcf19d9"
],
"Opportunities": [
"3a440462-8d05-40b3-bd97-571101577fce",
"5a02d20a-e526-4259-ba1d-14ccf6af33a5"
]
}
}
]