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": "7af44e00-bf38-453d-99b2-24c23f97d12f",
"ParentId": "041a0c00-5965-41dd-9c8f-77320a80444b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"43c29501-1e2c-48f9-a073-5feea7fb82f8",
"edab899b-aa4d-4a14-a4e1-2178d4c87f06"
],
"Companies": [
"f98fc31e-9586-441b-ba88-0a3677f02147",
"21e543da-a66c-4629-8ecd-6ca02766e0bb"
],
"Groups": [
"057aaf37-d9dd-4db7-9402-3e2821046803",
"53899a65-7fd0-45f4-b128-da3cd97e5fe9"
],
"Opportunities": [
"b8a4888e-2b9d-4336-9816-05f39e0ec12d",
"b753a183-66ce-4719-a989-341b9fb41e7e"
]
}
},
{
"Id": "7af44e00-bf38-453d-99b2-24c23f97d12f",
"ParentId": "041a0c00-5965-41dd-9c8f-77320a80444b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"43c29501-1e2c-48f9-a073-5feea7fb82f8",
"edab899b-aa4d-4a14-a4e1-2178d4c87f06"
],
"Companies": [
"f98fc31e-9586-441b-ba88-0a3677f02147",
"21e543da-a66c-4629-8ecd-6ca02766e0bb"
],
"Groups": [
"057aaf37-d9dd-4db7-9402-3e2821046803",
"53899a65-7fd0-45f4-b128-da3cd97e5fe9"
],
"Opportunities": [
"b8a4888e-2b9d-4336-9816-05f39e0ec12d",
"b753a183-66ce-4719-a989-341b9fb41e7e"
]
}
}
]