Chilkat Online Tools

PowerBuilder / Creatio API / $filter parameter (eq operator) with Id

Back to Collection Items

integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_QueryParams
oleobject loo_Resp
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
string ls_Id
string ls_Name
string ls_OwnerId
string ls_CreatedOn
string ls_CreatedById
string ls_ModifiedOn
string ls_ModifiedById
integer li_ProcessListeners
string ls_Dear
string ls_SalutationTypeId
string ls_GenderId
string ls_AccountId
string ls_DecisionRoleId
string ls_TypeId
string ls_JobId
string ls_JobTitle
string ls_DepartmentId
string ls_BirthDate
string ls_Phone
string ls_MobilePhone
string ls_HomePhone
string ls_Skype
string ls_V_Email
string ls_AddressTypeId
string ls_Address
string ls_CityId
string ls_RegionId
string ls_V_Zip
string ls_CountryId
integer li_DoNotUseEmail
integer li_DoNotUseCall
integer li_DoNotUseFax
integer li_DoNotUseSms
integer li_DoNotUseMail
string ls_Notes
string ls_Facebook
string ls_LinkedIn
string ls_Twitter
string ls_FacebookId
string ls_LinkedInId
string ls_TwitterId
string ls_ContactPhotoodata_mediaEditLink
string ls_ContactPhotoodata_mediaReadLink
string ls_ContactPhotoodata_mediaContentType
string ls_TwitterAFDAId
string ls_FacebookAFDAId
string ls_LinkedInAFDAId
string ls_PhotoId
string ls_GPSN
string ls_GPSE
string ls_Surname
string ls_GivenName
string ls_MiddleName
integer li_Confirmed
integer li_IsNonActualEmail
integer li_Completeness
string ls_LanguageId
integer li_Age
string ls_Odata_context
integer i
integer li_Count_i

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

loo_Http = create oleobject
li_rc = loo_Http.ConnectToNewObject("Chilkat_9_5_0.Http")
if li_rc < 0 then
    destroy loo_Http
    MessageBox("Error","Connecting to COM object failed")
    return
end if

loo_QueryParams = create oleobject
li_rc = loo_QueryParams.ConnectToNewObject("Chilkat_9_5_0.JsonObject")

loo_QueryParams.UpdateString("$filter","Collection6/Field6 eq Id")

loo_Http.SetRequestHeader("ForceUseSession","true")
loo_Http.SetRequestHeader("BPMCSRF","{{BPMCSRF}}")

loo_Resp = loo_Http.QuickRequestParams("GET","https://myserver.com/0/odata/Collection3",loo_QueryParams)
if loo_Http.LastMethodSuccess = 0 then
    Write-Debug loo_Http.LastErrorText
    destroy loo_Http
    destroy loo_QueryParams
    return
end if

loo_SbResponseBody = create oleobject
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat_9_5_0.StringBuilder")

loo_Resp.GetBodySb(loo_SbResponseBody)

loo_JResp = create oleobject
li_rc = loo_JResp.ConnectToNewObject("Chilkat_9_5_0.JsonObject")

loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0

Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()

li_RespStatusCode = loo_Resp.StatusCode
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
    Write-Debug "Response Header:"
    Write-Debug loo_Resp.Header
    Write-Debug "Failed."
    destroy loo_Resp
    destroy loo_Http
    destroy loo_QueryParams
    destroy loo_SbResponseBody
    destroy loo_JResp
    return
end if

destroy loo_Resp

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "@odata.context": "https://myserver.com/0/odata/$metadata#Contact",
//   "value": [
//     {
//       "Id": "7aec3929-5d18-4086-ad7c-0fd9315e637a",
//       "Name": "Lynn A. Collins",
//       "OwnerId": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "CreatedOn": "2019-12-01T13:52:24Z",
//       "CreatedById": "76929f8c-7e15-4c64-bdb0-adc62d383727",
//       "ModifiedOn": "2016-09-05T10:08:22Z",
//       "ModifiedById": "76929f8c-7e15-4c64-bdb0-adc62d383727",
//       "ProcessListeners": 0,
//       "Dear": "",
//       "SalutationTypeId": "f4b32ee6-f36b-1410-aa84-00155d043204",
//       "GenderId": "00000000-0000-0000-0000-000000000000",
//       "AccountId": "00000000-0000-0000-0000-000000000000",
//       "DecisionRoleId": "00000000-0000-0000-0000-000000000000",
//       "TypeId": "806732ee-f36b-1410-a883-16d83cab0980",
//       "JobId": "00000000-0000-0000-0000-000000000000",
//       "JobTitle": "",
//       "DepartmentId": "00000000-0000-0000-0000-000000000000",
//       "BirthDate": "1991-03-20T00:00:00Z",
//       "Phone": "",
//       "MobilePhone": "",
//       "HomePhone": "",
//       "Skype": "",
//       "Email": "",
//       "AddressTypeId": "00000000-0000-0000-0000-000000000000",
//       "Address": "",
//       "CityId": "00000000-0000-0000-0000-000000000000",
//       "RegionId": "00000000-0000-0000-0000-000000000000",
//       "Zip": "",
//       "CountryId": "00000000-0000-0000-0000-000000000000",
//       "DoNotUseEmail": true,
//       "DoNotUseCall": true,
//       "DoNotUseFax": true,
//       "DoNotUseSms": true,
//       "DoNotUseMail": true,
//       "Notes": "",
//       "Facebook": "",
//       "LinkedIn": "",
//       "Twitter": "",
//       "FacebookId": "",
//       "LinkedInId": "",
//       "TwitterId": "",
//       "ContactPhoto@odata.mediaEditLink": "Contact(7aec3929-5d18-4086-ad7c-0fd9315e637a)/ContactPhoto",
//       "ContactPhoto@odata.mediaReadLink": "Contact(7aec3929-5d18-4086-ad7c-0fd9315e637a)/ContactPhoto",
//       "ContactPhoto@odata.mediaContentType": "application/octet-stream",
//       "TwitterAFDAId": "00000000-0000-0000-0000-000000000000",
//       "FacebookAFDAId": "00000000-0000-0000-0000-000000000000",
//       "LinkedInAFDAId": "00000000-0000-0000-0000-000000000000",
//       "PhotoId": "00000000-0000-0000-0000-000000000000",
//       "GPSN": "",
//       "GPSE": "",
//       "Surname": "",
//       "GivenName": "",
//       "MiddleName": "",
//       "Confirmed": false,
//       "IsNonActualEmail": false,
//       "Completeness": 15,
//       "LanguageId": "00000000-0000-0000-0000-000000000000",
//       "Age": 29
//     },
//     {
//       "Id": "bb843dd1-3802-424c-9c02-489702de9f1d",
//       "Name": "Administrator",
//       "OwnerId": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "CreatedOn": "2020-07-14T02:14:20.806177Z",
//       "CreatedById": "00000000-0000-0000-0000-000000000000",
//       "ModifiedOn": "2020-07-14T02:14:20.806177Z",
//       "ModifiedById": "00000000-0000-0000-0000-000000000000",
//       "ProcessListeners": 0,
//       "Dear": "",
//       "SalutationTypeId": "00000000-0000-0000-0000-000000000000",
//       "GenderId": "00000000-0000-0000-0000-000000000000",
//       "AccountId": "e308b781-3c5b-4ecb-89ef-5c1ed4da488e",
//       "DecisionRoleId": "00000000-0000-0000-0000-000000000000",
//       "TypeId": "60733efc-f36b-1410-a883-16d83cab0980",
//       "JobId": "00000000-0000-0000-0000-000000000000",
//       "JobTitle": "",
//       "DepartmentId": "00000000-0000-0000-0000-000000000000",
//       "BirthDate": "0001-01-01T00:00:00Z",
//       "Phone": "",
//       "MobilePhone": "",
//       "HomePhone": "",
//       "Skype": "",
//       "Email": "",
//       "AddressTypeId": "00000000-0000-0000-0000-000000000000",
//       "Address": "",
//       "CityId": "00000000-0000-0000-0000-000000000000",
//       "RegionId": "00000000-0000-0000-0000-000000000000",
//       "Zip": "",
//       "CountryId": "00000000-0000-0000-0000-000000000000",
//       "DoNotUseEmail": false,
//       "DoNotUseCall": false,
//       "DoNotUseFax": false,
//       "DoNotUseSms": false,
//       "DoNotUseMail": false,
//       "Notes": "",
//       "Facebook": "",
//       "LinkedIn": "",
//       "Twitter": "",
//       "FacebookId": "",
//       "LinkedInId": "",
//       "TwitterId": "",
//       "ContactPhoto@odata.mediaEditLink": "Contact(bb843dd1-3802-424c-9c02-489702de9f1d)/ContactPhoto",
//       "ContactPhoto@odata.mediaReadLink": "Contact(bb843dd1-3802-424c-9c02-489702de9f1d)/ContactPhoto",
//       "ContactPhoto@odata.mediaContentType": "application/octet-stream",
//       "TwitterAFDAId": "00000000-0000-0000-0000-000000000000",
//       "FacebookAFDAId": "00000000-0000-0000-0000-000000000000",
//       "LinkedInAFDAId": "00000000-0000-0000-0000-000000000000",
//       "PhotoId": "00000000-0000-0000-0000-000000000000",
//       "GPSN": "",
//       "GPSE": "",
//       "Surname": "",
//       "GivenName": "",
//       "MiddleName": "",
//       "Confirmed": false,
//       "IsNonActualEmail": false,
//       "Completeness": 0,
//       "LanguageId": "00000000-0000-0000-0000-000000000000",
//       "Age": 0
//     },
//     {
//       "Id": "c4ed336c-3e9b-40fe-8b82-5632476472b4",
//       "Name": "Andrew Baker (sample)",
//       "OwnerId": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "CreatedOn": "2018-06-04T12:13:18Z",
//       "CreatedById": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "ModifiedOn": "2016-09-15T14:27:21Z",
//       "ModifiedById": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "ProcessListeners": 0,
//       "Dear": "",
//       "SalutationTypeId": "7426ffb3-56e6-df11-971b-001d60e938c6",
//       "GenderId": "eeac42ee-65b6-df11-831a-001d60e938c6",
//       "AccountId": "405947d0-2ffb-4ded-8675-0475f19f5a81",
//       "DecisionRoleId": "f71ee81d-0cac-4e41-b7dc-9d4bd2e08491",
//       "TypeId": "00783ef6-f36b-1410-a883-16d83cab0980",
//       "JobId": "cb49a603-57e6-df11-971b-001d60e938c6",
//       "JobTitle": "Specialist",
//       "DepartmentId": "2076c4b6-7fe6-df11-971b-001d60e938c6",
//       "BirthDate": "1986-06-05T00:00:00Z",
//       "Phone": "+1 617 440 2031",
//       "MobilePhone": "+1 617 221 5187",
//       "HomePhone": "",
//       "Skype": "",
//       "Email": "a.baker@ac.com",
//       "AddressTypeId": "4f8b2d67-71d0-45fb-897e-cd4a308a97c0",
//       "Address": "39 Columbia Street",
//       "CityId": "74144617-a288-4984-bcac-e78733277a61",
//       "RegionId": "658acfe7-09ae-4747-b1b3-541e2dfa1b9e",
//       "Zip": "02112",
//       "CountryId": "e0be1264-f36b-1410-fa98-00155d043204",
//       "DoNotUseEmail": false,
//       "DoNotUseCall": false,
//       "DoNotUseFax": false,
//       "DoNotUseSms": false,
//       "DoNotUseMail": false,
//       "Notes": "",
//       "Facebook": "",
//       "LinkedIn": "",
//       "Twitter": "",
//       "FacebookId": "",
//       "LinkedInId": "",
//       "TwitterId": "",
//       "ContactPhoto@odata.mediaEditLink": "Contact(c4ed336c-3e9b-40fe-8b82-5632476472b4)/ContactPhoto",
//       "ContactPhoto@odata.mediaReadLink": "Contact(c4ed336c-3e9b-40fe-8b82-5632476472b4)/ContactPhoto",
//       "ContactPhoto@odata.mediaContentType": "application/octet-stream",
//       "TwitterAFDAId": "00000000-0000-0000-0000-000000000000",
//       "FacebookAFDAId": "00000000-0000-0000-0000-000000000000",
//       "LinkedInAFDAId": "00000000-0000-0000-0000-000000000000",
//       "PhotoId": "00000000-0000-0000-0000-000000000000",
//       "GPSN": "",
//       "GPSE": "",
//       "Surname": "Baker",
//       "GivenName": "Andrew",
//       "MiddleName": "",
//       "Confirmed": true,
//       "IsNonActualEmail": false,
//       "Completeness": 30,
//       "LanguageId": "00000000-0000-0000-0000-000000000000",
//       "Age": 34
//     },
//     {
//       "Id": "9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7",
//       "Name": "Mary King",
//       "OwnerId": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
//       "CreatedOn": "2020-02-04T12:43:53Z",
//       "CreatedById": "76929f8c-7e15-4c64-bdb0-adc62d383727",
//       "ModifiedOn": "2016-09-05T10:08:22Z",
//       "ModifiedById": "76929f8c-7e15-4c64-bdb0-adc62d383727",
//       "ProcessListeners": 0,
//       "Dear": "King",
//       "SalutationTypeId": "f4b32ee6-f36b-1410-aa84-00155d043204",
//       "GenderId": "eeac42ee-65b6-df11-831a-001d60e938c6",
//       "AccountId": "e308b781-3c5b-4ecb-89ef-5c1ed4da488e",
//       "DecisionRoleId": "00000000-0000-0000-0000-000000000000",
//       "TypeId": "60733efc-f36b-1410-a883-16d83cab0980",
//       "JobId": "955472f0-56e6-df11-971b-001d60e938c6",
//       "JobTitle": "",
//       "DepartmentId": "2076c4b6-7fe6-df11-971b-001d60e938c6",
//       "BirthDate": "1981-09-05T00:00:00Z",
//       "Phone": "3020",
//       "MobilePhone": "",
//       "HomePhone": "",
//       "Skype": "",
//       "Email": "",
//       "AddressTypeId": "4f8b2d67-71d0-45fb-897e-cd4a308a97c0",
//       "Address": "73 Carson Road",
//       "CityId": "a1bf2e42-f36b-1410-0499-00155d043204",
//       "RegionId": "b1ae2e80-f36b-1410-3899-00155d043204",
//       "Zip": "",
//       "CountryId": "96ae123c-f46b-1410-f998-00155d043204",
//       "DoNotUseEmail": true,
//       "DoNotUseCall": true,
//       "DoNotUseFax": true,
//       "DoNotUseSms": true,
//       "DoNotUseMail": true,
//       "Notes": "",
//       "Facebook": "",
//       "LinkedIn": "",
//       "Twitter": "",
//       "FacebookId": "",
//       "LinkedInId": "",
//       "TwitterId": "",
//       "ContactPhoto@odata.mediaEditLink": "Contact(9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7)/ContactPhoto",
//       "ContactPhoto@odata.mediaReadLink": "Contact(9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7)/ContactPhoto",
//       "ContactPhoto@odata.mediaContentType": "application/octet-stream",
//       "TwitterAFDAId": "00000000-0000-0000-0000-000000000000",
//       "FacebookAFDAId": "00000000-0000-0000-0000-000000000000",
//       "LinkedInAFDAId": "00000000-0000-0000-0000-000000000000",
//       "PhotoId": "00000000-0000-0000-0000-000000000000",
//       "GPSN": "",
//       "GPSE": "",
//       "Surname": "",
//       "GivenName": "",
//       "MiddleName": "",
//       "Confirmed": false,
//       "IsNonActualEmail": false,
//       "Completeness": 30,
//       "LanguageId": "00000000-0000-0000-0000-000000000000",
//       "Age": 39
//     }
//   ]
// }

// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

ls_Odata_context = loo_JResp.StringOf("~"@odata.context~"")
i = 0
li_Count_i = loo_JResp.SizeOfArray("value")
do while i < li_Count_i
    loo_JResp.I = i
    ls_Id = loo_JResp.StringOf("value[i].Id")
    ls_Name = loo_JResp.StringOf("value[i].Name")
    ls_OwnerId = loo_JResp.StringOf("value[i].OwnerId")
    ls_CreatedOn = loo_JResp.StringOf("value[i].CreatedOn")
    ls_CreatedById = loo_JResp.StringOf("value[i].CreatedById")
    ls_ModifiedOn = loo_JResp.StringOf("value[i].ModifiedOn")
    ls_ModifiedById = loo_JResp.StringOf("value[i].ModifiedById")
    li_ProcessListeners = loo_JResp.IntOf("value[i].ProcessListeners")
    ls_Dear = loo_JResp.StringOf("value[i].Dear")
    ls_SalutationTypeId = loo_JResp.StringOf("value[i].SalutationTypeId")
    ls_GenderId = loo_JResp.StringOf("value[i].GenderId")
    ls_AccountId = loo_JResp.StringOf("value[i].AccountId")
    ls_DecisionRoleId = loo_JResp.StringOf("value[i].DecisionRoleId")
    ls_TypeId = loo_JResp.StringOf("value[i].TypeId")
    ls_JobId = loo_JResp.StringOf("value[i].JobId")
    ls_JobTitle = loo_JResp.StringOf("value[i].JobTitle")
    ls_DepartmentId = loo_JResp.StringOf("value[i].DepartmentId")
    ls_BirthDate = loo_JResp.StringOf("value[i].BirthDate")
    ls_Phone = loo_JResp.StringOf("value[i].Phone")
    ls_MobilePhone = loo_JResp.StringOf("value[i].MobilePhone")
    ls_HomePhone = loo_JResp.StringOf("value[i].HomePhone")
    ls_Skype = loo_JResp.StringOf("value[i].Skype")
    ls_V_Email = loo_JResp.StringOf("value[i].Email")
    ls_AddressTypeId = loo_JResp.StringOf("value[i].AddressTypeId")
    ls_Address = loo_JResp.StringOf("value[i].Address")
    ls_CityId = loo_JResp.StringOf("value[i].CityId")
    ls_RegionId = loo_JResp.StringOf("value[i].RegionId")
    ls_V_Zip = loo_JResp.StringOf("value[i].Zip")
    ls_CountryId = loo_JResp.StringOf("value[i].CountryId")
    li_DoNotUseEmail = loo_JResp.BoolOf("value[i].DoNotUseEmail")
    li_DoNotUseCall = loo_JResp.BoolOf("value[i].DoNotUseCall")
    li_DoNotUseFax = loo_JResp.BoolOf("value[i].DoNotUseFax")
    li_DoNotUseSms = loo_JResp.BoolOf("value[i].DoNotUseSms")
    li_DoNotUseMail = loo_JResp.BoolOf("value[i].DoNotUseMail")
    ls_Notes = loo_JResp.StringOf("value[i].Notes")
    ls_Facebook = loo_JResp.StringOf("value[i].Facebook")
    ls_LinkedIn = loo_JResp.StringOf("value[i].LinkedIn")
    ls_Twitter = loo_JResp.StringOf("value[i].Twitter")
    ls_FacebookId = loo_JResp.StringOf("value[i].FacebookId")
    ls_LinkedInId = loo_JResp.StringOf("value[i].LinkedInId")
    ls_TwitterId = loo_JResp.StringOf("value[i].TwitterId")
    ls_ContactPhotoodata_mediaEditLink = loo_JResp.StringOf("value[i].~"ContactPhoto@odata.mediaEditLink~"")
    ls_ContactPhotoodata_mediaReadLink = loo_JResp.StringOf("value[i].~"ContactPhoto@odata.mediaReadLink~"")
    ls_ContactPhotoodata_mediaContentType = loo_JResp.StringOf("value[i].~"ContactPhoto@odata.mediaContentType~"")
    ls_TwitterAFDAId = loo_JResp.StringOf("value[i].TwitterAFDAId")
    ls_FacebookAFDAId = loo_JResp.StringOf("value[i].FacebookAFDAId")
    ls_LinkedInAFDAId = loo_JResp.StringOf("value[i].LinkedInAFDAId")
    ls_PhotoId = loo_JResp.StringOf("value[i].PhotoId")
    ls_GPSN = loo_JResp.StringOf("value[i].GPSN")
    ls_GPSE = loo_JResp.StringOf("value[i].GPSE")
    ls_Surname = loo_JResp.StringOf("value[i].Surname")
    ls_GivenName = loo_JResp.StringOf("value[i].GivenName")
    ls_MiddleName = loo_JResp.StringOf("value[i].MiddleName")
    li_Confirmed = loo_JResp.BoolOf("value[i].Confirmed")
    li_IsNonActualEmail = loo_JResp.BoolOf("value[i].IsNonActualEmail")
    li_Completeness = loo_JResp.IntOf("value[i].Completeness")
    ls_LanguageId = loo_JResp.StringOf("value[i].LanguageId")
    li_Age = loo_JResp.IntOf("value[i].Age")
    i = i + 1
loop


destroy loo_Http
destroy loo_QueryParams
destroy loo_SbResponseBody
destroy loo_JResp

Curl Command

curl -G -d "$filter=Collection6%2FField6%20eq%20Id"
	-H "ForceUseSession: true"
	-H "BPMCSRF: {{BPMCSRF}}"
https://myserver.com/0/odata/Collection3

Postman Collection Item JSON

{
  "name": "$filter parameter (eq operator) with Id",
  "protocolProfileBehavior": {
    "disableBodyPruning": true
  },
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "ForceUseSession",
        "type": "text",
        "value": "true"
      },
      {
        "key": "BPMCSRF",
        "type": "text",
        "value": "{{BPMCSRF}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": ""
    },
    "url": {
      "raw": "{{BaseURI}}/0/odata/{{CollectionName3}}?$filter={{CollectionName6}}/{{FieldName6}} eq {{ObjectId6}}",
      "host": [
        "{{BaseURI}}"
      ],
      "path": [
        "0",
        "odata",
        "{{CollectionName3}}"
      ],
      "query": [
        {
          "key": "$filter",
          "value": "{{CollectionName6}}/{{FieldName6}} eq {{ObjectId6}}"
        }
      ]
    },
    "description": "Request for getting object collection instances, filtered by Id via the [$filter](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_SystemQueryOptionfilter) parameter with the eq operator."
  },
  "response": [
    {
      "name": "[200] Gets filtered object collection instances by Id. The filter uses the “equal” operator",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "ForceUseSession",
            "type": "text",
            "value": "true"
          },
          {
            "key": "BPMCSRF",
            "type": "text",
            "value": "{{BPMCSRF}}"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://myserver.com/0/odata/Contact?$filter=Owner/Id eq 410006e1-ca4e-4502-a9ec-e54d922d2c00",
          "protocol": "https",
          "host": [
            "myserver",
            "com"
          ],
          "path": [
            "0",
            "odata",
            "Contact"
          ],
          "query": [
            {
              "key": "$filter",
              "value": "Owner/Id eq 410006e1-ca4e-4502-a9ec-e54d922d2c00"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Content-Type",
          "value": "application/json; odata.metadata=minimal"
        },
        {
          "key": "Expires",
          "value": "-1"
        },
        {
          "key": "Server",
          "value": "Microsoft-IIS/10.0"
        },
        {
          "key": "OData-Version",
          "value": "4.0"
        },
        {
          "key": "X-AspNet-Version",
          "value": "4.0.30319"
        },
        {
          "key": "X-Powered-By",
          "value": "ASP.NET"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "Date",
          "value": "Fri, 24 Jul 2020 07:16:54 GMT"
        },
        {
          "key": "Content-Length",
          "value": "7783"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"@odata.context\": \"https://myserver.com/0/odata/$metadata#Contact\",\n    \"value\": [\n        {\n            \"Id\": \"7aec3929-5d18-4086-ad7c-0fd9315e637a\",\n            \"Name\": \"Lynn A. Collins\",\n            \"OwnerId\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"CreatedOn\": \"2019-12-01T13:52:24Z\",\n            \"CreatedById\": \"76929f8c-7e15-4c64-bdb0-adc62d383727\",\n            \"ModifiedOn\": \"2016-09-05T10:08:22Z\",\n            \"ModifiedById\": \"76929f8c-7e15-4c64-bdb0-adc62d383727\",\n            \"ProcessListeners\": 0,\n            \"Dear\": \"\",\n            \"SalutationTypeId\": \"f4b32ee6-f36b-1410-aa84-00155d043204\",\n            \"GenderId\": \"00000000-0000-0000-0000-000000000000\",\n            \"AccountId\": \"00000000-0000-0000-0000-000000000000\",\n            \"DecisionRoleId\": \"00000000-0000-0000-0000-000000000000\",\n            \"TypeId\": \"806732ee-f36b-1410-a883-16d83cab0980\",\n            \"JobId\": \"00000000-0000-0000-0000-000000000000\",\n            \"JobTitle\": \"\",\n            \"DepartmentId\": \"00000000-0000-0000-0000-000000000000\",\n            \"BirthDate\": \"1991-03-20T00:00:00Z\",\n            \"Phone\": \"\",\n            \"MobilePhone\": \"\",\n            \"HomePhone\": \"\",\n            \"Skype\": \"\",\n            \"Email\": \"\",\n            \"AddressTypeId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Address\": \"\",\n            \"CityId\": \"00000000-0000-0000-0000-000000000000\",\n            \"RegionId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Zip\": \"\",\n            \"CountryId\": \"00000000-0000-0000-0000-000000000000\",\n            \"DoNotUseEmail\": true,\n            \"DoNotUseCall\": true,\n            \"DoNotUseFax\": true,\n            \"DoNotUseSms\": true,\n            \"DoNotUseMail\": true,\n            \"Notes\": \"\",\n            \"Facebook\": \"\",\n            \"LinkedIn\": \"\",\n            \"Twitter\": \"\",\n            \"FacebookId\": \"\",\n            \"LinkedInId\": \"\",\n            \"TwitterId\": \"\",\n            \"ContactPhoto@odata.mediaEditLink\": \"Contact(7aec3929-5d18-4086-ad7c-0fd9315e637a)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaReadLink\": \"Contact(7aec3929-5d18-4086-ad7c-0fd9315e637a)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaContentType\": \"application/octet-stream\",\n            \"TwitterAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"FacebookAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"LinkedInAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"PhotoId\": \"00000000-0000-0000-0000-000000000000\",\n            \"GPSN\": \"\",\n            \"GPSE\": \"\",\n            \"Surname\": \"\",\n            \"GivenName\": \"\",\n            \"MiddleName\": \"\",\n            \"Confirmed\": false,\n            \"IsNonActualEmail\": false,\n            \"Completeness\": 15,\n            \"LanguageId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Age\": 29\n        },\n        {\n            \"Id\": \"bb843dd1-3802-424c-9c02-489702de9f1d\",\n            \"Name\": \"Administrator\",\n            \"OwnerId\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"CreatedOn\": \"2020-07-14T02:14:20.806177Z\",\n            \"CreatedById\": \"00000000-0000-0000-0000-000000000000\",\n            \"ModifiedOn\": \"2020-07-14T02:14:20.806177Z\",\n            \"ModifiedById\": \"00000000-0000-0000-0000-000000000000\",\n            \"ProcessListeners\": 0,\n            \"Dear\": \"\",\n            \"SalutationTypeId\": \"00000000-0000-0000-0000-000000000000\",\n            \"GenderId\": \"00000000-0000-0000-0000-000000000000\",\n            \"AccountId\": \"e308b781-3c5b-4ecb-89ef-5c1ed4da488e\",\n            \"DecisionRoleId\": \"00000000-0000-0000-0000-000000000000\",\n            \"TypeId\": \"60733efc-f36b-1410-a883-16d83cab0980\",\n            \"JobId\": \"00000000-0000-0000-0000-000000000000\",\n            \"JobTitle\": \"\",\n            \"DepartmentId\": \"00000000-0000-0000-0000-000000000000\",\n            \"BirthDate\": \"0001-01-01T00:00:00Z\",\n            \"Phone\": \"\",\n            \"MobilePhone\": \"\",\n            \"HomePhone\": \"\",\n            \"Skype\": \"\",\n            \"Email\": \"\",\n            \"AddressTypeId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Address\": \"\",\n            \"CityId\": \"00000000-0000-0000-0000-000000000000\",\n            \"RegionId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Zip\": \"\",\n            \"CountryId\": \"00000000-0000-0000-0000-000000000000\",\n            \"DoNotUseEmail\": false,\n            \"DoNotUseCall\": false,\n            \"DoNotUseFax\": false,\n            \"DoNotUseSms\": false,\n            \"DoNotUseMail\": false,\n            \"Notes\": \"\",\n            \"Facebook\": \"\",\n            \"LinkedIn\": \"\",\n            \"Twitter\": \"\",\n            \"FacebookId\": \"\",\n            \"LinkedInId\": \"\",\n            \"TwitterId\": \"\",\n            \"ContactPhoto@odata.mediaEditLink\": \"Contact(bb843dd1-3802-424c-9c02-489702de9f1d)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaReadLink\": \"Contact(bb843dd1-3802-424c-9c02-489702de9f1d)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaContentType\": \"application/octet-stream\",\n            \"TwitterAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"FacebookAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"LinkedInAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"PhotoId\": \"00000000-0000-0000-0000-000000000000\",\n            \"GPSN\": \"\",\n            \"GPSE\": \"\",\n            \"Surname\": \"\",\n            \"GivenName\": \"\",\n            \"MiddleName\": \"\",\n            \"Confirmed\": false,\n            \"IsNonActualEmail\": false,\n            \"Completeness\": 0,\n            \"LanguageId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Age\": 0\n        },\n        {\n            \"Id\": \"c4ed336c-3e9b-40fe-8b82-5632476472b4\",\n            \"Name\": \"Andrew Baker (sample)\",\n            \"OwnerId\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"CreatedOn\": \"2018-06-04T12:13:18Z\",\n            \"CreatedById\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"ModifiedOn\": \"2016-09-15T14:27:21Z\",\n            \"ModifiedById\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"ProcessListeners\": 0,\n            \"Dear\": \"\",\n            \"SalutationTypeId\": \"7426ffb3-56e6-df11-971b-001d60e938c6\",\n            \"GenderId\": \"eeac42ee-65b6-df11-831a-001d60e938c6\",\n            \"AccountId\": \"405947d0-2ffb-4ded-8675-0475f19f5a81\",\n            \"DecisionRoleId\": \"f71ee81d-0cac-4e41-b7dc-9d4bd2e08491\",\n            \"TypeId\": \"00783ef6-f36b-1410-a883-16d83cab0980\",\n            \"JobId\": \"cb49a603-57e6-df11-971b-001d60e938c6\",\n            \"JobTitle\": \"Specialist\",\n            \"DepartmentId\": \"2076c4b6-7fe6-df11-971b-001d60e938c6\",\n            \"BirthDate\": \"1986-06-05T00:00:00Z\",\n            \"Phone\": \"+1 617 440 2031\",\n            \"MobilePhone\": \"+1 617 221 5187\",\n            \"HomePhone\": \"\",\n            \"Skype\": \"\",\n            \"Email\": \"a.baker@ac.com\",\n            \"AddressTypeId\": \"4f8b2d67-71d0-45fb-897e-cd4a308a97c0\",\n            \"Address\": \"39 Columbia Street\",\n            \"CityId\": \"74144617-a288-4984-bcac-e78733277a61\",\n            \"RegionId\": \"658acfe7-09ae-4747-b1b3-541e2dfa1b9e\",\n            \"Zip\": \"02112\",\n            \"CountryId\": \"e0be1264-f36b-1410-fa98-00155d043204\",\n            \"DoNotUseEmail\": false,\n            \"DoNotUseCall\": false,\n            \"DoNotUseFax\": false,\n            \"DoNotUseSms\": false,\n            \"DoNotUseMail\": false,\n            \"Notes\": \"\",\n            \"Facebook\": \"\",\n            \"LinkedIn\": \"\",\n            \"Twitter\": \"\",\n            \"FacebookId\": \"\",\n            \"LinkedInId\": \"\",\n            \"TwitterId\": \"\",\n            \"ContactPhoto@odata.mediaEditLink\": \"Contact(c4ed336c-3e9b-40fe-8b82-5632476472b4)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaReadLink\": \"Contact(c4ed336c-3e9b-40fe-8b82-5632476472b4)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaContentType\": \"application/octet-stream\",\n            \"TwitterAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"FacebookAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"LinkedInAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"PhotoId\": \"00000000-0000-0000-0000-000000000000\",\n            \"GPSN\": \"\",\n            \"GPSE\": \"\",\n            \"Surname\": \"Baker\",\n            \"GivenName\": \"Andrew\",\n            \"MiddleName\": \"\",\n            \"Confirmed\": true,\n            \"IsNonActualEmail\": false,\n            \"Completeness\": 30,\n            \"LanguageId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Age\": 34\n        },\n        {\n            \"Id\": \"9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7\",\n            \"Name\": \"Mary King\",\n            \"OwnerId\": \"410006e1-ca4e-4502-a9ec-e54d922d2c00\",\n            \"CreatedOn\": \"2020-02-04T12:43:53Z\",\n            \"CreatedById\": \"76929f8c-7e15-4c64-bdb0-adc62d383727\",\n            \"ModifiedOn\": \"2016-09-05T10:08:22Z\",\n            \"ModifiedById\": \"76929f8c-7e15-4c64-bdb0-adc62d383727\",\n            \"ProcessListeners\": 0,\n            \"Dear\": \"King\",\n            \"SalutationTypeId\": \"f4b32ee6-f36b-1410-aa84-00155d043204\",\n            \"GenderId\": \"eeac42ee-65b6-df11-831a-001d60e938c6\",\n            \"AccountId\": \"e308b781-3c5b-4ecb-89ef-5c1ed4da488e\",\n            \"DecisionRoleId\": \"00000000-0000-0000-0000-000000000000\",\n            \"TypeId\": \"60733efc-f36b-1410-a883-16d83cab0980\",\n            \"JobId\": \"955472f0-56e6-df11-971b-001d60e938c6\",\n            \"JobTitle\": \"\",\n            \"DepartmentId\": \"2076c4b6-7fe6-df11-971b-001d60e938c6\",\n            \"BirthDate\": \"1981-09-05T00:00:00Z\",\n            \"Phone\": \"3020\",\n            \"MobilePhone\": \"\",\n            \"HomePhone\": \"\",\n            \"Skype\": \"\",\n            \"Email\": \"\",\n            \"AddressTypeId\": \"4f8b2d67-71d0-45fb-897e-cd4a308a97c0\",\n            \"Address\": \"73 Carson Road\",\n            \"CityId\": \"a1bf2e42-f36b-1410-0499-00155d043204\",\n            \"RegionId\": \"b1ae2e80-f36b-1410-3899-00155d043204\",\n            \"Zip\": \"\",\n            \"CountryId\": \"96ae123c-f46b-1410-f998-00155d043204\",\n            \"DoNotUseEmail\": true,\n            \"DoNotUseCall\": true,\n            \"DoNotUseFax\": true,\n            \"DoNotUseSms\": true,\n            \"DoNotUseMail\": true,\n            \"Notes\": \"\",\n            \"Facebook\": \"\",\n            \"LinkedIn\": \"\",\n            \"Twitter\": \"\",\n            \"FacebookId\": \"\",\n            \"LinkedInId\": \"\",\n            \"TwitterId\": \"\",\n            \"ContactPhoto@odata.mediaEditLink\": \"Contact(9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaReadLink\": \"Contact(9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7)/ContactPhoto\",\n            \"ContactPhoto@odata.mediaContentType\": \"application/octet-stream\",\n            \"TwitterAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"FacebookAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"LinkedInAFDAId\": \"00000000-0000-0000-0000-000000000000\",\n            \"PhotoId\": \"00000000-0000-0000-0000-000000000000\",\n            \"GPSN\": \"\",\n            \"GPSE\": \"\",\n            \"Surname\": \"\",\n            \"GivenName\": \"\",\n            \"MiddleName\": \"\",\n            \"Confirmed\": false,\n            \"IsNonActualEmail\": false,\n            \"Completeness\": 30,\n            \"LanguageId\": \"00000000-0000-0000-0000-000000000000\",\n            \"Age\": 39\n        }\n    ]\n}"
    }
  ]
}