{"info":{"_postman_id":"511d7c3e-6da2-4943-8eb1-395ccfd1592a","name":"EdSmart REST API","description":"<html><head></head><body><h1 id=\"support\">Support</h1>\n<p>For all support please email <a href=\"mailto:help@edsmart.com\">help@edsmart.com</a></p>\n<h1 id=\"end-point\">End Point</h1>\n<p>All calls to the API are to these end points: </p>\n<p>Staging/test \n<a href=\"https://rest-release.edsmart.com/rest/v1/\">https://rest-release.edsmart.com/rest/v1/</a> </p>\n<p>Production \n<a href=\"https://rest.edsmart.com/rest/v1/\">https://rest.edsmart.com/rest/v1/</a></p>\n<h1 id=\"http-status-codes\">HTTP Status Codes</h1>\n<p>Where possible the API will return a 200 Success response. Any other HTTP status will only be returned for a major error, for example 404 if you call the wrong end point.</p>\n<h1 id=\"error-messages\">Error Messages</h1>\n<p>The API will endeavour to return an error code that explains any problems. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"generated_in\": 0, \"stat\": \"fail\", \"err\": {\n\"code\": 32,\n\"msg\": \"Could not authenticate you\" }\n}\n</code></pre>\n<h1 id=\"rate-limits\">Rate Limits</h1>\n<p>By default there are no rate limits but these may be imposed on an account accessing the API if it's deemed usage is impacting the platform.</p>\n<h1 id=\"objects\">Objects</h1>\n<p>Most data elements in the API are accessed via an Object Type and Object Method. </p>\n<p>There are nine Object Types:</p>\n<ol>\n<li>Slips - encompassing all Forms, Slips and Broadcasts</li>\n<li>Accounts - Individual school instances</li>\n<li>Users - Staff</li>\n<li>Contacts - Parents and Guardians</li>\n<li>Participant List - Student Lists</li>\n<li>Form Templates</li>\n<li>Participants - Students</li>\n<li>Contact List</li>\n<li>Slip Response - A submitted instance of a Form or Slip</li>\n</ol>\n<p>There are a considerable number of methods. </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All calls to the API require a User Token acquired via the getUserToken call. Subsequent calls to the API pass the User Token via the Authorization header value.</p>\n<p>You will need:</p>\n<ol>\n<li>A User sign in (email and password) with Administrator rights. These are needed for the getUserToken call to obtain an authorization token</li>\n<li>API key and secret to sign your calls to the API. These are issued by EdSmart, please email <a href=\"mailto:help@edsmart.com\">help@edsmart.com</a> to request credentials</li>\n</ol>\n<h1 id=\"structure-of-calls\">Structure of calls</h1>\n<p>All calls are either POST (to change information); or GET (to read data). The structure is:</p>\n<p>End Point + Object Type + Object Type</p>\n<p><a href=\"https://rest.edsmart.com/rest/v1/%5BobjectType%5D/%5BobjectMethod%5D.json\">https://rest.edsmart.com/rest/v1/[objectType]/[objectMethod].json</a></p>\n<p>All calls are signed by taking a list of parameters, forming them into a string, and creating a signature, which is then appended to the call.</p>\n<p>The signature is created by using a ‘consumer key’ and ‘consumer secret’. The consumer key is passed with the call. The consumer secret must not be revealed at any time.</p>\n<h1 id=\"steps\">Steps</h1>\n<p><b>1 Create a parameter string, they must be in alphabetical order. For example for getUserToken:</b> </p>\n<blockquote>\n<p>consumer_key=JTSxrKGgVj2VsqTwdwPvkh&amp;ip=10.211.55.2&amp;userEmail=email%40domain.com&amp;use rPassword=yPcyXkesUQmAqyQKJDdrLwdtjFzxSYpb</p>\n</blockquote>\n<p>For all subsequent calls the parameter string needs to including the objectMethod and objectType, for example:</p>\n<blockquote>\n<p>changeSort=0&amp;consumer_key=JTSxrKGgVj2VsqTwdwPvkh&amp;ip=10.211.55.2&amp;lang=en&amp;mypagesize= 20&amp;objectMethod=listParticipantLists=objectTypeName=lists</p>\n</blockquote>\n<p><b>2 Create a string to be signed. The end point and the parameters should be URL encoded before being added to the string:</b></p>\n<p>Method (POST/GET) + End Point + Parameter string</p>\n<p>For example:</p>\n<blockquote>\n<p>GET&amp;https%3A%2F%2Frest.edsmart.com%2Frest%2Fv1%2F&amp;changeSort%3D0%26consumer_key%3DJ TSxrKGgVj2VsqTwdwPvkh%26ip%3D10.211.55.2%26lang%3Den%26mypagesize%3D40%26objectMeth od%3DlistParticipantLists%26objectTypeName%3Dlists</p>\n</blockquote>\n<p><b>3 Create an SHA-1 BASE64 hash of the string, using the consumer secret</b></p>\n<blockquote>\n<p>5Nbit78efEnUTQOHq4bMZklezQA=</p>\n</blockquote>\n<p>This is a handy page for checking your hash:</p>\n<p><a href=\"https://www.liavaag.org/English/SHA-Generator/HMAC/\">https://www.liavaag.org/English/SHA-Generator/HMAC/</a></p>\n<p><b>4 URL encode the signature</b></p>\n<blockquote>\n<p>5Nbit78efEnUTQOHq4bMZklezQA%3D</p>\n</blockquote>\n<p><b>5 The signature is then added to the call to the API. For a POST it is included in the JSON submitted in the request body. For a GET it is appended to the query string.</b></p>\n<p>For example:</p>\n<blockquote>\n<p><a href=\"https://rest.edsmart.com/rest/v1/lists/listParticipantLists.json?consumer_key=JTSxr\">https://rest.edsmart.com/rest/v1/lists/listParticipantLists.json?consumer_key=JTSxr</a> KGgVj2VsqTwdwPvkh&amp;ip=10.211.55.2&amp;lang=en&amp;mypagesize=40&amp;changeSort=0&amp;signature=5Nbit 78efEnUTQOHq4bMZklezQA%3D</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Support","slug":"support"},{"content":"End Point","slug":"end-point"},{"content":"HTTP Status Codes","slug":"http-status-codes"},{"content":"Error Messages","slug":"error-messages"},{"content":"Rate Limits","slug":"rate-limits"},{"content":"Objects","slug":"objects"},{"content":"Authentication","slug":"authentication"},{"content":"Structure of calls","slug":"structure-of-calls"},{"content":"Steps","slug":"steps"}],"owner":"10429989","collectionId":"511d7c3e-6da2-4943-8eb1-395ccfd1592a","publishedId":"UVJfkG9L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-14T06:20:44.000Z"},"item":[{"name":"methods","item":[{"name":"users","item":[{"name":"getUserToken","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5c31a86b-2c78-40e5-9bba-23aa0d61bb31"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    postman.setEnvironmentVariable(\"Authorization\", jsonData.data[0].userToken);","}"],"type":"text/javascript","id":"b0c25ac9-d8a6-4072-9f12-44ab8ede81d0"}}],"id":"2c14dd69-60a8-401e-a44a-5d7299433b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\"consumer_key\": \"{{consumer_key}}\",\"ip\": \"{{ip}}\", \"signature\": \"{{signature}}\", \"userEmail\": \"{{userEmail}}\", \"userPassword\": \"{{userPasswordMD5}}\"\r}\r\r"},"url":"{{url}}users/getUserToken.json","description":"<p>All calls to the API require a User Token acquired via the getUserToken call. Subsequent calls to the API pass\nthe User Token via the Authorization header value.</p>\n<p>The body of the request is a JSON string consisting of parameters. The password must be an MD5 hash. Do not pass the password in clear text. Note: When creating the parameter string for signature creation, please URL Encode the email address. The email address in the JSON in the request body should not be encoded.</p>\n","urlObject":{"path":["getUserToken.json"],"host":["{{url}}users"],"query":[],"variable":[]}},"response":[{"id":"cab1b7db-83eb-41aa-bf3b-5b5aace800e4","name":"getUserToken","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\"ip\": \"10.211.55.2\",\r\"consumer_key\": \"{{consumer_key}}\", \"signature\": \"{{signature}}\", \"userPassword\": \"{{userPassword}}\", \"userEmail\": \"{{userEmail}}\"\r}"},"url":"{{url}}users/getUserToken.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"417905a62eed33a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:00:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:00:55 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=NIJKGCMCPNINKMCKFGLLHOBL; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"NIJKGCMCPNINKMCKFGLLHOBL","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"userId\": 159637,\n  \"userToken\": \"bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB\",\n  \"userFirstName\": \"Dev\",\n  \"userLastName\": \"API\",\n  \"userRoleId\": 2,\n  \"lang\": \"en\",\n  \"enableLanguage\": 0,\n  \"userEmail\": \"devapi@eedle.com\",\n  \"signUpDate\": \"1525751460\",\n  \"SSODomain\": \"\",\n  \"iid\": 0,\n  \"accountName\": \"Demo Account\",\n  \"demoMode\": 0,\n  \"enableSchoolForms\": 1,\n  \"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n  \"countUserAccounts\": 1,\n  \"objectTypeName\": \"users\",\n  \"objectMethod\": \"getUserToken\"\n}]}"}],"_postman_id":"2c14dd69-60a8-401e-a44a-5d7299433b62"},{"name":"expireUserToken","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9b751f9b-cc9b-4f2a-866c-83ad518fcbca"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"174c4f98-ba27-459c-a306-78d2693ff132"}}],"id":"c201eba1-dc04-4b8c-9eef-f2413399719c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"consumer_key\": \"{{consumer_key}}\",\"ip\": \"{{ip}}\", \"signature\": \"{{signature}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}users/expireUserToken.json","description":"<p>Expire a user token. A new token would need to be obtained for the user to access the API again.</p>\n","urlObject":{"path":["expireUserToken.json"],"host":["{{url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"c201eba1-dc04-4b8c-9eef-f2413399719c"}],"id":"6ab36a46-755a-4972-8887-6ae769e8625e","description":"<p>Users are the staff at a school who need to log into EdSmart</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"25aef56b-263d-40d6-81be-d316d4a8f27a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"52f49191-85ed-4a09-a606-01a7c9e8809b"}}],"_postman_id":"6ab36a46-755a-4972-8887-6ae769e8625e"},{"name":"accounts","item":[{"name":"listIntegrationLog","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"4e8c857f-c837-4f19-a823-691d2c7fb89b"}}],"id":"bd76efb9-ca87-4e11-8d26-52eb451918a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}accounts/listIntegrationLog.json?consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=81&typeOfData=0","description":"<p>Returns a list of Student Lists</p>\n","urlObject":{"path":["listIntegrationLog.json"],"host":["{{url}}accounts"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>1 Imported\n2 Pending Import\n3 Error</p>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>81 dateAdded\n82 importFileName</p>\n","type":"text/plain"},"key":"sortOrder","value":"81"},{"disabled":true,"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"sText","value":""},{"description":{"content":"<p>1  Contacts \n2  Contact Attributes \n3  Students \n4  Student Attributes \n5  Student Lists \n6  Staff Users \n7  Absentees</p>\n","type":"text/plain"},"key":"typeOfData","value":"0"}],"variable":[]}},"response":[{"id":"46690046-a2ad-45cc-b2b7-44c3b5bd4509","name":"listIntegrationLog","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}accounts/listIntegrationLog.json?consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=81&typeOfData=0","host":["{{url}}accounts"],"path":["listIntegrationLog.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"filterTypeId","value":"0","description":"1 Imported\n2 Pending Import\n3 Error"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"50","description":"Number of records per page, suggest = 50"},{"key":"signature","value":"{{signature}}"},{"key":"sortOrder","value":"81","description":"81 dateAdded\n82 importFileName"},{"key":"sText","value":null,"description":"Search text (URL encoded)","disabled":true},{"key":"typeOfData","value":"0","description":"1  Contacts \n2  Contact Attributes \n3  Students \n4  Student Attributes \n5  Student Lists \n6  Staff Users \n7  Absentees"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Fri, 06 Sep 2019 04:19:42 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Date","value":"Fri, 06 Sep 2019 04:19:43 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1\",\n    \"userRoleId\": 2,\n    \"enterprise\": 0,\n    \"totalrecs\": 121,\n    \"sortOrder\": 81,\n    \"oldSO\": \"\",\n    \"mypage\": 1,\n    \"mypagesize\": 100,\n    \"maxcount\": 0,\n    \"data\": [\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2119,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:24 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2118,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:15 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2117,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:14 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2116,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:13 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2115,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:12 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2114,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:10 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2113,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 11:06 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2112,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"CONTACTATTRIBUTES.CSV\",\n            \"dateAdded\": \"3 Jul 2019 @ 10:57 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"School Database\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 2077,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"attributes.csv\",\n            \"dateAdded\": \"21 May 2019 @ 08:43 AM\",\n            \"processedDateTime\": \" @ : PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Student Attributes\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1984,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Contact attribute import.csv\",\n            \"dateAdded\": \"31 Dec 2018 @ 06:12 AM\",\n            \"processedDateTime\": \"30 Nov 2018 @ 08:52 PM\",\n            \"recordsProcessed\": 11,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Contact Attributes\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 1,\n            \"errorMsg\": \"This did not work\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1743,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"3 Dec 2018 @ 03:35 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 1,\n            \"fileDataSource\": \"CoolSIS\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1915,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 12:22 PM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:22 PM\",\n            \"recordsProcessed\": 9,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1914,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 12:11 PM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:13 PM\",\n            \"recordsProcessed\": 8,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1913,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 12:10 PM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:12 PM\",\n            \"recordsProcessed\": 33,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1912,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 11:39 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:12 PM\",\n            \"recordsProcessed\": 25,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1911,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 11:37 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:12 PM\",\n            \"recordsProcessed\": 17,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1910,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 11:36 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 10:12 PM\",\n            \"recordsProcessed\": 9,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1909,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 11:30 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 09:33 PM\",\n            \"recordsProcessed\": 9,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1908,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook4.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 11:09 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 09:24 PM\",\n            \"recordsProcessed\": 9,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Staff Users\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1907,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook2.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 10:45 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 08:46 PM\",\n            \"recordsProcessed\": 13,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1906,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook2.csv\",\n            \"dateAdded\": \"11 Jun 2018 @ 10:37 AM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 08:43 PM\",\n            \"recordsProcessed\": 13,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1905,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook1.csv\",\n            \"dateAdded\": \"10 Jun 2018 @ 02:40 PM\",\n            \"processedDateTime\": \"11 Jun 2018 @ 01:00 AM\",\n            \"recordsProcessed\": 24,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1904,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook1.csv\",\n            \"dateAdded\": \"10 Jun 2018 @ 02:39 PM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1903,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook1.csv\",\n            \"dateAdded\": \"10 Jun 2018 @ 02:18 PM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1902,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook1.csv\",\n            \"dateAdded\": \"10 Jun 2018 @ 02:12 PM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1901,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Workbook1.csv\",\n            \"dateAdded\": \"10 Jun 2018 @ 02:10 PM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Pending Import\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456403,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456403\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456403,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456404,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456404\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456404,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456405,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456405\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456405,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456406,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456406\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456406,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456407,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456407\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456407,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456408,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456408\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456408,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456409,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456409\",\n            \"dateAdded\": \"9 May 2018 @ 09:44 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456409,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456396,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456396\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456396,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456397,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456397\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456397,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456398,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456398\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456398,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456399,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456399\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456399,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456400,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456400\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456400,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456401,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456401\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456401,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 456402,\n            \"integrationAction\": \"Write Back\",\n            \"importFileName\": \"Batch 456402\",\n            \"dateAdded\": \"9 May 2018 @ 09:40 AM\",\n            \"processedDateTime\": \"\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic V2R66\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Pending Update\",\n            \"updateBatchId\": 456402,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1529,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"7les2hyvulfj3wkt1hecgcfgdcqqodskdxs7ma6r1a912k0qvz.csv\",\n            \"dateAdded\": \"8 Aug 2017 @ 12:52 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1528,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"7les2hyvulfj3wkt1hecgcfgdcqqodskdxs7ma6r1a912k0qvz.csv\",\n            \"dateAdded\": \"8 Aug 2017 @ 12:51 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1527,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"7les2hyvulfj3wkt1hecgcfgdcqqodskdxs7ma6r1a912k0qvz.csv\",\n            \"dateAdded\": \"8 Aug 2017 @ 12:48 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1343,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"Copy of PTOMountCarmelCParents.csv\",\n            \"dateAdded\": \"8 Jun 2017 @ 09:29 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Attributes\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1213,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"14 Apr 2017 @ 03:26 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1119,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"22 Mar 2017 @ 01:28 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 1,\n            \"errorMsg\": \"The data necessary to complete this operation is not yet available.\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1107,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"13 Mar 2017 @ 04:14 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1106,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"13 Mar 2017 @ 04:10 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 1105,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"N/A\",\n            \"dateAdded\": \"13 Mar 2017 @ 04:06 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"\",\n            \"typeOfData\": \"Absentees\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 992,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"combined.csv\",\n            \"dateAdded\": \"11 Feb 2017 @ 09:25 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Student Attributes\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 567,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"20459-469661ey3G29c1cI59hp.csv\",\n            \"dateAdded\": \"20 Jan 2017 @ 12:10 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Synergetic\",\n            \"typeOfData\": \"Student Attributes\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 825,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"parents.csv\",\n            \"dateAdded\": \"5 Jan 2017 @ 12:25 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Contacts\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 824,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"students.csv\",\n            \"dateAdded\": \"4 Jan 2017 @ 05:52 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 823,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"students.csv\",\n            \"dateAdded\": \"4 Jan 2017 @ 05:18 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 822,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"students.csv\",\n            \"dateAdded\": \"4 Jan 2017 @ 05:04 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 816,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:30 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 815,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:28 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 814,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:27 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 812,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:26 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 813,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:26 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 811,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:25 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 810,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:24 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 809,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:23 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 808,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:22 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 807,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:20 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 806,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 02:19 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 798,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:27 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 797,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:26 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 796,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:25 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 794,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:24 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 795,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:24 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 793,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 11:23 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 789,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 10:11 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 788,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 10:10 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 787,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"30 Nov 2016 @ 09:57 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 718,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"7 Oct 2016 @ 06:14 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 717,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"7 Oct 2016 @ 06:12 AM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Student Lists\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 623,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"4 Aug 2016 @ 03:50 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 617,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"10 Jun 2016 @ 03:21 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 616,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"10 Jun 2016 @ 03:20 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 615,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"samplestudents.csv\",\n            \"dateAdded\": \"10 Jun 2016 @ 03:19 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 613,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:31 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 614,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:31 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Ingest\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 612,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:30 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 610,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:29 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 611,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:29 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 609,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:27 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 608,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:25 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 607,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:24 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 605,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:23 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 606,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"9 Jun 2016 @ 12:23 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 603,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:48 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 601,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:47 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 602,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:47 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 600,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:44 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 599,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"part 1.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:40 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 598,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"part1B.csv\",\n            \"dateAdded\": \"18 May 2016 @ 02:38 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"User Upload\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 597,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 01:16 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 596,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 01:12 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        },\n        {\n            \"accountObjectId\": 20459,\n            \"accountName\": \"\",\n            \"importFileLogId\": 595,\n            \"integrationAction\": \"Import\",\n            \"importFileName\": \"8552000.csv\",\n            \"dateAdded\": \"18 May 2016 @ 01:09 PM\",\n            \"processedDateTime\": \"16 Sep 2017 @ 05:43 PM\",\n            \"recordsProcessed\": 0,\n            \"fileDataSource\": \"Groupcall\",\n            \"typeOfData\": \"Students\",\n            \"importStatus\": \"Imported\",\n            \"updateBatchId\": 0,\n            \"importError\": 0,\n            \"errorMsg\": \"\"\n        }\n    ]\n}"}],"_postman_id":"bd76efb9-ca87-4e11-8d26-52eb451918a9"}],"id":"ce0e4fee-3918-4364-a782-7ba9e5d80ab3","_postman_id":"ce0e4fee-3918-4364-a782-7ba9e5d80ab3","description":""},{"name":"contacts","item":[{"name":"listContacts","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"168ad756-963f-4250-a01e-2b5fbdb8394d"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"contactObjectId\", jsonData.data[0].objectId);","    pm.environment.set(\"schoolParentUniqueId\", jsonData.data[0].schoolParentUniqueId);","}"],"type":"text/javascript","id":"7986206b-0a0d-42fe-a20c-80c3120df2b8"}}],"id":"e9a431ae-c902-4209-bb80-e3d0ae40fdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}contacts/listContacts.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&objectId2=0&objectStatusId=0&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=30&sText=","description":"<p>Returns a list of Parent/Guardian Contacts</p>\n","urlObject":{"path":["listContacts.json"],"host":["{{url}}contacts"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Filter to a Student objectId</p>\n","type":"text/plain"},"key":"objectId2","value":"0"},{"description":{"content":"<p>0 = Only active 1 = Include Inactive 2 = Only Inactive</p>\n","type":"text/plain"},"key":"objectStatusId","value":"0"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>30 dateAdded\n31 contactFirstName\n32 contactLastName\n33 contactEmail\n34 contactPhone\n34 contactMobile</p>\n","type":"text/plain"},"key":"sortOrder","value":"30"},{"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"sText","value":""}],"variable":[]}},"response":[{"id":"27b890a5-63a6-4ab7-b1aa-f43ebeb0334e","name":"listContacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}contacts/listContacts.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&objectId2={{participantObjectId}}&objectStatusId=0&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=30&sText","host":["{{url}}contacts"],"path":["listContacts.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"objectId2","value":"{{participantObjectId}}","description":"Filter to a Student objectId"},{"key":"objectStatusId","value":"0","description":"0 = Only active 1 = Include Inactive 2 = Only Inactive"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"50","description":"Number of records per page, suggest = 50"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"30","description":"30 dateAdded\n31 contactFirstName\n32 contactLastName\n33 contactEmail\n34 contactPhone\n34 contactMobile"},{"key":"sText","value":null,"description":"Search text (URL encoded)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"417920e27b1c33a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:19:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:19:30 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=MBMKGCMCJHDAEAGECMNPHGNH; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"MBMKGCMCJHDAEAGECMNPHGNH","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n    \"totalrecs\": 1,\n    \"sortOrder\": 30,\n    \"oldSO\": \"\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 1,\n    \"totalContactsCount\": 1,\n    \"totalSlipsCount\": 0,\n    \"totalSlipsResponses\": 0,\n    \"totalSlipsResponseRate\": 0,\n    \"data\": [\n        {\n            \"objectId\": 13330750,\n            \"objectStatusId\": 0,\n            \"objectSourceId\": 1,\n            \"schoolParentUniqueId\": \"eed1234\",\n            \"countObjectRefs\": 0,\n            \"dateAdded\": \"22 Jul 2017\",\n            \"contactFirstName\": \"David\",\n            \"contactLastName\": \"Eedle\",\n            \"contactFullName\": \"David Eedle\",\n            \"contactEmail\": \"david@eedle.com\",\n            \"countBounces\": 0,\n            \"contactPhone\": \"\",\n            \"contactMobile\": \"0419876942\",\n            \"slipsSent\": \"0\",\n            \"slipsResponses\": \"0\",\n            \"slipsResponseRate\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"e9a431ae-c902-4209-bb80-e3d0ae40fdc2"},{"name":"addContact","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"objectId\", jsonData.data[0].objectId);","    pm.environment.set(\"contactObjectId\", jsonData.data[0].objectId);","}"],"type":"text/javascript","id":"01b5fd62-6d56-480a-88fb-31456536bf85"}}],"id":"dda63a55-6dc6-4424-be4b-f8ce238337f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"contactCountryCode\": \"AU\",\n  \"contactEmail\": \"email{{random_number}}@example.com\",\n  \"contactFirstName\": \"First{{random_number}}\",\n  \"contactLastName\": \"Last{{random_number}}\",\n  \"contactMobile\": \"Mobile{{random_number}}\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactPhone\": \"Phone{{random_number}}\",\n  \"contactZoneId\": \"37\",\n  \"enableContactEmail\": \"1\",\n  \"enableContactSMS\": \"0\",\n  \"ip\": \"{{ip}}\", \n  \"lang\": \"en\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"new{{random_number}}\",\n  \"signature\": \"{{signature}}\"\n}\n"},"url":"{{url}}contacts/addContact.json","description":"<p>Add a Parent/Guardian Contact</p>\n","urlObject":{"path":["addContact.json"],"host":["{{url}}contacts"],"query":[],"variable":[]}},"response":[{"id":"4016f306-7070-4a89-9aef-6c996cde2041","name":"addContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"contactLastName\": \"Eedle\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactCountryCode\": \"AU\",\n  \"contactPhone\": \"03 8990 8990\",\n  \"contactZoneId\": \"37\",\n  \"contactMobile\": \"0419876942\",\n  \"contactEmail\": \"david@eedle.com\",\n  \"enableContactSMS\": \"0\",\n  \"enableContactEmail\": \"1\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"356456756\",\n  \"contactFirstName\": \"David\"\n}"},"url":"{{url}}contacts/addContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": 10248729,\n  \"objectTypeName\": \"contacts\",\n  \"objectMethod\": \"addContact\"\n}]}"}],"_postman_id":"dda63a55-6dc6-4424-be4b-f8ce238337f5"},{"name":"updateContact","id":"70e6d1b2-1dbf-4f46-ad5d-66174f88c335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \n  \"consumer_key\": \"{{consumer_key}}\",\n  \"contactCountryCode\": \"AU\",\n  \"contactEmail\": \"email{{random_number}}@example.com\",\n  \"contactFirstName\": \"First{{random_number}}\",\n  \"contactLastName\": \"Last{{random_number}}\",\n  \"contactMobile\": \"Mobile{{random_number}}\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactPhone\": \"Phone{{random_number}}\",\n  \"contactZoneId\": \"37\",\n  \"enableContactEmail\": \"1\",\n  \"enableContactSMS\": \"0\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId\": \"{{objectId}}\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"update{{random_number}}\",\n  \"signature\": \"{{signature}}\"\n\n\n}"},"url":"{{url}}contacts/updateContact.json","description":"<p>Update a Parent/Guardian Contact</p>\n","urlObject":{"path":["updateContact.json"],"host":["{{url}}contacts"],"query":[],"variable":[]}},"response":[{"id":"6c888cd5-198b-4401-9928-03584f001624","name":"addContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"contactLastName\": \"Eedle\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactCountryCode\": \"AU\",\n  \"contactPhone\": \"03 8990 8990\",\n  \"contactZoneId\": \"37\",\n  \"contactMobile\": \"0419876942\",\n  \"contactEmail\": \"david@eedle.com\",\n  \"enableContactSMS\": \"0\",\n  \"enableContactEmail\": \"1\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"356456756\",\n  \"contactFirstName\": \"David\"\n}"},"url":"{{url}}contacts/addContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": 10248729,\n  \"objectTypeName\": \"contacts\",\n  \"objectMethod\": \"addContact\"\n}]}"},{"id":"959e891c-3509-4d95-b054-fcdcef2a7342","name":"updateContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"contactLastName\": \"Eedle\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactCountryCode\": \"AU\",\n  \"contactPhone\": \"03 8990 8990\",\n  \"contactZoneId\": \"37\",\n  \"contactMobile\": \"0419876942\",\n  \"contactEmail\": \"david@eedle.com\",\n  \"enableContactSMS\": \"0\",\n  \"enableContactEmail\": \"1\",\n  \"objectId\": \"10248732\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"{{schoolParentUniqueId}}\",\n  \"contactFirstName\": \"David\"\n}"},"url":"{{url}}contacts/updateContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:05:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:05:25 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objectId\": {{contactObjectId}},\n        \"objectTypeName\": \"contacts\",\n        \"objectMethod\": \"updateContact\"\n    }\n]"}],"_postman_id":"70e6d1b2-1dbf-4f46-ad5d-66174f88c335"},{"name":"deleteContact","id":"4b97385b-06ca-4099-988d-2806c8b2cc49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"contactCountryCode\": \"\",\n  \"contactEmail\": \"\",\n  \"contactFirstName\": \"\",\n  \"contactLastName\": \"\",\n  \"contactMobile\": \"\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactPhone\": \"\",\n  \"contactZoneId\": \"\",\n  \"enableContactEmail\": \"0\",\n  \"enableContactSMS\": \"0\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId\": \"{{objectId}}\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"\",\n  \"signature\": \"{{signature}}\"\n}"},"url":"{{url}}contacts/deleteContact.json","description":"<p>Update a Parent/Guardian Contact</p>\n","urlObject":{"path":["deleteContact.json"],"host":["{{url}}contacts"],"query":[],"variable":[]}},"response":[{"id":"d0c503a7-b804-4801-a357-1b88a4eadd8e","name":"updateContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"contactLastName\": \"Eedle\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactCountryCode\": \"AU\",\n  \"contactPhone\": \"03 8990 8990\",\n  \"contactZoneId\": \"37\",\n  \"contactMobile\": \"0419876942\",\n  \"contactEmail\": \"david@eedle.com\",\n  \"enableContactSMS\": \"0\",\n  \"enableContactEmail\": \"1\",\n  \"objectId\": \"10248732\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"{{schoolParentUniqueId}}\",\n  \"contactFirstName\": \"David\"\n}"},"url":"{{url}}contacts/updateContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:05:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:05:25 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": {{contactObjectId}},\n  \"objectTypeName\": \"contacts\",\n  \"objectMethod\": \"updateContact\"\n}]}"},{"id":"273c2c79-e228-45aa-8ec9-3fec8e9be80d","name":"addContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"contactLastName\": \"Eedle\",\n  \"contactPassword\": \"\",\n  \"contactPasswordKey\": \"\",\n  \"contactCountryCode\": \"AU\",\n  \"contactPhone\": \"03 8990 8990\",\n  \"contactZoneId\": \"37\",\n  \"contactMobile\": \"0419876942\",\n  \"contactEmail\": \"david@eedle.com\",\n  \"enableContactSMS\": \"0\",\n  \"enableContactEmail\": \"1\",\n  \"objectStatusId\": \"0\",\n  \"schoolParentUniqueId\": \"356456756\",\n  \"contactFirstName\": \"David\"\n}"},"url":"{{url}}contacts/addContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:00:24 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": {{contactObjectId}},\n  \"objectTypeName\": \"contacts\",\n  \"objectMethod\": \"addContact\"\n}]}"},{"id":"0949f118-a485-4a23-8f1a-4a1ac081bf34","name":"deleteContact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId\": \"{{contactObjectId}}\"\n}"},"url":"{{url}}contacts/deleteContact.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:20:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:20:08 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": {{contactObjectId}},\n  \"objectTypeName\": \"contacts\",\n  \"objectMethod\": \"deleteContact\"\n}]}"}],"_postman_id":"4b97385b-06ca-4099-988d-2806c8b2cc49"}],"id":"0fa75db6-04e8-469a-b2f9-99968e2c3f77","description":"<p>Parent/Guardian Contacts for Students</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b6ae0793-1c10-4e79-b8e9-ad347e55e8b2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"11fbe40b-baed-442a-bd1a-d908d77c2059"}}],"_postman_id":"0fa75db6-04e8-469a-b2f9-99968e2c3f77"},{"name":"lists","item":[{"name":"listParticipantLists","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b34956d4-2535-4430-ba3b-ec902e806a35"}}],"id":"03051095-199f-480b-b7f2-f6251d1d002c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}lists/listParticipantLists.json?consumer_key={{consumer_key}}&currentArchived=&ip={{ip}}&lang=en&objectStatusId=0&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=11","description":"<p>Returns a list of Student Lists</p>\n","urlObject":{"path":["listParticipantLists.json"],"host":["{{url}}lists"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Set = \"archived\". Default = \"\"</p>\n","type":"text/plain"},"key":"currentArchived","value":""},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"disabled":true,"description":{"content":"<p>Filter to a Student objectId</p>\n","type":"text/plain"},"key":"objectId2","value":"{{participantObjectId}}"},{"description":{"content":"<p>0 = Only active 1 = Include Inactive 2 = Only Inactive</p>\n","type":"text/plain"},"key":"objectStatusId","value":"0"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>10 dateAdded\n11 listName</p>\n","type":"text/plain"},"key":"sortOrder","value":"11"},{"disabled":true,"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"sText","value":""}],"variable":[]}},"response":[{"id":"78c681d7-e248-4f78-9280-5f4a3b4464b2","name":"listParticipantLists","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}lists/listParticipantLists.json?consumer_key={{consumer_key}}&currentArchived=&ip={{ip}}&lang=en&objectId2={{participantObjectId}}&objectStatusId=0&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=11&sText","host":["{{url}}lists"],"path":["listParticipantLists.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"currentArchived","value":"","description":"Set = \"archived\". Default = \"\""},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"objectId2","value":"{{participantObjectId}}","description":"Filter to a Student objectId"},{"key":"objectStatusId","value":"0","description":"0 = Only active 1 = Include Inactive 2 = Only Inactive"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"50","description":"Number of records per page, suggest = 50"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"11","description":"10 dateAdded\n11 listName"},{"key":"sText","value":null,"description":"Search text (URL encoded)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"41790e99ce0233a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:07:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:07:01 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=PHKKGCMCIHILAMEAPAPMPCOF; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"PHKKGCMCIHILAMEAPAPMPCOF","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\"generated_in\": 9,\"stat\":\"ok\",\"iid\":0,\"readWritePermissionBroadcasts\":\"w\",\"readWritePermissionCare\":\"w\",\"readWritePermission\":\"w\",\"readWritePermissionSchoolForms\":\"w\",\"listPermission\":0,\"enableSchoolForms\":1,\"featureIds\":\"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\"totalrecs\":2,\"sortOrder\":11,\"oldSO\":\"\",\"mypage\":1,\"mypagesize\":50,\"maxcount\":1,\"totalParticipantsCount\":332,\"totalSlipsCount\": 0, \"totalSlipsResponses\":0,\"totalSlipsResponseRate\": \"0%\",\"listArchived\":[{\n  \"countOfLists\": 28,\n  \"listArchived\": \"Current\"\n}],\"data\":[{\n  \"objectId\": 10000000,\n  \"objectStatusId\": 0,\n  \"objectSourceId\": 0,\n  \"dateAdded\": \"30 May 2015\",\n  \"listName\": \"Whole School\",\n  \"listDescription\": \"\",\n  \"slipsSent\": 0,\n  \"slipsResponses\": 0,\n  \"slipsResponseRate\": \"0%\",\n  \"participantsCount\": 332\n},{\n  \"objectId\": 114202,\n  \"objectStatusId\": 0,\n  \"objectSourceId\": 0,\n  \"dateAdded\": \"17 Jun 2014\",\n  \"listName\": \"Grade 2\",\n  \"listDescription\": \"All of the students from Grade 2\",\n  \"slipsSent\": 0,\n  \"slipsResponses\": 0,\n  \"slipsResponseRate\": \"0%\",\n  \"participantsCount\": 5\n}]}"}],"_postman_id":"03051095-199f-480b-b7f2-f6251d1d002c"},{"name":"addList","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"objectId\", jsonData.data[0].objectId);","    pm.environment.set(\"listObjectId\", jsonData.data[0].objectId);","}"],"type":"text/javascript","id":"bffc4917-0026-4fef-9dbb-7a8d0f0b687c"}}],"id":"00fe6ef4-8135-4888-9d46-c12e59e66df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"listDescription\": \"List Description {{random_number}}\",\n  \"listName\": \"List {{random_number}}\",\n  \"signature\": \"{{signature}}\",\n  \"subjectName\": \"Subject {{random_number}}\"\n\n}\n"},"url":"{{url}}lists/addList.json","description":"<p>Add a new Student List</p>\n","urlObject":{"path":["addList.json"],"host":["{{url}}lists"],"query":[],"variable":[]}},"response":[{"id":"cd1e0137-9d04-4213-8bac-5b70a95e64cf","name":"addList","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"attributesJSON\": \"\",\n  \"listName\": \"My New List\",\n  \"listDescription\": \"This is my new list\",\n  \"subjectName\": \"Math\",\n  \"objectId\": \"\"\n}"},"url":"{{url}}lists/addList.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 03:22:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 03:22:31 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": 10248800,\n  \"objectTypeName\": \"lists\",\n  \"objectMethod\": \"addList\"\n}]}"}],"_postman_id":"00fe6ef4-8135-4888-9d46-c12e59e66df2"},{"name":"updateList","id":"ee0e598b-533a-4c8b-873b-355d7de42ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"listDescription\": \"List Description {{random_number}}\",\n  \"listName\": \"List {{random_number}}\",\n  \"objectId\": \"{{objectId}}\",\n  \"signature\": \"{{signature}}\",\n  \"subjectName\": \"Subject {{random_number}}\",\n  \"yearLevel\": \"1\"\n}\n\n"},"url":"{{url}}lists/updateList.json","description":"<p>Update a Student List</p>\n","urlObject":{"path":["updateList.json"],"host":["{{url}}lists"],"query":[],"variable":[]}},"response":[{"id":"878a52ae-7369-41a3-aa21-345357c93fd4","name":"updateList","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"listName\": \"My List\",\n  \"listDescription\": \"This is my list\",\n  \"subjectName\": \"Math\",\n  \"objectId\": \"10115449\",\n  \"yearLevel\": \"1\"\n}\n\n"},"url":"{{url}}lists/updateList.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 03:19:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 03:19:39 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 1,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": 10115449,\n  \"objectTypeName\": \"lists\",\n  \"objectMethod\": \"updateList\"\n}]}"}],"_postman_id":"ee0e598b-533a-4c8b-873b-355d7de42ceb"},{"name":"deleteList","id":"7c3786e7-a55a-4e68-9e17-21d97c73f903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId\": \"{{objectId}}\",\n  \"signature\": \"{{signature}}\"\n\n}"},"url":"{{url}}lists/deleteList.json","description":"<p>Delete a Student List</p>\n","urlObject":{"path":["deleteList.json"],"host":["{{url}}lists"],"query":[],"variable":[]}},"response":[{"id":"e9c18930-9dd6-4e75-9d9f-60a8a19fdea1","name":"deleteList","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId\": 10115499\n}"},"url":"{{url}}lists/deleteList.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 03:33:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 03:33:52 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 1,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": 0,\n  \"objectTypeName\": \"lists\",\n  \"objectMethod\": \"deleteList\"\n}]}"}],"_postman_id":"7c3786e7-a55a-4e68-9e17-21d97c73f903"}],"id":"b7818c76-7aba-43b3-a130-6a236c639a1d","description":"<p>Student Lists are groups of Students - classes, subjects, sports.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"41ca02f3-cfda-4d53-b450-92728f82634c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3e22059b-4224-4e4f-a540-ecd9d7f45c7a"}}],"_postman_id":"b7818c76-7aba-43b3-a130-6a236c639a1d"},{"name":"participants","item":[{"name":"listParticipants","event":[{"listen":"prerequest","script":{"id":"60a719b1-290c-49b3-9b01-24127d9510d7","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"528f8fb0-0fff-4e4a-96a9-2e12a6a1ee9c","exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"participantObjectId\", jsonData.data[0].objectId);","    pm.environment.set(\"schoolStudentId\", jsonData.data[0].schoolStudentId);","}"],"type":"text/javascript"}}],"id":"99513b3b-1c17-4ea2-9c21-26da8a773b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/listParticipants.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&listObjectId=133371&mypage=1&mypagesize=50&objectStatusId=0&signature={{signature}}&sortOrder=22&sText=&attributeId=47309","description":"<p>Returns a list of Students </p>\n","urlObject":{"path":["listParticipants.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Filter to a Student List objectId</p>\n","type":"text/plain"},"key":"listObjectId","value":"133371"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"description":{"content":"<p>0 = Only active 1 = Include Inactive 2 = Only Inactive</p>\n","type":"text/plain"},"key":"objectStatusId","value":"0"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>20 dateAdded\n21 participantFirstName\n22 participantLastName\n23 participantEmail\n24 participantPhone\n24 participantMobile</p>\n","type":"text/plain"},"key":"sortOrder","value":"22"},{"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"sText","value":""},{"key":"attributeId","value":"47309"}],"variable":[]}},"response":[{"id":"2b36b2e6-3b9b-4418-9c52-aa1a5f9dcaef","name":"listParticipants","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}participants/listParticipants.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sortOrder=22&SText=Clea Boyd-Eedle&listObjectId=0&objectStatusId=0&mypage=1&mypagesize=50","host":["{{url}}participants"],"path":["listParticipants.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"22","description":"20 dateAdded\n21 participantFirstName\n22 participantLastName\n23 participantEmail\n24 participantPhone\n24 participantMobile"},{"key":"SText","value":"Clea Boyd-Eedle","description":"Search text (URL encoded)"},{"key":"listObjectId","value":"0","description":"Filter to a Student List objectId"},{"key":"objectStatusId","value":"0","description":"0 = Only active 1 = Include Inactive 2 = Only Inactive"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"50","description":"Number of records per page, suggest = 50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"4179216be81e33a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:19:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:19:52 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=HCMKGCMCKGHLOGIMPBDAHBPO; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"HCMKGCMCKGHLOGIMPBDAHBPO","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n    \"totalrecs\": 3,\n    \"sortOrder\": 22,\n    \"oldSO\": \"\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 1,\n    \"totalParticipantsCount\": 3,\n    \"totalSlipsCount\": 7,\n    \"totalSlipsResponses\": 1,\n    \"totalSlipsResponseRate\": \"14.3%\",\n    \"data\": [\n        {\n            \"objectId\": 20471,\n            \"objectStatusId\": 0,\n            \"objectSourceId\": 0,\n            \"schoolStudentId\": \"cbe1234\",\n            \"countObjectRefs\": 16,\n            \"dateAdded\": \"18 Nov 2013\",\n            \"participantFirstName\": \"Clea\",\n            \"participantLastName\": \"Boyd-Eedle\",\n            \"participantFullName\": \"Clea Boyd-Eedle\",\n            \"participantEmail\": \"clea@eedle.com\",\n            \"slipsSent\": 5,\n            \"slipsResponses\": 1,\n            \"slipsResponseRate\": \"20%\",\n            \"photo\": \"https://files.parentpaperwork.com/student-image/20471/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n            \"thumb\": \"https://files.parentpaperwork.com/student-image/20471/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n            \"medicalAlert\": 0\n        },\n        {\n            \"objectId\": 10742641,\n            \"objectStatusId\": 0,\n            \"objectSourceId\": 0,\n            \"schoolStudentId\": \"\",\n            \"countObjectRefs\": 1,\n            \"dateAdded\": \"2 Jun 2016\",\n            \"participantFirstName\": \"Conor\",\n            \"participantLastName\": \"Boyd-Eedle\",\n            \"participantFullName\": \"Clea Boyd-Eedle\",\n            \"participantEmail\": \"\",\n            \"slipsSent\": 1,\n            \"slipsResponses\": 0,\n            \"slipsResponseRate\": \"0%\",\n            \"photo\": \"https://files.parentpaperwork.com/student-image/10742641/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n            \"thumb\": \"https://files.parentpaperwork.com/student-image/10742641/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n            \"medicalAlert\": 0\n        },\n        {\n            \"objectId\": 10742664,\n            \"objectStatusId\": 0,\n            \"objectSourceId\": 0,\n            \"schoolStudentId\": \"\",\n            \"countObjectRefs\": 1,\n            \"dateAdded\": \"2 Jun 2016\",\n            \"participantFirstName\": \"Colette\",\n            \"participantLastName\": \"Boyd-Eedle\",\n            \"participantFullName\": \"Clea Boyd-Eedle\",\n            \"participantEmail\": \"\",\n            \"slipsSent\": 1,\n            \"slipsResponses\": 0,\n            \"slipsResponseRate\": \"0%\",\n            \"photo\": \"https://files.parentpaperwork.com/student-image/10742664/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n            \"thumb\": \"https://files.parentpaperwork.com/student-image/10742664/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n            \"medicalAlert\": 0\n        }\n    ]\n}"}],"_postman_id":"99513b3b-1c17-4ea2-9c21-26da8a773b06"},{"name":"listParticipantsForContact","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ac0d9d5f-e7c7-4eff-9c79-f90366c26425"}}],"id":"180f4143-7b4a-4767-abb3-2965d446633b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/listParticipantsForContact.json?consumer_key={{consumer_key}}&contactObjectId={{contactObjectId}}&ip={{ip}}&lang=en&signature={{signature}}","description":"<p>Returns a list of Students for a nominated Parent Contact.</p>\n","urlObject":{"path":["listParticipantsForContact.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>ObjectId of the Parent Contact</p>\n","type":"text/plain"},"key":"contactObjectId","value":"{{contactObjectId}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[{"id":"832db1d7-1b4e-4ae5-bd1f-68862b571f0c","name":"listParticipantsForContact","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}participants/listParticipantsForContact.json?consumer_key={{consumer_key}}&contactObjectId={{contactObjectId}}&ip={{ip}}&lang=en&signature={{signature}}","host":["{{url}}participants"],"path":["listParticipantsForContact.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"contactObjectId","value":"{{contactObjectId}}","description":"ObjectId of the Parent Contact"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"4179060acbce33a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:01:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:01:11 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=CJJKGCMCOIFIANJMEAKGPADM; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"CJJKGCMCOIFIANJMEAKGPADM","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"iid\":0,\"readWritePermissionBroadcasts\":\"w\",\"readWritePermissionCare\":\"w\",\"readWritePermission\":\"w\",\"readWritePermissionSchoolForms\":\"w\",\"listPermission\":0,\"enableSchoolForms\":1,\"featureIds\":\"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\"totalrecs\":2,\"data\":[{\n  \"objectId\": 20469,\n  \"objectStatusId\": 0,\n  \"participantFullName\": \"Conor Boyd-Eedle\",\n  \"photo\": \"https://files.parentpaperwork.com/student-image/20469/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n  \"thumb\": \"https://files.parentpaperwork.com/student-image/20469/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n  \"medicalAlert\": 0\n},{\n  \"objectId\": 20471,\n  \"objectStatusId\": 0,\n  \"participantFullName\": \"Clea Boyd-Eedle\",\n  \"photo\": \"https://files.parentpaperwork.com/student-image/20471/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n  \"thumb\": \"https://files.parentpaperwork.com/student-image/20471/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n  \"medicalAlert\": 0\n}]}"}],"_postman_id":"180f4143-7b4a-4767-abb3-2965d446633b"},{"name":"getDetailParticipant","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e233f0d0-c025-42cf-892a-29327b443b83"}}],"id":"7db7902f-7f9c-4090-8850-0ef6aaff6f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/getDetailParticipant.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{participantObjectId}}","description":"<p>Returns the detail for a Student</p>\n","urlObject":{"path":["getDetailParticipant.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"disabled":true,"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"SText","value":"Clea Boyd-Eedle"},{"description":{"content":"<p>ObjectId of the Student</p>\n","type":"text/plain"},"key":"objectId","value":"{{participantObjectId}}"}],"variable":[]}},"response":[{"id":"9cf1495e-73e4-41cf-81da-36312166439b","name":"getDetailParticipant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}participants/getDetailParticipant.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId=10126413","host":["{{url}}participants"],"path":["getDetailParticipant.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"SText","value":"Clea Boyd-Eedle","description":"Search text (URL encoded)","disabled":true},{"key":"objectId","value":"10126413","description":"ObjectId of the Student"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 06:32:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 06:32:58 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1\",\n    \"totalrecs\": 1,\n    \"data\": [\n        {\n            \"objectId\": 10126413,\n            \"objectStatusId\": 0,\n            \"objectSourceId\": 3,\n            \"enableSMS\": 1,\n            \"dateAdded\": \"4 Jan 2017\",\n            \"participantFirstName\": \"Conor\",\n            \"participantLastName\": \"Boyd\",\n            \"participantFullName\": \"Conor Boyd\",\n            \"participantEmail\": \"conor@boyd.com\",\n            \"participantPhone\": \"0398880000\",\n            \"participantMobile\": \"0419876942\",\n            \"slipsSent\": 10,\n            \"slipsResponses\": 8,\n            \"slipsResponseRate\": 80,\n            \"schoolStudentId\": \"45746\",\n            \"countInterviews\": \"0\",\n            \"photo\": \"1\",\n            \"medicalAlert\": 1,\n            \"countAttributes\": 8,\n            \"countCareAttributes\": 4,\n            \"attributes\": [\n                {\n                    \"attributeId\": 34566,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"2363457\",\n                    \"attributeValueText\": \"2363457\",\n                    \"attributeName\": \"Ambulance Numbers\",\n                    \"attributeType\": \"nvarchar\",\n                    \"allocateToCareModule\": 1\n                },\n                {\n                    \"attributeId\": 34653,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"899012345-01\",\n                    \"attributeValueText\": \"899012345-01\",\n                    \"attributeName\": \"Medicare Card Number\",\n                    \"attributeType\": \"nvarchar\",\n                    \"allocateToCareModule\": 1\n                },\n                {\n                    \"attributeId\": 34574,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"19\",\n                    \"attributeValueText\": \"Medical Attention from a Dentist\",\n                    \"attributeName\": \"In the case of an emergency, and when all efforts by the School to make contact with a parent or guardian have failed, has the School permission to arrange\",\n                    \"attributeType\": \"selectlist\",\n                    \"allocateToCareModule\": 1,\n                    \"attributeListOptions\": \"[19,'Medical Attention from a Dentist'],[18,'Medical Attention from a Doctor']\"\n                },\n                {\n                    \"attributeId\": 34654,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"1\",\n                    \"attributeValueText\": \"1\",\n                    \"attributeName\": \"Medicare Line Number\",\n                    \"attributeType\": \"nvarchar\",\n                    \"allocateToCareModule\": 1\n                },\n                {\n                    \"attributeId\": 34572,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"14\",\n                    \"attributeValueText\": \"Yes\",\n                    \"attributeName\": \"Peanut Allergy\",\n                    \"attributeType\": \"selectlist\",\n                    \"allocateToCareModule\": 0,\n                    \"attributeListOptions\": \"[15,'No'],[14,'Yes']\"\n                },\n                {\n                    \"attributeId\": 34573,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"16\",\n                    \"attributeValueText\": \"Yes\",\n                    \"attributeName\": \"Paid Excursion Levy\",\n                    \"attributeType\": \"selectlist\",\n                    \"allocateToCareModule\": 0,\n                    \"attributeListOptions\": \"[17,'No'],[16,'Yes']\"\n                },\n                {\n                    \"attributeId\": 34568,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"7,8\",\n                    \"attributeValueText\": \"Choice 1a<br>Choice 3\",\n                    \"attributeName\": \"Musical instrument\",\n                    \"attributeType\": \"checkbox\",\n                    \"allocateToCareModule\": 0,\n                    \"attributeListOptions\": \"[7,'French Horn'],[8,'Trumpet'],[6,'HSaxophone']\"\n                },\n                {\n                    \"attributeId\": 34580,\n                    \"editableByUser\": 1,\n                    \"attributeValue\": \"Clea\",\n                    \"attributeValueText\": \"Clea\",\n                    \"attributeName\": \"Sibling 1 (Name/Age/Gender)\",\n                    \"attributeType\": \"nvarchar\",\n                    \"allocateToCareModule\": 0\n                }\n                \n            ]\n        }\n    ]\n}"}],"_postman_id":"7db7902f-7f9c-4090-8850-0ef6aaff6f5d"},{"name":"listParticipantAttributes","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"65227daa-33f7-40de-81e5-5c076f4f0978"}},{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"attributeId\", jsonData.data[0].attributeId);","}"],"type":"text/javascript","id":"8e6b2ce9-495d-4d87-85ef-d9c698eee9ec"}}],"id":"3c559ad3-72bf-422c-ab74-c7603642ad15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/listParticipantAttributes.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sortOrder=71&mypage=1&mypagesize=50","description":"<p>Returns a list of Students Attribute fields available for Students</p>\n<p><strong>attributeTypeText</strong></p>\n<p>Text - Text field<br />List - Select List field (one option)<br />Check Boxes - Multi-select checkboxes  </p>\n","urlObject":{"path":["listParticipantAttributes.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>70 attributeName<br />71 sortOrder</p>\n","type":"text/plain"},"key":"sortOrder","value":"71"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"}],"variable":[]}},"response":[{"id":"b4f4574f-226b-49cf-929b-814f0cb61b67","name":"listParticipantAttributes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}participants/listParticipantAttributes.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sortOrder=71&mypage=1&mypagesize=50","host":["{{url}}participants"],"path":["listParticipantAttributes.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"71","description":"70 attributeName  \n71 sortOrder"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"50","description":"Number of records per page, suggest = 50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 06:14:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 06:14:04 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1\",\n    \"totalrecs\": 13,\n    \"sortOrder\": 71,\n    \"oldSO\": \"\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 1,\n    \"data\": [\n        {\n            \"attributeId\": 34583,\n            \"sortOrder\": 1,\n            \"dateAdded\": \"6 Jun 2016\",\n            \"attributeName\": \"Siblings School/children’s service attending \",\n            \"attributeTypeText\": \"Text\",\n            \"countParticipants\": 23,\n            \"mappedToField\": 0\n        },\n        {\n            \"attributeId\": 34581,\n            \"sortOrder\": 2,\n            \"dateAdded\": \"6 Jun 2016\",\n            \"attributeName\": \"Sibling 1 (Name/Age/Gender)\",\n            \"attributeTypeText\": \"Text\",\n            \"countParticipants\": 23,\n            \"mappedToField\": 0\n        },\n        {\n            \"attributeId\": 34580,\n            \"sortOrder\": 3,\n            \"dateAdded\": \"6 Jun 2016\",\n            \"attributeName\": \"Sibling 2 (Name/Age/Gender)\",\n            \"attributeTypeText\": \"Text\",\n            \"countParticipants\": 36,\n            \"mappedToField\": 0\n        },\n        {\n            \"attributeId\": 34568,\n            \"sortOrder\": 4,\n            \"dateAdded\": \"24 Apr 2014\",\n            \"attributeName\": \"Musical instrument\",\n            \"attributeTypeText\": \"Check Boxes\",\n            \"countParticipants\": 29,\n            \"mappedToField\": 0\n        },\n        {\n            \"attributeId\": 34573,\n            \"sortOrder\": 5,\n            \"dateAdded\": \"27 Apr 2014\",\n            \"attributeName\": \"Paid Excursion Levy\",\n            \"attributeTypeText\": \"List\",\n            \"countParticipants\": 53,\n            \"mappedToField\": 0\n        }\n    ]\n}"}],"_postman_id":"3c559ad3-72bf-422c-ab74-c7603642ad15"},{"name":"participantsFromListNotIncludedInSlipResponses","event":[{"listen":"prerequest","script":{"id":"8408972e-d3d6-4df7-8074-6839efdbf86e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"c58af9fb-29b5-49cc-8a2e-49ec4cd564cf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"315427ab-4156-4e10-9910-c974d8b2b6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/participantsFromListNotIncludedInSlipResponses.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&mypage=1&mypagesize=50&slipObjectId={{slipObjectId}}","description":"<p>Returns a list of Students Attribute fields available for Students</p>\n<p><strong>attributeTypeText</strong></p>\n<p>Text - Text field<br />List - Select List field (one option)<br />Check Boxes - Multi-select checkboxes  </p>\n","urlObject":{"path":["participantsFromListNotIncludedInSlipResponses.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"key":"slipObjectId","value":"{{slipObjectId}}"}],"variable":[]}},"response":[],"_postman_id":"315427ab-4156-4e10-9910-c974d8b2b6a9"},{"name":"getDetailParticipantAttribute","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bcdfb2bb-a042-4bd9-9a76-6379ef6801c0"}}],"id":"8537a26e-85e1-4d2a-8b53-64478c9eff55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}participants/getDetailParticipantAttribute.json?attributeId={{attributeId}}&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}","description":"<p>Returns the detail of a Student Attribute field</p>\n","urlObject":{"path":["getDetailParticipantAttribute.json"],"host":["{{url}}participants"],"query":[{"description":{"content":"<p>Id of the Attribute to return</p>\n","type":"text/plain"},"key":"attributeId","value":"{{attributeId}}"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[{"id":"d1348ff7-74a8-48d9-85ca-40539d246ae0","name":"getDetailParticipantAttribute","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}participants/getDetailParticipantAttribute.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&attributeId=34574","host":["{{url}}participants"],"path":["getDetailParticipantAttribute.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"attributeId","value":"34574","description":"Id of the Attribute to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 06:39:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 06:39:04 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"iid\":0,\"readWritePermissionBroadcasts\":\"w\",\"readWritePermissionCare\":\"w\",\"readWritePermission\":\"w\",\"readWritePermissionSchoolForms\":\"w\",\"listPermission\":0,\"enableSchoolForms\":1,\"featureIds\":\"1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1\",\"totalrecs\":1,\"data\":[{\n  \"attributeId\": 34574,\n  \"countParticipants\": 31,\n  \"attributeName\": \"In the case of an emergency, and when all efforts by the School to make contact with a parent or guardian have failed, has the School permission to arrange\",\n  \"attributeRequired\": 0,\n  \"editableByUser\": 1,\n  \"attributeType\": \"selectlist\",\n  \"includeInExports\": 0,\n  \"mappedToFieldName\": \"\",\n  \"attributeListOptions\": \"[19,'Medical Attention from a Dentist'],[18,'Medical Attention from a Doctor']\"\n}]}"}],"_postman_id":"8537a26e-85e1-4d2a-8b53-64478c9eff55"},{"name":"addParticipant","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"objectId\", jsonData.data[0].objectId);","    pm.environment.set(\"participantObjectId\", jsonData.data[0].objectId);","}"],"type":"text/javascript","id":"8cf768e5-2289-4487-9cdf-385ed879295f"}}],"id":"981cd62b-f773-4328-8eda-533e39e74262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attributesJSON\": \"\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectStatusId\": 0,\n  \"participantCountryCode\": \"AU\",\n  \"participantEmail\": \"email{{random_number}}@example.com\",\n  \"participantFirstName\": \"First{{random_number}}\",\n  \"participantLastName\": \"Last{{random_number}}\",\n  \"participantMobile\": \"Mobile{{random_number}}\",\n  \"participantPassword\": \"\",\n  \"participantPasswordKey\": \"\",\n  \"participantPhone\": \"Phone{{random_number}}\",\n  \"participantZoneId\": \"37\",\n  \"schoolStudentId\": \"new{{random_number}}\",\n  \"signature\": \"{{signature}}\"\n\n}"},"url":"{{url}}participants/addParticipant.json","description":"<p>Add a Student</p>\n","urlObject":{"path":["addParticipant.json"],"host":["{{url}}participants"],"query":[],"variable":[]}},"response":[{"id":"eeaa0cc8-385c-4c39-84d5-839d41d652b1","name":"addParticipant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"attributesJSON\": \"\",\n  \"objectId\": 0,\n  \"objectStatusId\": 0,\n  \"participantPassword\": \"\",\n  \"participantPasswordKey\": \"\",\n  \"participantCountryCode\": \"AU\",\n  \"participantZoneId\": \"37\",\n  \"participantFirstName\": \"David\",\n  \"participantLastName\": \"Eedle\",\n  \"participantEmail\": \"david@eedle.com\",\n  \"participantPhone\": \"03 9980 9980\",\n  \"participantMobile\": \"0419 876 942\",\n  \"schoolStudentId\": \"{{schoolStudentId}}\"\n}"},"url":"{{url}}participants/addParticipant.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:26:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:26:48 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 1,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": {{participantObjectId}},\n  \"objectTypeName\": \"participants\",\n  \"objectMethod\": \"addParticipant\"\n}]}"}],"_postman_id":"981cd62b-f773-4328-8eda-533e39e74262"},{"name":"updateParticipant","id":"f194e533-d934-4cd0-b900-c14a2f1e2ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attributesJSON\": \"\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId\": \"{{objectId}}\",\n  \"objectStatusId\": 0,\n  \"participantCountryCode\": \"AU\",\n  \"participantEmail\": \"email{{random_number}}@example.com\",\n  \"participantFirstName\": \"First{{random_number}}\",\n  \"participantLastName\": \"Last{{random_number}}\",\n  \"participantMobile\": \"Mobile{{random_number}}\",\n  \"participantPassword\": \"\",\n  \"participantPasswordKey\": \"\",\n  \"participantPhone\": \"Phone{{random_number}}\",\n  \"participantZoneId\": \"37\",\n  \"schoolStudentId\": \"update{{random_number}}\",\n  \"signature\": \"{{signature}}\"\n\n}"},"url":"{{url}}participants/updateParticipant.json","description":"<p>Update a Student</p>\n<p><strong>Attributes</strong></p>\n<p>Attribute values are passed as an escaped JSON in the attributesJSON field.</p>\n<p>The JSON is name:value pairs, with the name being the attributeId pre=pended with 'a'.</p>\n<p>Where the Attribute is a List of Checkboxes, the value passed is the ID value of the selected option(s)</p>\n<p> \"attributesJSON\": \"{\"a34566\":\"2363457\"},{\"a34653\":\"899012345-01\"},{\"a34574\":\"19\"},{\"a34654\":\"1\"},{\"a34572\":\"14\"},{\"a34576\":\"\"},{\"a34567\":\"0\"},{\"a34573\":\"16\"},{\"a34568\":\"7\"},{\"a34568\":\"8\"},{\"a34580\":\"\"},{\"a34581\":\"\"},{\"a34582\":\"\"},{\"a34583\":\"\"}\"</p>\n","urlObject":{"path":["updateParticipant.json"],"host":["{{url}}participants"],"query":[],"variable":[]}},"response":[{"id":"c1ac726b-d0f2-4d70-8507-8436c4065ffe","name":"updateParticipant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"attributesJSON\": \"\",\n  \"objectId\": 10248739,\n  \"objectStatusId\": 0,\n  \"participantPassword\": \"\",\n  \"participantPasswordKey\": \"\",\n  \"participantCountryCode\": \"AU\",\n  \"participantZoneId\": \"37\",\n  \"participantFirstName\": \"David\",\n  \"participantLastName\": \"Eedle\",\n  \"participantEmail\": \"david@eedle.com\",\n  \"participantPhone\": \"03 9980 9980\",\n  \"participantMobile\": \"0419 876 942\",\n  \"schoolStudentId\": \"{{schoolStudentId}}\"\n}"},"url":"{{url}}participants/updateParticipant.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:32:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:32:57 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objectId\": {{participantObjectId}},\n        \"objectTypeName\": \"participants\",\n        \"objectMethod\": \"updateParticipant\"\n    }\n]"}],"_postman_id":"f194e533-d934-4cd0-b900-c14a2f1e2ae3"},{"name":"deleteParticipant","id":"44027ad5-a83e-4dbf-8137-f7c033f5d9dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId\": \"{{objectId}}\",\n  \"signature\": \"{{signature}}\"\n\n}"},"url":"{{url}}participants/deleteParticipant.json","description":"<p>Delete a Student</p>\n","urlObject":{"path":["deleteParticipant.json"],"host":["{{url}}participants"],"query":[],"variable":[]}},"response":[{"id":"7c029cce-bc72-46c0-b03c-3804cf75680e","name":"deleteParticipant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId\": \"10248739\"\n}"},"url":"{{url}}participants/deleteParticipant.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:37:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 10 May 2018 03:37:29 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 1,\"stat\":\"ok\",\"data\":[{\n  \"objectId\": {{participantObjectId}},\n  \"objectTypeName\": \"participants\",\n  \"objectMethod\": \"deleteParticipant\"\n}]}"}],"_postman_id":"44027ad5-a83e-4dbf-8137-f7c033f5d9dc"}],"id":"8fc20174-3ef1-44d8-9622-b620559cccd3","description":"<p>Students at the school</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1ea6559e-f22c-42e3-bcb2-c632881adf9a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"15733c6c-cc1c-4c0f-88ff-dbdc2d636603"}}],"_postman_id":"8fc20174-3ef1-44d8-9622-b620559cccd3"},{"name":"objects","item":[{"name":"addObjectRelationship with Contact","id":"44229323-bb01-47e3-89a1-29c2bd51ada8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId1\": \"{{participantObjectId}}\",\n  \"objectId2\": \"{{contactObjectId}}\",\n  \"signature\": \"{{signature}}\"\n}"},"url":"{{url}}objects/addObjectRelationship.json","description":"<p>Create a relationship between a Student and a Parent/Guardian Contact</p>\n<p>objectId1 = Student objectId<br />objectId2 = Contact objectId</p>\n","urlObject":{"path":["addObjectRelationship.json"],"host":["{{url}}objects"],"query":[],"variable":[]}},"response":[{"id":"b53cf5b9-4e1c-4db7-95b2-4bbe8e90eaa6","name":"addObjectRelationship - Student > Student List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10016978\"\n}"},"url":"{{url}}objects/addObjectRelationship.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 06:03:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 06:03:55 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10016978\",\n  \"objectTypeName\": \"objects\",\n  \"objectMethod\": \"addObjectRelationship\"\n}]}"}],"_postman_id":"44229323-bb01-47e3-89a1-29c2bd51ada8"},{"name":"addObjectRelationship with List","id":"84afe1b6-853f-46bb-8f54-3a6ddba2f558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId1\": \"{{participantObjectId}}\",\n  \"objectId2\": \"{{listObjectId}}\",\n  \"signature\": \"{{signature}}\"\n\n}"},"url":"{{url}}objects/addObjectRelationship.json","description":"<p>Create a relationship between a Student and a Student List</p>\n<p>objectId1 = Student objectId<br />objectId2 = Student List objectId</p>\n","urlObject":{"path":["addObjectRelationship.json"],"host":["{{url}}objects"],"query":[],"variable":[]}},"response":[{"id":"350a9c69-3e57-4798-a0a1-b37b767b87d6","name":"addObjectRelationship - Student > Student List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10115428\"\n}"},"url":"{{url}}objects/addObjectRelationship.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 05:56:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 05:56:59 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 0,\"stat\":\"ok\",\"data\":[{\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10115428\",\n  \"objectTypeName\": \"objects\",\n  \"objectMethod\": \"addObjectRelationship\"\n}]}"}],"_postman_id":"84afe1b6-853f-46bb-8f54-3a6ddba2f558"},{"name":"removeObjectRelationship","id":"1424d261-18d7-41b0-93be-7f4d220129cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"ip\": \"{{ip}}\",\n  \"lang\": \"en\",\n  \"objectId1\": \"{{participantObjectId}}\",\n  \"objectId2\": \"{{listObjectId}}\",\n  \"signature\": \"{{signature}}\"\n}"},"url":"{{url}}objects/removeObjectRelationship.json","description":"<p>Drop a relationship between two objects. For example:</p>\n<p><strong>Student and a Parent/Guardian Contact</strong></p>\n<p>objectId1 = Student objectId<br />objectId2 = Contact objectId</p>\n<p><strong>Student and a Student List</strong></p>\n<p>objectId1 = Student objectId<br />objectId2 = Student List objectId</p>\n","urlObject":{"path":["removeObjectRelationship.json"],"host":["{{url}}objects"],"query":[],"variable":[]}},"response":[{"id":"7116d385-c186-467c-a722-ff86293573a7","name":"removeObjectRelationship","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"{{ip}}\",\n  \"consumer_key\": \"{{consumer_key}}\",\n  \"lang\": \"en\",\n  \"signature\": \"{{signature}}\",\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10016978\"\n}"},"url":"{{url}}objects/addObjectRelationship.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 21 May 2018 06:28:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 21 May 2018 06:28:12 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"generated_in\": 1,\"stat\":\"ok\",\"data\":[{\n  \"objectId1\": \"10126413\",\n  \"objectId2\": \"10016978\",\n  \"objectTypeName\": \"objects\",\n  \"objectMethod\": \"addObjectRelationship\"\n}]}"}],"_postman_id":"1424d261-18d7-41b0-93be-7f4d220129cf"}],"id":"066a98f6-b4b6-4566-b9c3-b50bd6289afd","description":"<p>Contacts, Lists, Participants and Slips are all objects within EdSmart, each has a unique objectId</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4aa27742-0c0c-4f4e-8878-0144e2015b69"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"38cb8aeb-1d8a-43ea-aa70-bac367acf57e"}}],"_postman_id":"066a98f6-b4b6-4566-b9c3-b50bd6289afd"},{"name":"slips","item":[{"name":"listMyForms","event":[{"listen":"test","script":{"id":"e83af0a3-50c2-408b-9b4d-d9b49e963d5b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"04bff49c-a56f-4e4e-82e1-6e49a00b162d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listMyForms.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=50&schoolParentUniqueId=E5ADDC0B-4A06-48FB-B007-8F5F6592B951&sortOrder=4","description":"<p>Returns the Lists of Parent Slips and School Forms for a nominated Student</p>\n","urlObject":{"path":["listMyForms.json"],"host":["{{url}}slips"],"query":[{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded</p>\n","type":"text/plain"},"key":"filterTypeId","value":"1"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"description":{"content":"<p>Student Database Internal ID for Parent Contact</p>\n","type":"text/plain"},"key":"schoolParentUniqueId","value":"E5ADDC0B-4A06-48FB-B007-8F5F6592B951"},{"description":{"content":"<p>1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate</p>\n","type":"text/plain"},"key":"sortOrder","value":"4"}],"variable":[]}},"response":[{"id":"215ea607-4dc2-4ad8-8cab-afd504eb68fc","name":"listMyForms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listMyForms.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=40&oldSO=&schoolParentUniqueId={{schoolParentUniqueId}}&sortOrder=4","host":["{{url}}slips"],"path":["listMyForms.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"filterTypeId","value":"1","description":"0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact"},{"key":"sortOrder","value":"4","description":"1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"generated_in\": 1,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"allowEditTemplates\": \"1\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0\",\n\t\"userRoleId\": 2,\n\t\"enterprise\": 0,\n\t\"totalrecs\": 21,\n\t\"sortOrder\": 1,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 200,\n\t\"maxcount\": 1,\n\t\"logoFile\": \"https://files.parentpaperwork.com/companyLogos/20459-P1O8S8QCVY.jpg\",\n\t\"accountName\": \"Demo School\",\n\t\"objectTypeId\": 0,\n\t\"data\": [{\n\t\t\t\"objectId\": 26377859,\n\t\t\t\"responseObjectId\": 26380078,\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"slipArchived\": 0,\n\t\t\t\"responderId\": 0,\n\t\t\t\"ccNotificationsResponderId\": 0,\n\t\t\t\"initiatedByContact\": 0,\n\t\t\t\"contactResponseId\": 13,\n\t\t\t\"dateAdded\": \"17 Jul 2019\",\n\t\t\t\"slipTitle\": \"Learning Support - Reading Intervention Permission Form - Term 3 2019\",\n\t\t\t\"contactFullName\": \"David Eedle\",\n\t\t\t\"schoolParentUniqueId\": \"eedle1023\",\n\t\t\t\"participantFullName\": \"Conor Eedle\",\n\t\t\t\"schoolStudentId\": \"c115147\",\n\t\t\t\"slipStatusId\": 2,\n\t\t\t\"pastClosingDate\": 0,\n\t\t\t\"slipStatusName\": \"Complete\",\n\t\t\t\"countChildrenSlips\": 0,\n\t\t\t\"slipResponseCode\": \"jiap6uEDOJByd15j7HBD\",\n\t\t\t\"slipReadOnlyCode\": \"\",\n\t\t\t\"slipDateTimeToSend\": \"17 Jul 2019 @ 02:45 PM\",\n\t\t\t\"slipDueDate\": \"19 Jul 2019\"\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 26325566,\n\t\t\t\"responseObjectId\": 26349192,\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"slipArchived\": 0,\n\t\t\t\"responderId\": 0,\n\t\t\t\"ccNotificationsResponderId\": 0,\n\t\t\t\"initiatedByContact\": 0,\n\t\t\t\"contactResponseId\": 0,\n\t\t\t\"dateAdded\": \"16 Jul 2019\",\n\t\t\t\"slipTitle\": \"ICAS Test 2019 - Expression of Interest\",\n\t\t\t\"contactFullName\": \"David Eedle\",\n\t\t\t\"schoolParentUniqueId\": \"eedle1023\",\n\t\t\t\"participantFullName\": \"Conor Eedle\",\n\t\t\t\"schoolStudentId\": \"c115146\",\n\t\t\t\"slipStatusId\": 2,\n\t\t\t\"pastClosingDate\": 0,\n\t\t\t\"slipStatusName\": \"Sent to Parent for Response\",\n\t\t\t\"countChildrenSlips\": 0,\n\t\t\t\"slipResponseCode\": \"5DyRNI2Do0TtpwhcZpf3\",\n\t\t\t\"slipReadOnlyCode\": \"\",\n\t\t\t\"slipDateTimeToSend\": \"16 Jul 2019 @ 01:30 PM\",\n\t\t\t\"slipDueDate\": \"26 Jul 2019\"\n\t\t}\n\t]\n}"}],"_postman_id":"04bff49c-a56f-4e4e-82e1-6e49a00b162d"},{"name":"listInternalForms","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2df7bce0-7820-4f49-ba95-8106d98a2783"}}],"id":"1ee7bef9-4916-4590-b09e-272dd39ca48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listInternalForms.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=50&schoolParentUniqueId={{schoolParentUniqueId}}&sortOrder=4","description":"<p>Returns the Lists of Parent Slips and School Forms for a nominated Student</p>\n","urlObject":{"path":["listInternalForms.json"],"host":["{{url}}slips"],"query":[{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded</p>\n","type":"text/plain"},"key":"filterTypeId","value":"1"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"description":{"content":"<p>Student Database Internal ID for Parent Contact</p>\n","type":"text/plain"},"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}"},{"description":{"content":"<p>1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate</p>\n","type":"text/plain"},"key":"sortOrder","value":"4"}],"variable":[]}},"response":[{"id":"ef83c1e9-d78a-4d6f-86b4-24bfbe317542","name":"listMyForms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listMyForms.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=40&oldSO=&schoolParentUniqueId={{schoolParentUniqueId}}&sortOrder=4","host":["{{url}}slips"],"path":["listMyForms.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"filterTypeId","value":"1","description":"0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact"},{"key":"sortOrder","value":"4","description":"1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"generated_in\": 1,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"allowEditTemplates\": \"1\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0\",\n\t\"userRoleId\": 2,\n\t\"enterprise\": 0,\n\t\"totalrecs\": 21,\n\t\"sortOrder\": 1,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 200,\n\t\"maxcount\": 1,\n\t\"logoFile\": \"https://files.parentpaperwork.com/companyLogos/20459-P1O8S8QCVY.jpg\",\n\t\"accountName\": \"Demo School\",\n\t\"objectTypeId\": 0,\n\t\"data\": [{\n\t\t\t\"objectId\": 26377859,\n\t\t\t\"responseObjectId\": 26380078,\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"slipArchived\": 0,\n\t\t\t\"responderId\": 0,\n\t\t\t\"ccNotificationsResponderId\": 0,\n\t\t\t\"initiatedByContact\": 0,\n\t\t\t\"contactResponseId\": 13,\n\t\t\t\"dateAdded\": \"17 Jul 2019\",\n\t\t\t\"slipTitle\": \"Learning Support - Reading Intervention Permission Form - Term 3 2019\",\n\t\t\t\"contactFullName\": \"David Eedle\",\n\t\t\t\"schoolParentUniqueId\": \"eedle1023\",\n\t\t\t\"participantFullName\": \"Conor Eedle\",\n\t\t\t\"schoolStudentId\": \"c115147\",\n\t\t\t\"slipStatusId\": 2,\n\t\t\t\"pastClosingDate\": 0,\n\t\t\t\"slipStatusName\": \"Complete\",\n\t\t\t\"countChildrenSlips\": 0,\n\t\t\t\"slipResponseCode\": \"jiap6uEDOJByd15j7HBD\",\n\t\t\t\"slipReadOnlyCode\": \"\",\n\t\t\t\"slipDateTimeToSend\": \"17 Jul 2019 @ 02:45 PM\",\n\t\t\t\"slipDueDate\": \"19 Jul 2019\"\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 26325566,\n\t\t\t\"responseObjectId\": 26349192,\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"slipArchived\": 0,\n\t\t\t\"responderId\": 0,\n\t\t\t\"ccNotificationsResponderId\": 0,\n\t\t\t\"initiatedByContact\": 0,\n\t\t\t\"contactResponseId\": 0,\n\t\t\t\"dateAdded\": \"16 Jul 2019\",\n\t\t\t\"slipTitle\": \"ICAS Test 2019 - Expression of Interest\",\n\t\t\t\"contactFullName\": \"David Eedle\",\n\t\t\t\"schoolParentUniqueId\": \"eedle1023\",\n\t\t\t\"participantFullName\": \"Conor Eedle\",\n\t\t\t\"schoolStudentId\": \"c115146\",\n\t\t\t\"slipStatusId\": 2,\n\t\t\t\"pastClosingDate\": 0,\n\t\t\t\"slipStatusName\": \"Sent to Parent for Response\",\n\t\t\t\"countChildrenSlips\": 0,\n\t\t\t\"slipResponseCode\": \"5DyRNI2Do0TtpwhcZpf3\",\n\t\t\t\"slipReadOnlyCode\": \"\",\n\t\t\t\"slipDateTimeToSend\": \"16 Jul 2019 @ 01:30 PM\",\n\t\t\t\"slipDueDate\": \"26 Jul 2019\"\n\t\t}\n\t]\n}"}],"_postman_id":"1ee7bef9-4916-4590-b09e-272dd39ca48f"},{"name":"listSlips","event":[{"listen":"test","script":{"exec":["","var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"slipObjectId\", jsonData.data[0].objectId);","}"],"type":"text/javascript","id":"7c838731-4241-493d-9399-3c39b45d5c8a"}}],"id":"5a1329a5-a208-443d-97ae-0bf70e4cee6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listSlips.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&mypage=1&mypagesize=50&signature={{signature}}&slipFormFolderId=0&slipStatusId=2&sortOrder=1&formObjectId=0","description":"<p>Returns list of Slips for the User</p>\n","urlObject":{"path":["listSlips.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"disabled":true,"description":{"content":"<p>Filter to a Student List object</p>\n","type":"text/plain"},"key":"participantListObjectId","value":"0"},{"disabled":true,"description":{"content":"<p>Filter to a Student object</p>\n","type":"text/plain"},"key":"participantObjectId","value":"{{participantObjectId}}"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>Filter to a Folder</p>\n","type":"text/plain"},"key":"slipFormFolderId","value":"0"},{"description":{"content":"<p>0 Draft\n1 Queued\n2 Sent\n3 Pending Approval\n4 Approved</p>\n","type":"text/plain"},"key":"slipStatusId","value":"2"},{"description":{"content":"<p>1 dateAdded\n2 slipTitle\n3 slipDateTimeToSend\n4 slipDueDate\n5 calendarEntryDateTimeFrom</p>\n","type":"text/plain"},"key":"sortOrder","value":"1"},{"disabled":true,"description":{"content":"<p>Search text (URL encoded)</p>\n","type":"text/plain"},"key":"sText","value":""},{"key":"formObjectId","value":"0"}],"variable":[]}},"response":[{"id":"ebc85106-cbf5-4324-9f25-33510bdcf967","name":"listSlips","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listSlips.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&mypage=1&mypagesize=40&oldSO=&sortOrder=1&sText&slipStatusId=0&participantListObjectId=0&participantObjectId=0&slipFormFolderId=0&formObjectId=0","host":["{{url}}slips"],"path":["listSlips.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"sortOrder","value":"1","description":"1 dateAdded\n2 slipTitle\n3 slipDateTimeToSend\n4 slipDueDate\n5 calendarEntryDateTimeFrom"},{"key":"sText","value":null,"description":"Search text (URL encoded)"},{"key":"slipStatusId","value":"0","description":"0 Draft\n1 Queued\n2 Sent\n3 Pending Approval\n4 Approved"},{"key":"participantListObjectId","value":"0","description":"Filter to a Student List object"},{"key":"participantObjectId","value":"0","description":"Filter to a Student object"},{"key":"slipFormFolderId","value":"0","description":"Filter to a Folder"},{"key":"formObjectId","value":"0","description":"Filter to a Form object"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"417906d7be2f33a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:01:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:01:44 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=CKJKGCMCJHEIKINGJIDNLMAL; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"CKJKGCMCJHEIKINGJIDNLMAL","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n\t\"generated_in\": 0,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n\t\"countCategories\": 6,\n\t\"categories\": [{\n\t\t\t\"formCategoryId\": 3548,\n\t\t\t\"formCategoryName\": \"Excursions (99)\"\n\t\t},\n\t\t{\n\t\t\t\"formCategoryId\": 3505,\n\t\t\t\"formCategoryName\": \"Fundraising (1)\"\n\t\t},\n\t\t{\n\t\t\t\"formCategoryId\": 4004,\n\t\t\t\"formCategoryName\": \"Giulia (40)\"\n\t\t},\n\t\t{\n\t\t\t\"formCategoryId\": 4043,\n\t\t\t\"formCategoryName\": \"Medical and Contact updates (1)\"\n\t\t},\n\t\t{\n\t\t\t\"formCategoryId\": 4108,\n\t\t\t\"formCategoryName\": \"Rizad (7)\"\n\t\t},\n\t\t{\n\t\t\t\"formCategoryId\": 3638,\n\t\t\t\"formCategoryName\": \"Working and Testing (3)\"\n\t\t}\n\t],\n\t\"countFolders\": 6,\n\t\"folders\": [{\n\t\t\t\"slipFormFolderId\": 345929,\n\t\t\t\"slipFormFolderName\": \"check folder (7)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345981,\n\t\t\t\"slipFormFolderName\": \"Excursion Slips 2018 (1)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345631,\n\t\t\t\"slipFormFolderName\": \"Grade 6 Excursion Forms (8)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345658,\n\t\t\t\"slipFormFolderName\": \"Grade 7 RSVPs (14)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345899,\n\t\t\t\"slipFormFolderName\": \"Rizad's Slips (4)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345683,\n\t\t\t\"slipFormFolderName\": \"Sam's Test slips (12)\"\n\t\t}\n\t],\n\t\"countForms\": 0,\n\t\"totalrecs\": 183,\n\t\"sortOrder\": 1,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 40,\n\t\"maxcount\": 5,\n\t\"totalSlipsCount\": 746,\n\t\"totalParticipantsCount\": 746,\n\t\"totalSlipsResponses\": 133,\n\t\"totalSlipsResponseRate\": \"17.8%\",\n\t\"byStatus\": [{\n\t\t\t\"countOfSlips\": 9,\n\t\t\t\"slipStatusName\": \"Approved\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 32,\n\t\t\t\"slipStatusName\": \"Draft\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 21,\n\t\t\t\"slipStatusName\": \"Pending Approval\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 1,\n\t\t\t\"slipStatusName\": \"Queued\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 120,\n\t\t\t\"slipStatusName\": \"Sent\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 183,\n\t\t\t\"slipStatusName\": \"All Statuses\"\n\t\t}\n\t],\n\t\"slipArchived\": [{\n\t\t\"countOfSlips\": 183,\n\t\t\"slipArchived\": \"Current\"\n\t}],\n\t\"data\": [{\n\t\t\t\"objectId\": 17311995,\n\t\t\t\"dateAdded\": \"4 May 2018\",\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"Excursion to Melbourne Zoo with Inder\",\n\t\t\t\"slipCode\": \"7LTLVT\",\n\t\t\t\"participantListObjectId\": \"20676\",\n\t\t\t\"participantListName\": \" Class 6C\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"2\",\n\t\t\t\"slipStatusName\": \"Sent\",\n\t\t\t\"slipsSent\": \"1\",\n\t\t\t\"userFullName\": \"Rizad Akar\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"4 May 2018 @ 10:00 AM\",\n\t\t\t\"slipDueDate\": \"5 May 2018\",\n\t\t\t\"slipsResponses\": \"0 POSITIVE\",\n\t\t\t\"slipsResponseRate\": \"0%\",\n\t\t\t\"calendarEntryDateTimeToComplete\": \"10 May 2018 @ 05:15 AM - 11 May 2018 @ 09:00 AM\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t},\n\t\t{\n\n\t\t\t\"objectId\": 16958538,\n\t\t\t\"dateAdded\": \"12 Apr 2018\",\n\t\t\t\"slipTypeId\": 0,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"TRIP to theatre - y11-drama- may2018\",\n\t\t\t\"slipCode\": \"66VBNG\",\n\t\t\t\"participantListObjectId\": \"20676,11377363,16958539\",\n\t\t\t\"participantListName\": \" Class 6C, Class 6E, Selected Students for Slip 16958538\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"0\",\n\t\t\t\"slipStatusName\": \"Draft\",\n\t\t\t\"slipsSent\": \"0\",\n\t\t\t\"userFullName\": \"Hari Sivanesan\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"18 Apr 2018 @ 01:00 PM\",\n\t\t\t\"slipDueDate\": \"31 May 2018\",\n\t\t\t\"slipsResponses\": \"0 POSITIVE\",\n\t\t\t\"slipsResponseRate\": \"0\",\n\t\t\t\"calendarEntryDateTimeToComplete\": \"31 May 2018 @ 10:00 AM - 08:45 PM\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t}\n\t]\n}"}],"_postman_id":"5a1329a5-a208-443d-97ae-0bf70e4cee6e"},{"name":"listAllForms","event":[{"listen":"test","script":{"id":"6acab336-0eb4-4a9f-8166-d4aeb4ceef8c","exec":["","var jsonData = JSON.parse(responseBody);","if(jsonData.stat==\"ok\"){","    pm.environment.set(\"slipObjectId\", jsonData.data[0].objectId);","}"],"type":"text/javascript","packages":{}}}],"id":"0fa0b7dd-935f-4722-9a0c-7c193494c6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listAllForms.json?consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=5&sDateFrom=2022-1-1&signature={{signature}}","description":"<p>Returns list of Slips for the User</p>\n","urlObject":{"path":["listAllForms.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>0 Show All\n1 Have Responded\n2 Only Positive Responses\n3 Not Positive Responses\n4 Have not Responded</p>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"5"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"sDateFrom","value":"2022-1-1"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[{"id":"7026f22e-945e-4326-8842-1dfb43f79f99","name":"listAllForms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listAllForms.json?consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=5&sDateFrom=2022-1-1&signature={{signature}}","host":["{{url}}slips"],"path":["listAllForms.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"filterTypeId","value":"0","description":"0 Show All\n1 Have Responded\n2 Only Positive Responses\n3 Not Positive Responses\n4 Have not Responded"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"5","description":"Number of records per page, suggest = 50"},{"key":"sDateFrom","value":"2022-1-1","description":"Required"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:16:50 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=NGJNPGFBOHIABEFKOCPPDBMB; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:16:50 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 14242,\n    \"mypage\": 1,\n    \"mypagesize\": 5,\n    \"data\": [\n        {\n            \"objectId\": 168475958,\n            \"responseObjectId\": 168475959,\n            \"slipTypeId\": 0,\n            \"slipTypeName\": \"Parent/Student Slip\",\n            \"slipArchived\": 0,\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"initiatedByContact\": 0,\n            \"contactResponseId\": 0,\n            \"slipTitle\": \"Test Slip\",\n            \"contactFullName\": \"Hoa P01\",\n            \"schoolParentUniqueId\": \"\",\n            \"participantFullName\": \"Hoa S01\",\n            \"schoolStudentId\": \"54823\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Parent/Student Slip\",\n            \"pastClosingDate\": 0,\n            \"slipResponseCode\": \"JOaXXdsNbV1Ea59lH7Qs\",\n            \"slipReadOnlyCode\": \"\",\n            \"slipURL\": \"https://app-release.edsmart.com/r/JOaXXdsNbV1Ea59lH7Qs\",\n            \"slipReadOnlyURL\": \"\",\n            \"dateAdded\": \"2024-01-15T18:16\",\n            \"slipDateTimeToSend\": \"2024-01-15T18:00\",\n            \"slipDueDate\": \"2024-01-18T00:00\",\n            \"dateAddedUTC\": \"2024-01-15T07:16:00.000Z\",\n            \"slipDateTimeToSendUTC\": \"2024-01-15T07:00:00.000Z\",\n            \"slipDueDateUTC\": \"2024-01-17T13:00:00.000Z\",\n            \"dateSentUTC\": \"2024-01-15T07:16:00.000Z\"\n        },\n        {\n            \"objectId\": 168475958,\n            \"responseObjectId\": 168475960,\n            \"slipTypeId\": 0,\n            \"slipTypeName\": \"Parent/Student Slip\",\n            \"slipArchived\": 0,\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"initiatedByContact\": 0,\n            \"contactResponseId\": 0,\n            \"slipTitle\": \"Test Slip\",\n            \"contactFullName\": \"Hoa P02\",\n            \"schoolParentUniqueId\": \"\",\n            \"participantFullName\": \"Hoa S02\",\n            \"schoolStudentId\": \"5675\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Parent/Student Slip\",\n            \"pastClosingDate\": 0,\n            \"slipResponseCode\": \"rejyhN3qHnY82meEEuYS\",\n            \"slipReadOnlyCode\": \"\",\n            \"slipURL\": \"https://app-release.edsmart.com/r/rejyhN3qHnY82meEEuYS\",\n            \"slipReadOnlyURL\": \"\",\n            \"dateAdded\": \"2024-01-15T18:16\",\n            \"slipDateTimeToSend\": \"2024-01-15T18:00\",\n            \"slipDueDate\": \"2024-01-18T00:00\",\n            \"dateAddedUTC\": \"2024-01-15T07:16:00.000Z\",\n            \"slipDateTimeToSendUTC\": \"2024-01-15T07:00:00.000Z\",\n            \"slipDueDateUTC\": \"2024-01-17T13:00:00.000Z\",\n            \"dateSentUTC\": \"2024-01-15T07:16:00.000Z\"\n        },\n        {\n            \"objectId\": 168475964,\n            \"responseObjectId\": 168475965,\n            \"slipTypeId\": 0,\n            \"slipTypeName\": \"Parent/Student Slip\",\n            \"slipArchived\": 0,\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"initiatedByContact\": 0,\n            \"contactResponseId\": 0,\n            \"slipTitle\": \"Mobile App Test Slip 2\",\n            \"contactFullName\": \"Hoa P01\",\n            \"schoolParentUniqueId\": \"\",\n            \"participantFullName\": \"Hoa S01\",\n            \"schoolStudentId\": \"54823\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Parent/Student Slip\",\n            \"pastClosingDate\": 0,\n            \"slipResponseCode\": \"mL2GKOdYcAsvW6zUxEJd\",\n            \"slipReadOnlyCode\": \"\",\n            \"slipURL\": \"https://app-release.edsmart.com/r/mL2GKOdYcAsvW6zUxEJd\",\n            \"slipReadOnlyURL\": \"\",\n            \"dateAdded\": \"2024-01-16T10:05\",\n            \"slipDateTimeToSend\": \"2024-01-16T09:00\",\n            \"slipDueDate\": \"2024-01-20T00:00\",\n            \"dateAddedUTC\": \"2024-01-15T23:05:00.000Z\",\n            \"slipDateTimeToSendUTC\": \"2024-01-15T22:00:00.000Z\",\n            \"slipDueDateUTC\": \"2024-01-19T13:00:00.000Z\",\n            \"dateSentUTC\": \"2024-01-15T23:06:00.000Z\"\n        },\n        {\n            \"objectId\": 168475964,\n            \"responseObjectId\": 168475966,\n            \"slipTypeId\": 0,\n            \"slipTypeName\": \"Parent/Student Slip\",\n            \"slipArchived\": 0,\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"initiatedByContact\": 0,\n            \"contactResponseId\": 0,\n            \"slipTitle\": \"Mobile App Test Slip 2\",\n            \"contactFullName\": \"Hoa P02\",\n            \"schoolParentUniqueId\": \"\",\n            \"participantFullName\": \"Hoa S02\",\n            \"schoolStudentId\": \"5675\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Parent/Student Slip\",\n            \"pastClosingDate\": 0,\n            \"slipResponseCode\": \"UKRwnj7SuGJlDCEbxnAr\",\n            \"slipReadOnlyCode\": \"\",\n            \"slipURL\": \"https://app-release.edsmart.com/r/UKRwnj7SuGJlDCEbxnAr\",\n            \"slipReadOnlyURL\": \"\",\n            \"dateAdded\": \"2024-01-16T10:05\",\n            \"slipDateTimeToSend\": \"2024-01-16T09:00\",\n            \"slipDueDate\": \"2024-01-20T00:00\",\n            \"dateAddedUTC\": \"2024-01-15T23:05:00.000Z\",\n            \"slipDateTimeToSendUTC\": \"2024-01-15T22:00:00.000Z\",\n            \"slipDueDateUTC\": \"2024-01-19T13:00:00.000Z\",\n            \"dateSentUTC\": \"2024-01-15T23:06:00.000Z\"\n        },\n        {\n            \"objectId\": 168475967,\n            \"responseObjectId\": 168475969,\n            \"slipTypeId\": 0,\n            \"slipTypeName\": \"Parent/Student Slip\",\n            \"slipArchived\": 0,\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"initiatedByContact\": 0,\n            \"contactResponseId\": 0,\n            \"slipTitle\": \"Mobile App Test Slip 3\",\n            \"contactFullName\": \"Hoa P01\",\n            \"schoolParentUniqueId\": \"\",\n            \"participantFullName\": \"Hoa S01\",\n            \"schoolStudentId\": \"54823\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Parent/Student Slip\",\n            \"pastClosingDate\": 0,\n            \"slipResponseCode\": \"2OONkmWfWPwTHQVmzqnr\",\n            \"slipReadOnlyCode\": \"\",\n            \"slipURL\": \"https://app-release.edsmart.com/r/2OONkmWfWPwTHQVmzqnr\",\n            \"slipReadOnlyURL\": \"\",\n            \"dateAdded\": \"2024-01-16T10:06\",\n            \"slipDateTimeToSend\": \"2024-01-16T09:00\",\n            \"slipDueDate\": \"2024-01-20T00:00\",\n            \"dateAddedUTC\": \"2024-01-15T23:06:00.000Z\",\n            \"slipDateTimeToSendUTC\": \"2024-01-15T22:00:00.000Z\",\n            \"slipDueDateUTC\": \"2024-01-19T13:00:00.000Z\",\n            \"dateSentUTC\": \"2024-01-15T23:08:00.000Z\"\n        }\n    ]\n}"}],"_postman_id":"0fa0b7dd-935f-4722-9a0c-7c193494c6ec"},{"name":"listBroadcasts","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"43a2cf23-20b9-4917-808b-f68a762159aa"}}],"id":"bf4e4374-0cc3-43d6-b64a-ab9e10e89058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listBroadcasts.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=50&oldSO=&sortOrder=4","description":"<p>Returns list of Broadcasts the User</p>\n","urlObject":{"path":["listBroadcasts.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded</p>\n","type":"text/plain"},"key":"filterTypeId","value":"1"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"disabled":true,"description":{"content":"<p>Student Database Internal ID for Parent Contact</p>\n","type":"text/plain"},"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}"},{"description":{"content":"<p>1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate</p>\n","type":"text/plain"},"key":"sortOrder","value":"4"}],"variable":[]}},"response":[{"id":"4490bdea-53c4-44aa-9d09-bab7b2bc2136","name":"listBroadcasts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listBroadcasts.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=40&oldSO=&schoolParentUniqueId={{schoolParentUniqueId}}&sortOrder=4","host":["{{url}}slips"],"path":["listBroadcasts.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"filterTypeId","value":"1","description":"0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact"},{"key":"sortOrder","value":"4","description":"1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"41791afeeb4533a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:15:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:15:29 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=FKLKGCMCMPHDILHIHJGGNDAC; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"FKLKGCMCMPHDILHIHJGGNDAC","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n\t\"generated_in\": 3,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n\t\"countCategories\": 1,\n\t\"categories\": [{\n\t\t\"formCategoryId\": 4108,\n\t\t\"formCategoryName\": \"Rizad (2)\"\n\t}],\n\t\"countFolders\": 6,\n\t\"folders\": [\n\n\t\t{\n\t\t\t\"slipFormFolderId\": 345981,\n\t\t\t\"slipFormFolderName\": \"Excursion Slips 2018 (0)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345631,\n\t\t\t\"slipFormFolderName\": \"Grade 6 Excursion Forms (0)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345658,\n\t\t\t\"slipFormFolderName\": \"Grade 7 RSVPs (0)\"\n\t\t}\n\t],\n\t\"countForms\": 0,\n\t\"totalrecs\": 53,\n\t\"sortOrder\": 4,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 40,\n\t\"maxcount\": 2,\n\t\"totalSlipsCount\": 47,\n\t\"totalParticipantsCount\": 47,\n\t\"totalSlipsResponses\": 0,\n\t\"totalSlipsResponseRate\": \"0%\",\n\t\"byStatus\": [{\n\t\t\t\"countOfSlips\": 42,\n\t\t\t\"slipStatusName\": \"Draft\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 1,\n\t\t\t\"slipStatusName\": \"Queued\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 10,\n\t\t\t\"slipStatusName\": \"Sent\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 53,\n\t\t\t\"slipStatusName\": \"All Statuses\"\n\t\t}\n\t],\n\t\"slipArchived\": [{\n\t\t\"countOfSlips\": 53,\n\t\t\"slipArchived\": \"Current\"\n\t}],\n\t\"data\": [\n\n\t\t{\n\t\t\t\"objectId\": 17314993,\n\t\t\t\"dateAdded\": \"4 May 2018\",\n\t\t\t\"slipTypeId\": 1,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"Trip to Adelaide Zoo 2018\",\n\t\t\t\"slipCode\": \"TJKYYD\",\n\t\t\t\"participantListObjectId\": \"17314994\",\n\t\t\t\"participantListName\": \" Selected Students for Broadcast 17314993\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"0\",\n\t\t\t\"slipStatusName\": \"Draft\",\n\t\t\t\"slipsSent\": \"0\",\n\t\t\t\"userFullName\": \"Rizad Akar\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"4 May 2018 @ 12:15 PM\",\n\t\t\t\"slipDueDate\": \"3 Jun 2018\",\n\t\t\t\"slipsResponses\": \"0\",\n\t\t\t\"slipsResponseRate\": \"0\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 16752384,\n\t\t\t\"dateAdded\": \"27 Mar 2018\",\n\t\t\t\"slipTypeId\": 1,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"Visit to the Zoo\",\n\t\t\t\"slipCode\": \"3U5ZVL\",\n\t\t\t\"participantListObjectId\": \"16752385\",\n\t\t\t\"participantListName\": \" Selected Students for Broadcast 16752384\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"0\",\n\t\t\t\"slipStatusName\": \"Draft\",\n\t\t\t\"slipsSent\": \"0\",\n\t\t\t\"userFullName\": \"Hari Sivanesan\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"26 Apr 2018 @ 11:45 AM\",\n\t\t\t\"slipDueDate\": \"31 Mar 2018\",\n\t\t\t\"slipsResponses\": \"0\",\n\t\t\t\"slipsResponseRate\": \"0\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t}\n\t]\n}"}],"_postman_id":"bf4e4374-0cc3-43d6-b64a-ab9e10e89058"},{"name":"listBroadcastStatistics","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1a405f7a-f4a9-4b06-a866-2afb75169fda"}}],"id":"c15ff114-0519-4df0-a135-0e8f2b7b6518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listBroadcastStatistics.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=50&oldSO=&sortOrder=4","description":"<p>Returns list of Broadcasts the User</p>\n","urlObject":{"path":["listBroadcastStatistics.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded</p>\n","type":"text/plain"},"key":"filterTypeId","value":"1"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"disabled":true,"description":{"content":"<p>Student Database Internal ID for Parent Contact</p>\n","type":"text/plain"},"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}"},{"description":{"content":"<p>1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate</p>\n","type":"text/plain"},"key":"sortOrder","value":"4"}],"variable":[]}},"response":[{"id":"ae6bd677-7a8b-4003-8f9a-32508a7a779c","name":"listBroadcasts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listBroadcasts.json?changeSort=0&consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&filterTypeId=1&mypage=1&mypagesize=40&oldSO=&schoolParentUniqueId={{schoolParentUniqueId}}&sortOrder=4","host":["{{url}}slips"],"path":["listBroadcasts.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"filterTypeId","value":"1","description":"0 Show All\n1 Have Responded\n2 Only Positive Responses 3 Not Positive Responses 4 Have not Responded"},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact"},{"key":"sortOrder","value":"4","description":"1 = dateAdded\n2 = slipTitle\n3 = slipDateTimeToSend 4 = slipDueDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"41791afeeb4533a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:15:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:15:29 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=FKLKGCMCMPHDILHIHJGGNDAC; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"FKLKGCMCMPHDILHIHJGGNDAC","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n\t\"generated_in\": 3,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n\t\"countCategories\": 1,\n\t\"categories\": [{\n\t\t\"formCategoryId\": 4108,\n\t\t\"formCategoryName\": \"Rizad (2)\"\n\t}],\n\t\"countFolders\": 6,\n\t\"folders\": [\n\n\t\t{\n\t\t\t\"slipFormFolderId\": 345981,\n\t\t\t\"slipFormFolderName\": \"Excursion Slips 2018 (0)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345631,\n\t\t\t\"slipFormFolderName\": \"Grade 6 Excursion Forms (0)\"\n\t\t},\n\t\t{\n\t\t\t\"slipFormFolderId\": 345658,\n\t\t\t\"slipFormFolderName\": \"Grade 7 RSVPs (0)\"\n\t\t}\n\t],\n\t\"countForms\": 0,\n\t\"totalrecs\": 53,\n\t\"sortOrder\": 4,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 40,\n\t\"maxcount\": 2,\n\t\"totalSlipsCount\": 47,\n\t\"totalParticipantsCount\": 47,\n\t\"totalSlipsResponses\": 0,\n\t\"totalSlipsResponseRate\": \"0%\",\n\t\"byStatus\": [{\n\t\t\t\"countOfSlips\": 42,\n\t\t\t\"slipStatusName\": \"Draft\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 1,\n\t\t\t\"slipStatusName\": \"Queued\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 10,\n\t\t\t\"slipStatusName\": \"Sent\"\n\t\t},\n\t\t{\n\t\t\t\"countOfSlips\": 53,\n\t\t\t\"slipStatusName\": \"All Statuses\"\n\t\t}\n\t],\n\t\"slipArchived\": [{\n\t\t\"countOfSlips\": 53,\n\t\t\"slipArchived\": \"Current\"\n\t}],\n\t\"data\": [\n\n\t\t{\n\t\t\t\"objectId\": 17314993,\n\t\t\t\"dateAdded\": \"4 May 2018\",\n\t\t\t\"slipTypeId\": 1,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"Trip to Adelaide Zoo 2018\",\n\t\t\t\"slipCode\": \"TJKYYD\",\n\t\t\t\"participantListObjectId\": \"17314994\",\n\t\t\t\"participantListName\": \" Selected Students for Broadcast 17314993\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"0\",\n\t\t\t\"slipStatusName\": \"Draft\",\n\t\t\t\"slipsSent\": \"0\",\n\t\t\t\"userFullName\": \"Rizad Akar\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"4 May 2018 @ 12:15 PM\",\n\t\t\t\"slipDueDate\": \"3 Jun 2018\",\n\t\t\t\"slipsResponses\": \"0\",\n\t\t\t\"slipsResponseRate\": \"0\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 16752384,\n\t\t\t\"dateAdded\": \"27 Mar 2018\",\n\t\t\t\"slipTypeId\": 1,\n\t\t\t\"responderId\": 1,\n\t\t\t\"slipTitle\": \"Visit to the Zoo\",\n\t\t\t\"slipCode\": \"3U5ZVL\",\n\t\t\t\"participantListObjectId\": \"16752385\",\n\t\t\t\"participantListName\": \" Selected Students for Broadcast 16752384\",\n\t\t\t\"participantFullName\": \"\",\n\t\t\t\"participantObjectId\": 0,\n\t\t\t\"slipStatusId\": \"0\",\n\t\t\t\"slipStatusName\": \"Draft\",\n\t\t\t\"slipsSent\": \"0\",\n\t\t\t\"userFullName\": \"Hari Sivanesan\",\n\t\t\t\"contactFullName\": \"\",\n\t\t\t\"contactObjectId\": 0,\n\t\t\t\"slipResponseObjectId\": 0,\n\t\t\t\"slipDateTimeToSendComplete\": \"26 Apr 2018 @ 11:45 AM\",\n\t\t\t\"slipDueDate\": \"31 Mar 2018\",\n\t\t\t\"slipsResponses\": \"0\",\n\t\t\t\"slipsResponseRate\": \"0\",\n\t\t\t\"countChildrenSlips\": 0\n\t\t}\n\t]\n}"}],"_postman_id":"c15ff114-0519-4df0-a135-0e8f2b7b6518"},{"name":"listSlipResponses","event":[{"listen":"test","script":{"id":"d97cb6f0-6b0c-4cb1-89a8-278ea8b2519f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6a628749-b11a-4d24-8f3f-c56bbab63495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listSlipResponses.json?changeSort=0&consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=50&signature={{signature}}&sortOrder=42&objectId={{slipObjectId}}&sText","description":"<p>Returns the Lists of Slips for a nominated Student, or if you leave participantObjectId=0, all Slips for the Students associated with the Parent in schoolParentUniqueId</p>\n","urlObject":{"path":["listSlipResponses.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"changeSort","value":"0"},{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<ol>\n<li>Show All</li>\n<li>Have Responded</li>\n<li>Only Positive Responses</li>\n<li>Not Positive Responses</li>\n<li>Have not Responded</li>\n<li>No Email for Contacts</li>\n<li>Attendance not marked</li>\n<li>Attended</li>\n<li>Did not attend</li>\n<li>Medical Alerts</li>\n<li>TryBooking Paid</li>\n<li>TryBooking not paid</li>\n</ol>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Page number of results, start with = 1</p>\n","type":"text/plain"},"key":"mypage","value":"1"},{"description":{"content":"<p>Number of records per page, suggest = 50</p>\n","type":"text/plain"},"key":"mypagesize","value":"50"},{"disabled":true,"description":{"content":"<p>Used within the UI to control sort changes. Leave = “” for API calls</p>\n","type":"text/plain"},"key":"oldSO","value":""},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>40 Response Date\n41 Student First Name\n42 Student Last Name\n43 Contact Response</p>\n","type":"text/plain"},"key":"sortOrder","value":"42"},{"description":{"content":"<p>objectId of the Slip</p>\n","type":"text/plain"},"key":"objectId","value":"{{slipObjectId}}"},{"disabled":true,"description":{"content":"<p>Student Database Internal ID for Parent Contact</p>\n","type":"text/plain"},"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}"},{"disabled":true,"description":{"content":"<p>objectId of Student</p>\n","type":"text/plain"},"key":"participantObjectId","value":"{{participantObjectId}}"},{"description":{"content":"<p>Filter responses to students with names containing the search text</p>\n","type":"text/plain"},"key":"sText","value":null}],"variable":[]}},"response":[{"id":"516796e7-23d8-4725-afc3-0c54b04b649c","name":"listSlipResponses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listSlipResponses.json?changeSort=0&consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=40&oldSO=&signature={{signature}}&sortOrder=4&objectid={{slipObjectId}}","host":["{{url}}slips"],"path":["listSlipResponses.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"filterTypeId","value":"0","description":"0. Show All\n1. Have Responded\n2. Only Positive Responses\n3. Not Positive Responses\n4. Have not Responded\n5. No Email for Contacts\n6. Attendance not marked\n7. Attended\n8. Did not attend\n9. Medical Alerts\n10. TryBooking Paid\n11. TryBooking not paid"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"4","description":"40 Response Date\n41 Student First Name\n42 Student Last Name\n43 Contact Response"},{"key":"objectid","value":"{{slipObjectId}}","description":"objectId of the Slip"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact","disabled":true},{"key":"participantObjectId","value":"{{participantObjectId}}","description":"objectId of Student","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"4179158c3fc433a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:12:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:11:46 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=ADLKGCMCNFLPIKMEEKOIPJCK; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"ADLKGCMCNFLPIKMEEKOIPJCK","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n\t\"generated_in\": 14,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n\t\"totalrecs\": 3,\n\t\"sortOrder\": 4,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 40,\n\t\"maxcount\": 1,\n\t\"responseCustomLabel\": \"Permission to attend Excursion\",\n\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\"slipStatusId\": 2,\n\t\"slipTypeId\": 0,\n\t\"responderId\": 1,\n\t\"ccNotificationsResponderId\": 0,\n\t\"includesAttributes\": 1,\n\t\"totalNoEmail\": 3,\n\t\"totalNotResponded\": 0,\n\t\"totalNotOpened\": 0,\n\t\"totalOpened\": 0,\n\t\"tryBookingEventId\": 0,\n\t\"containsContactAttributes\": 0,\n\t\"data\": [{\n\t\t\t\"objectId\": 12952734,\n\t\t\t\"objectStatusId\": 0,\n\t\t\t\"responseObjectId\": 12952744,\n\t\t\t\"slipResponseCode\": \"xlvzZz0dFhKQk5DI4m7m\",\n\t\t\t\"mailOpened\": 0,\n\t\t\t\"mailOpenedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"smsClicked\": 0,\n\t\t\t\"smsClickedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\t\t\"responderId\": 1,\n\t\t\t\"responseDateTime\": \"1 Jun 2017 &#64; 01:50 PM\",\n\t\t\t\"participantObjectId\": 12951220,\n\t\t\t\"participantFullName\": \"Jon Williams\",\n\t\t\t\"participantEmail\": \"\",\n\t\t\t\"contactResponseId\": 1,\n\t\t\t\"slipDueDate\": \"2 Jun 2017\",\n\t\t\t\"contactFullName\": \"Nick Williams\",\n\t\t\t\"responseIconFileName\": \"greenTick.gif\",\n\t\t\t\"contactResponseText\": \"Permission Given\",\n\t\t\t\"contactsForResponse\": \"Angela Williams||1|0|12952733|1|0,Nick Williams||1|0|12951229|1|1\",\n\t\t\t\"resendLog\": \"\",\n\t\t\t\"countOfResends\": 0,\n\t\t\t\"waitListed\": 0,\n\t\t\t\"tryBookingResponses\": \"\",\n\t\t\t\"photo\": \"https://files.parentpaperwork.com/student-image/12951220/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n\t\t\t\"thumb\": \"https://files.parentpaperwork.com/student-image/12951220/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n\t\t\t\"attendanceStatusId\": 0,\n\t\t\t\"medicalAlert\": 1\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 12952734,\n\t\t\t\"objectStatusId\": 0,\n\t\t\t\"responseObjectId\": 12952745,\n\t\t\t\"slipResponseCode\": \"UCEpXguEuZei4DHNpiMf\",\n\t\t\t\"mailOpened\": 1,\n\t\t\t\"mailOpenedDateTime\": \" @ : PM\",\n\t\t\t\"smsClicked\": 0,\n\t\t\t\"smsClickedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\t\t\"responderId\": 1,\n\t\t\t\"responseDateTime\": \"1 Jun 2017 &#64; 01:57 PM\",\n\t\t\t\"participantObjectId\": 12951221,\n\t\t\t\"participantFullName\": \"Tommy Leahy\",\n\t\t\t\"participantEmail\": \"\",\n\t\t\t\"contactResponseId\": 1,\n\t\t\t\"slipDueDate\": \"2 Jun 2017\",\n\t\t\t\"contactFullName\": \"Tatiana Leahy\",\n\t\t\t\"responseIconFileName\": \"greenTick.gif\",\n\t\t\t\"contactResponseText\": \"Permission Given\",\n\t\t\t\"contactsForResponse\": \"Tatiana Leahy||1|0|12951230|1|1,Liam Leahy||1|0|12951643|1|0\",\n\t\t\t\"resendLog\": \"\",\n\t\t\t\"countOfResends\": 0,\n\t\t\t\"waitListed\": 0,\n\t\t\t\"tryBookingResponses\": \"\",\n\t\t\t\"photo\": \"https://files.parentpaperwork.com/student-image/12951221/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n\t\t\t\"thumb\": \"https://files.parentpaperwork.com/student-image/12951221/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n\t\t\t\"attendanceStatusId\": 0,\n\t\t\t\"medicalAlert\": 0\n\t\t}\n\t]\n}"}],"_postman_id":"6a628749-b11a-4d24-8f3f-c56bbab63495"},{"name":"listRemindersLogForSlip","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"4f815fb6-4bb7-4434-b2d8-83c7068c5423"}}],"id":"81206a7d-eaed-4ff2-97c4-74599355b183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/listRemindersLogForSlip.json?consumer_key={{consumer_key}}&ip={{ip}}&signature={{signature}}&objectId={{slipObjectId}}","urlObject":{"path":["listRemindersLogForSlip.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>objectId of the Slip</p>\n","type":"text/plain"},"key":"objectId","value":"{{slipObjectId}}"}],"variable":[]}},"response":[{"id":"c15a95d2-9fce-4f5f-a16d-6138cda2cf86","name":"listSlipResponses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/listSlipResponses.json?changeSort=0&consumer_key={{consumer_key}}&filterTypeId=0&ip={{ip}}&lang=en&mypage=1&mypagesize=40&oldSO=&signature={{signature}}&sortOrder=4&objectid={{slipObjectId}}","host":["{{url}}slips"],"path":["listSlipResponses.json"],"query":[{"key":"changeSort","value":"0","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"filterTypeId","value":"0","description":"0. Show All\n1. Have Responded\n2. Only Positive Responses\n3. Not Positive Responses\n4. Have not Responded\n5. No Email for Contacts\n6. Attendance not marked\n7. Attended\n8. Did not attend\n9. Medical Alerts\n10. TryBooking Paid\n11. TryBooking not paid"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"mypage","value":"1","description":"Page number of results, start with = 1"},{"key":"mypagesize","value":"40","description":"Number of records per page, suggest = 50"},{"key":"oldSO","value":"","description":"Used within the UI to control sort changes. Leave = “” for API calls"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"},{"key":"sortOrder","value":"4","description":"40 Response Date\n41 Student First Name\n42 Student Last Name\n43 Contact Response"},{"key":"objectid","value":"{{slipObjectId}}","description":"objectId of the Slip"},{"key":"schoolParentUniqueId","value":"{{schoolParentUniqueId}}","description":"Student Database Internal ID for Parent Contact","disabled":true},{"key":"participantObjectId","value":"{{participantObjectId}}","description":"objectId of Student","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"CF-RAY","value":"4179158c3fc433a3-HKG","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 08 May 2018 04:12:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Expires","value":"Tue, 08 May 2018 04:11:46 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"ASPSESSIONIDAUACRQST=ADLKGCMCNFLPIKMEEKOIPJCK; secure; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"edsmart.com","path":"/","secure":false,"value":"d7ea9df95145b0711a865a08faf50866b1525647264","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":false,"domain":"rest.edsmart.com","path":"/","secure":true,"value":"ADLKGCMCNFLPIKMEEKOIPJCK","key":"ASPSESSIONIDAUACRQST"},{"expires":"Invalid Date","httpOnly":true,"domain":"rest.edsmart.com","path":"/","secure":false,"value":"c0a4714e9c96ed1f7f5f3a116ec32f27f69176bab5b266a7451e47f29fb527d4","key":"ARRAffinity"}],"responseTime":null,"body":"{\n\t\"generated_in\": 14,\n\t\"stat\": \"ok\",\n\t\"iid\": 0,\n\t\"readWritePermissionBroadcasts\": \"w\",\n\t\"readWritePermissionCare\": \"w\",\n\t\"readWritePermission\": \"w\",\n\t\"readWritePermissionSchoolForms\": \"w\",\n\t\"listPermission\": 0,\n\t\"enableSchoolForms\": 1,\n\t\"featureIds\": \"1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1\",\n\t\"totalrecs\": 3,\n\t\"sortOrder\": 4,\n\t\"oldSO\": \"\",\n\t\"mypage\": 1,\n\t\"mypagesize\": 40,\n\t\"maxcount\": 1,\n\t\"responseCustomLabel\": \"Permission to attend Excursion\",\n\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\"slipStatusId\": 2,\n\t\"slipTypeId\": 0,\n\t\"responderId\": 1,\n\t\"ccNotificationsResponderId\": 0,\n\t\"includesAttributes\": 1,\n\t\"totalNoEmail\": 3,\n\t\"totalNotResponded\": 0,\n\t\"totalNotOpened\": 0,\n\t\"totalOpened\": 0,\n\t\"tryBookingEventId\": 0,\n\t\"containsContactAttributes\": 0,\n\t\"data\": [{\n\t\t\t\"objectId\": 12952734,\n\t\t\t\"objectStatusId\": 0,\n\t\t\t\"responseObjectId\": 12952744,\n\t\t\t\"slipResponseCode\": \"xlvzZz0dFhKQk5DI4m7m\",\n\t\t\t\"mailOpened\": 0,\n\t\t\t\"mailOpenedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"smsClicked\": 0,\n\t\t\t\"smsClickedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\t\t\"responderId\": 1,\n\t\t\t\"responseDateTime\": \"1 Jun 2017 &#64; 01:50 PM\",\n\t\t\t\"participantObjectId\": 12951220,\n\t\t\t\"participantFullName\": \"Jon Williams\",\n\t\t\t\"participantEmail\": \"\",\n\t\t\t\"contactResponseId\": 1,\n\t\t\t\"slipDueDate\": \"2 Jun 2017\",\n\t\t\t\"contactFullName\": \"Nick Williams\",\n\t\t\t\"responseIconFileName\": \"greenTick.gif\",\n\t\t\t\"contactResponseText\": \"Permission Given\",\n\t\t\t\"contactsForResponse\": \"Angela Williams||1|0|12952733|1|0,Nick Williams||1|0|12951229|1|1\",\n\t\t\t\"resendLog\": \"\",\n\t\t\t\"countOfResends\": 0,\n\t\t\t\"waitListed\": 0,\n\t\t\t\"tryBookingResponses\": \"\",\n\t\t\t\"photo\": \"https://files.parentpaperwork.com/student-image/12951220/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n\t\t\t\"thumb\": \"https://files.parentpaperwork.com/student-image/12951220/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n\t\t\t\"attendanceStatusId\": 0,\n\t\t\t\"medicalAlert\": 1\n\t\t},\n\t\t{\n\t\t\t\"objectId\": 12952734,\n\t\t\t\"objectStatusId\": 0,\n\t\t\t\"responseObjectId\": 12952745,\n\t\t\t\"slipResponseCode\": \"UCEpXguEuZei4DHNpiMf\",\n\t\t\t\"mailOpened\": 1,\n\t\t\t\"mailOpenedDateTime\": \" @ : PM\",\n\t\t\t\"smsClicked\": 0,\n\t\t\t\"smsClickedDateTime\": \" @ 00:00 PM\",\n\t\t\t\"slipTitle\": \"Adelaide Zoo 2017\",\n\t\t\t\"responderId\": 1,\n\t\t\t\"responseDateTime\": \"1 Jun 2017 &#64; 01:57 PM\",\n\t\t\t\"participantObjectId\": 12951221,\n\t\t\t\"participantFullName\": \"Tommy Leahy\",\n\t\t\t\"participantEmail\": \"\",\n\t\t\t\"contactResponseId\": 1,\n\t\t\t\"slipDueDate\": \"2 Jun 2017\",\n\t\t\t\"contactFullName\": \"Tatiana Leahy\",\n\t\t\t\"responseIconFileName\": \"greenTick.gif\",\n\t\t\t\"contactResponseText\": \"Permission Given\",\n\t\t\t\"contactsForResponse\": \"Tatiana Leahy||1|0|12951230|1|1,Liam Leahy||1|0|12951643|1|0\",\n\t\t\t\"resendLog\": \"\",\n\t\t\t\"countOfResends\": 0,\n\t\t\t\"waitListed\": 0,\n\t\t\t\"tryBookingResponses\": \"\",\n\t\t\t\"photo\": \"https://files.parentpaperwork.com/student-image/12951221/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/1.jpg\",\n\t\t\t\"thumb\": \"https://files.parentpaperwork.com/student-image/12951221/bNdFq0PWqmd3xANCK1hmwPDIzFzii7KkWBoqcWaz6HM0DDciJB/2.jpg\",\n\t\t\t\"attendanceStatusId\": 0,\n\t\t\t\"medicalAlert\": 0\n\t\t}\n\t]\n}"}],"_postman_id":"81206a7d-eaed-4ff2-97c4-74599355b183"},{"name":"exportSlipResponsesCurrent","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"9d122075-fcbb-47aa-867e-b61773b4a265"}}],"id":"44d9f681-837d-4a25-8c43-b8c0d58c3db0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/exportSlipResponsesCurrent.json?consumer_key={{consumer_key}}&filterTypeId=0&filterParticipantListObjectId=0&ip={{ip}}&lang=en&objectId={{slipObjectId}}&signature={{signature}}","description":"<p>Triggers a CSV export emailed to the currently logged in user comprising the submitted values from fields on the Slip other than Attributes. For Attributes export the current values (these may have updated since the Slip was submitted)</p>\n","urlObject":{"path":["exportSlipResponsesCurrent.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<ol>\n<li>Show All</li>\n<li>Have Responded</li>\n<li>Only Positive Responses</li>\n<li>Not Positive Responses</li>\n<li>Have not Responded</li>\n<li>No Email for Contacts</li>\n<li>Attendance not marked</li>\n<li>Attended</li>\n<li>Did not attend</li>\n<li>Medical Alerts</li>\n<li>TryBooking Paid</li>\n<li>TryBooking not paid</li>\n</ol>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"description":{"content":"<p>objectId of a Participant List to filter to</p>\n","type":"text/plain"},"key":"filterParticipantListObjectId","value":"0"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>objectId of the Slip</p>\n","type":"text/plain"},"key":"objectId","value":"{{slipObjectId}}"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[{"id":"e42ae147-e6e3-4987-93ab-f43c09493732","name":"exportSlipResponsesCurrent","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/exportSlipResponsesCurrent.json?consumer_key={{consumer_key}}&filterTypeId=0&filterParticipantListObjectId=0&ip={{ip}}&lang=en&objectid=10295645&signature={{signature}}","host":["{{url}}slips"],"path":["exportSlipResponsesCurrent.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"filterTypeId","value":"0","description":"0. Show All\n1. Have Responded\n2. Only Positive Responses\n3. Not Positive Responses\n4. Have not Responded\n5. No Email for Contacts\n6. Attendance not marked\n7. Attended\n8. Did not attend\n9. Medical Alerts\n10. TryBooking Paid\n11. TryBooking not paid"},{"key":"filterParticipantListObjectId","value":"0","description":"objectId of a Participant List to filter to"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"objectid","value":"10295645","description":"objectId of the Slip"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 12 Mar 2020 01:41:26 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Date","value":"Thu, 12 Mar 2020 01:41:26 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1\",\n    \"userRoleId\": 2,\n    \"enterprise\": 0,\n    \"data\": [\n        {\n            \"objectId\": 10295645\n        }\n    ]\n}"}],"_postman_id":"44d9f681-837d-4a25-8c43-b8c0d58c3db0"},{"name":"exportSlipResponsesSubmitted","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1431c4ab-104c-460c-b6a0-fd904ea6dcc7"}}],"id":"2ae2e56d-486c-4524-80d0-dc9463f87a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{url}}slips/exportSlipResponsesSubmitted.json?consumer_key={{consumer_key}}&filterTypeId=0&filterParticipantListObjectId=0&ip={{ip}}&lang=en&objectId=10295645&signature={{signature}}","description":"<p>Triggers a CSV export emailed to the currently logged in user comprising the submitted values from the Slip.</p>\n","urlObject":{"path":["exportSlipResponsesSubmitted.json"],"host":["{{url}}slips"],"query":[{"description":{"content":"<p>Your Consumer Key</p>\n","type":"text/plain"},"key":"consumer_key","value":"{{consumer_key}}"},{"description":{"content":"<ol>\n<li>Show All</li>\n<li>Have Responded</li>\n<li>Only Positive Responses</li>\n<li>Not Positive Responses</li>\n<li>Have not Responded</li>\n<li>No Email for Contacts</li>\n<li>Attendance not marked</li>\n<li>Attended</li>\n<li>Did not attend</li>\n<li>Medical Alerts</li>\n<li>TryBooking Paid</li>\n<li>TryBooking not paid</li>\n<li>EasyPay Paid</li>\n<li>EasyPay not Paid</li>\n<li>Responded but not Paid</li>\n</ol>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"description":{"content":"<p>objectId of a Participant List to filter to</p>\n","type":"text/plain"},"key":"filterParticipantListObjectId","value":"0"},{"description":{"content":"<p>Your IP Number</p>\n","type":"text/plain"},"key":"ip","value":"{{ip}}"},{"description":{"content":"<p>Always = \"en\"</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>objectId of the Slip</p>\n","type":"text/plain"},"key":"objectId","value":"10295645"},{"description":{"content":"<p>SHA-1 hash</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[{"id":"35463fc7-6d8e-4149-af56-2dc61beb7eb3","name":"exportSlipResponsesSubmitted","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"}],"url":{"raw":"{{url}}slips/exportSlipResponsesSubmitted.json?consumer_key={{consumer_key}}&filterTypeId=0&filterParticipantListObjectId=0&ip={{ip}}&lang=en&objectid=10295645&signature={{signature}}","host":["{{url}}slips"],"path":["exportSlipResponsesSubmitted.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}","description":"Your Consumer Key"},{"key":"filterTypeId","value":"0","description":"0. Show All\n1. Have Responded\n2. Only Positive Responses\n3. Not Positive Responses\n4. Have not Responded\n5. No Email for Contacts\n6. Attendance not marked\n7. Attended\n8. Did not attend\n9. Medical Alerts\n10. TryBooking Paid\n11. TryBooking not paid"},{"key":"filterParticipantListObjectId","value":"0","description":"objectId of a Participant List to filter to"},{"key":"ip","value":"{{ip}}","description":"Your IP Number"},{"key":"lang","value":"en","description":"Always = \"en\""},{"key":"objectid","value":"10295645","description":"objectId of the Slip"},{"key":"signature","value":"{{signature}}","description":"SHA-1 hash"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 12 Mar 2020 01:43:21 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Date","value":"Thu, 12 Mar 2020 01:43:21 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1\",\n    \"userRoleId\": 2,\n    \"enterprise\": 0,\n    \"data\": [\n        {\n            \"objectId\": 10295645\n        }\n    ]\n}"}],"_postman_id":"2ae2e56d-486c-4524-80d0-dc9463f87a7c"},{"name":"getSlipWorkflow","id":"a10a9a1b-a3c9-410e-9954-4eb12ba72fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/getSlipWorkflow.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{slipObjectId}}","urlObject":{"path":["getSlipWorkflow.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{slipObjectId}}"}],"variable":[]}},"response":[{"id":"8e2b0253-8b17-4c9d-9986-1c2f6321c0ec","name":"getSlipWorkflow","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/getSlipWorkflow.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{slipObjectId}}","host":["{{url}}slips"],"path":["getSlipWorkflow.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{slipObjectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:19:31 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=OGJNPGFBMMKLJLIFOAEPCPCF; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:19:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 3,\n    \"data\": [\n        {\n            \"slipObjectId\": 168475958,\n            \"slipStepNumber\": 1,\n            \"stepComplete\": 1,\n            \"slipActionId\": 1,\n            \"slipActionName\": \"Create\",\n            \"currentStepNumber\": 0,\n            \"stepCompleteDateTime\": \"15 Jan 2024 @ 05:16 PM\",\n            \"usersForStep\": \"Hoa Bui\",\n            \"usersJSONForStep\": \"\",\n            \"userSelectsUser\": 0,\n            \"selectedUserId\": \"102677305\",\n            \"isSelectedUser\": 0,\n            \"listsForStep\": \"\",\n            \"stepComment\": \"\",\n            \"stepReminderDays\": 0,\n            \"usersFieldsForStep\": []\n        },\n        {\n            \"slipObjectId\": 168475958,\n            \"slipStepNumber\": 2,\n            \"stepComplete\": 1,\n            \"slipActionId\": 4,\n            \"slipActionName\": \"Queue Slip to Send\",\n            \"currentStepNumber\": 0,\n            \"stepCompleteDateTime\": \"15 Jan 2024 @ 05:16 PM\",\n            \"usersForStep\": \"Hoa Bui\",\n            \"usersJSONForStep\": \"\",\n            \"userSelectsUser\": 0,\n            \"selectedUserId\": \"102677305\",\n            \"isSelectedUser\": 0,\n            \"listsForStep\": \"\",\n            \"stepComment\": \"\",\n            \"stepReminderDays\": 0,\n            \"usersFieldsForStep\": []\n        },\n        {\n            \"slipObjectId\": 168475958,\n            \"slipStepNumber\": 3,\n            \"stepComplete\": 1,\n            \"slipActionId\": 5,\n            \"slipActionName\": \"Send\",\n            \"currentStepNumber\": 0,\n            \"stepCompleteDateTime\": \"15 Jan 2024 @ 05:16 PM\",\n            \"usersForStep\": \"\",\n            \"usersJSONForStep\": \"\",\n            \"userSelectsUser\": 0,\n            \"selectedUserId\": \"0\",\n            \"isSelectedUser\": 0,\n            \"listsForStep\": \"\",\n            \"stepComment\": \"\",\n            \"stepReminderDays\": 0,\n            \"usersFieldsForStep\": []\n        }\n    ],\n    \"returns\": []\n}"}],"_postman_id":"a10a9a1b-a3c9-410e-9954-4eb12ba72fef"},{"name":"getDetailSlip","id":"3258b668-835e-424a-8a81-012695b7c4f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/getDetailSlip.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{slipObjectId}}","urlObject":{"path":["getDetailSlip.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{slipObjectId}}"}],"variable":[]}},"response":[{"id":"1a029b97-3dc7-4231-9d45-3e114d8b3732","name":"getDetailSlip","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/getDetailSlip.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{slipObjectId}}","host":["{{url}}slips"],"path":["getDetailSlip.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{slipObjectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:19:46 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=PGJNPGFBECMNDOBOEKKAFABM; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:19:48 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 2,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 1,\n    \"formName\": \"Form Template H1\",\n    \"logoFile\": \"https://files-stg.edsmart.com/files/upload/companyLogos/10653130-B3CD2954-7061-4E68-ADB6-135F1095ACE9.jpg\",\n    \"enableSMS\": 1,\n    \"includesParticipant\": 1,\n    \"formBundle\": [\n        {\n            \"countBundleForms\": 0\n        }\n    ],\n    \"data\": [\n        {\n            \"objectId\": 168475958,\n            \"slipTypeId\": 0,\n            \"userRoleId\": 2,\n            \"includesContactResponse\": 1,\n            \"dateAdded\": \"15 Jan 2024\",\n            \"formName\": \"Form Template H1\",\n            \"slipTitle\": \"Test Slip\",\n            \"slipCode\": \"POL8XB\",\n            \"userFullName\": \"Hoa Bui\",\n            \"fileGUID\": \"47C10FE7-AD00-4347-A97B-EE5A2238C483\",\n            \"fileToBeAttachedText\": \"\",\n            \"requireFileToBeAttached\": 0,\n            \"respondFormHeaderColour\": \"#563D7C\",\n            \"enableDueDateNotifications\": 1,\n            \"foldersInCount\": 0,\n            \"slipFormFolderId\": 0,\n            \"countNotes\": 0,\n            \"slipDisclaimer\": \"\",\n            \"countBroadcasts\": 0,\n            \"countTotalRecipients\": 2,\n            \"lockFormName\": 0,\n            \"allowCreateForOthers\": 0,\n            \"inProcess\": 0,\n            \"containsContactAttributes\": 0,\n            \"linkedSlipObjectId\": 0,\n            \"linkedSlipTitle\": \"\",\n            \"linkedUserFullName\": \"\",\n            \"linkedDateAdded\": \"\",\n            \"responderId\": 1,\n            \"ccNotificationsResponderId\": 0,\n            \"responderIdText\": \"Parents\",\n            \"requireGraphicSignature\": 0,\n            \"requireGraphicSignatureFromForm\": 0,\n            \"slipDateTimeToSend\": \"1/15/2024 6:00:00 PM\",\n            \"slipDateTimeToSendDisplay\": \"Mon, 15 Jan, 2024\",\n            \"slipDateTimeToSendComplete\": \"15 Jan 2024 @ 06:00 PM\",\n            \"slipDueDate\": \"1/18/2024\",\n            \"repeatDueDateRemindersInterval\": 0,\n            \"repeatDueDateRemindersDuration\": 1,\n            \"countReminders\": 1,\n            \"slipDueDateDisplay\": \"18 Jan 2024\",\n            \"slipStopResponsesDateText\": \"No Closing Date\",\n            \"slipStopResponsesDate\": \"\",\n            \"slipStopResponsesDateDisplay\": \"\",\n            \"hideStudentDetails\": 0,\n            \"calendarEntryDateTimeFrom\": \"\",\n            \"calendarEntryDateFromDisplay\": \"\",\n            \"calendarEntryDateTimeFromIsAllDay\": 0,\n            \"calendarEntryDateTimeTo\": \"\",\n            \"calendarEntryDateToDisplay\": \"\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"limitResponses\": \"a\",\n            \"limitResponsesQty\": 0,\n            \"countWaitlisted\": 0,\n            \"limitResponsesText\": \"Accept all Responses\",\n            \"limitResponsesAllowWaitList\": 0,\n            \"tryBookingEventId\": 0,\n            \"tryBookingRequired\": 0,\n            \"tryBookingEventName\": \"\",\n            \"humanitixEventId\": \"\",\n            \"humanitixRequired\": 0,\n            \"humanitixEventName\": \"\",\n            \"humanitixEventSlug\": \"\",\n            \"long\": \"0\",\n            \"lat\": \"0\",\n            \"zenithEnabled\": 0,\n            \"zenithRequired\": 0,\n            \"zenithPaymentAmount\": 0,\n            \"zenithUserCanEditAmount\": 0,\n            \"zenithCustomerReference\": \"\",\n            \"zenithAdditionalReferenceFromAttribute\": 0,\n            \"zenithAdditionalReferenceAttributeId\": 100316226,\n            \"zenithAdditionalReferenceAttributeName\": \"DebtorId\",\n            \"sentralActivityInstanceId\": 0,\n            \"sentralActivityName\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0,\n            \"canBeTakenByUser\": 0,\n            \"sendEmail\": 1,\n            \"sendSMS\": 1,\n            \"countOpenedClicked\": 0,\n            \"countOpenedClickedRate\": 0,\n            \"emailOpenRate\": 0,\n            \"smsOpenRate\": 0,\n            \"fileDownloadRate\": 0,\n            \"participantListObjectId\": \"168445375\",\n            \"participantListName\": \" Hoa SL01\",\n            \"slipStatusId\": 2,\n            \"slipStatusName\": \"Sent\",\n            \"slipsSent\": \"2\",\n            \"slipsResponses\": \"0\",\n            \"countParticipantsForSlip\": 2,\n            \"countParticipantsForInternalForm\": 0,\n            \"countUsersForInternalForm\": 0,\n            \"slipActionName\": \"\",\n            \"slipActionId\": 0,\n            \"nextSlipActionId\": 0,\n            \"countSlipsPositiveResponses\": \"0\",\n            \"slipsResponseRate\": \"0\"\n        }\n    ],\n    \"countFormFields\": 1,\n    \"formFields\": \"%5B%7B%0A%20%20%22sectionId%22%3A%202%2C%0A%20%20%22sectionName%22%3A%20%22Parent%2FStudent%20Information%22%2C%0A%20%20%22sectionDescription%22%3A%20%22These%20fields%20are%20for%20the%20parents%2Fstudents%20to%20complete%20when%20making%20their%20response.%22%2C%0A%20%20%22fId%22%3A%2010%2C%0A%20%20%22fName%22%3A%20%22fieldId10-contactResponseId%22%2C%0A%20%20%22objectTypeId%22%3A%200%2C%0A%20%20%22fLabel%22%3A%20%22Contact%20Response%22%2C%0A%20%20%22fType%22%3A%20%22int%22%2C%0A%20%20%22fMaxChars%22%3A%200%2C%0A%20%20%22fRequired%22%3A%201%2C%0A%20%20%22fVisible%22%3A%201%2C%0A%20%20%22fReadOnly%22%3A%200%2C%0A%20%20%22fLocked%22%3A%200%2C%0A%20%20%22fValInt%22%3A%200%2C%0A%20%20%22fValNvarchar%22%3A%20%22%22%2C%0A%20%20%22fDefaultValue%22%3A%20%22%22%2C%0A%20%20%22editableByUser%22%3A%200%2C%0A%20%20%22editableByContact%22%3A%201%2C%0A%20%20%22fSelectListId%22%3A%200%2C%0A%20%20%22geoCodeThisValue%22%3A%200%2C%0A%20%20%22fSelectListOptionName%22%3A%20%22%22%2C%0A%20%20%22fSelectListOptions%22%3A%20%22%22%0A%7D%5D\",\n    \"countFiles\": 0,\n    \"countFolders\": 4,\n    \"folders\": [\n        {\n            \"slipFormFolderId\": 346300,\n            \"slipFormFolderName\": \"Test folder\"\n        },\n        {\n            \"slipFormFolderId\": 100587113,\n            \"slipFormFolderName\": \"PIF folder\"\n        },\n        {\n            \"slipFormFolderId\": 100587114,\n            \"slipFormFolderName\": \"Ā slip folder\"\n        },\n        {\n            \"slipFormFolderId\": 100587786,\n            \"slipFormFolderName\": \"Test Form Folder\"\n        }\n    ],\n    \"countParticipants\": 0,\n    \"countUsers\": 0,\n    \"countLinkedObjects\": 0,\n    \"countLists\": 1,\n    \"lists\": [\n        {\n            \"listObjectId\": 168445375,\n            \"listName\": \"Hoa SL01\"\n        }\n    ],\n    \"countUsersGroups\": 1,\n    \"usersGroups\": [\n        {\n            \"userGroupId\": \"user102677888\",\n            \"userGroupName\": \"Hoa User Test 01\"\n        }\n    ],\n    \"countGeocodes\": 0,\n    \"conditionCount\": 0,\n    \"condition\": [],\n    \"calculationCount\": 0,\n    \"calculation\": [],\n    \"tableCount\": 0,\n    \"table\": [],\n    \"tableValueCount\": 0,\n    \"tableValues\": []\n}"}],"_postman_id":"3258b668-835e-424a-8a81-012695b7c4f4"},{"name":"downloadSlipResponses","id":"20128bb6-f42d-4e38-8111-ef2d519e0fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/downloadSlipResponses.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&slipObjectId=10730959","urlObject":{"path":["downloadSlipResponses.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"slipObjectId","value":"10730959"}],"variable":[]}},"response":[{"id":"3cab5920-f220-46b6-8a9a-353977bcad53","name":"downloadSlipResponses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/downloadSlipResponses.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&slipObjectId=10730959","host":["{{url}}slips"],"path":["downloadSlipResponses.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"slipObjectId","value":"10730959"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:20:03 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=AHJNPGFBGJDKGDCHCFMPECFC; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:20:06 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 3,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 17,\n    \"mypage\": 1,\n    \"mypagesize\": 1000000,\n    \"data\": [\n        {\n            \"participantObjectId\": 10335733,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"365475869tr\",\n            \"Student First Name\": \"Tyra\",\n            \"Student Last Name\": \"Andon\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730963\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"0BA907E1C6614AAF82CBA8022864A32D\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Carissa Pollit\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335620,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"821\",\n            \"Student First Name\": \"Juliette\",\n            \"Student Last Name\": \"Cabuil\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730966\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"33116\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Aymeric Cabuil\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335732,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000430\",\n            \"Student First Name\": \"Tye\",\n            \"Student Last Name\": \"Clifford\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730982\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"16DD8FD2E0564FB59C5E3094507B16D7\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Lachlan Clifford\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335648,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000400\",\n            \"Student First Name\": \"Kassandra\",\n            \"Student Last Name\": \"Della  Posta\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730976\",\n            \"Response Date\": \"6 Aug 2020 12:26 PM\",\n            \"Response made by\": \"Hannes Degli Esposti\",\n            \"Parent Id\": \"223690D5FAC54A888659B4666C3EFB38\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Hannes Degli Esposti\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335707,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"10335707\",\n            \"Student First Name\": \"Sandro\",\n            \"Student Last Name\": \"Eagles\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730990\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"BCA635EC24B54333AF51366381876B07\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Sirirat Dunsmore\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335656,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000370\",\n            \"Student First Name\": \"Kyran\",\n            \"Student Last Name\": \"Facey\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730983\",\n            \"Response Date\": \"14 Aug 2020 04:31 PM\",\n            \"Response made by\": \"Miguel Marcon\",\n            \"Parent Id\": \"9AA80490BFD2418589EBD34BA8383304\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Miguel Marcon\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335708,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000350\",\n            \"Student First Name\": \"Sandro\",\n            \"Student Last Name\": \"Freeman\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730961\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"726A5069FEB14787A229C9FCCF81B4D1\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Aviroop Freeman\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335726,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000330\",\n            \"Student First Name\": \"Tommaso\",\n            \"Student Last Name\": \"Glazebrook\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730981\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"ABD3A920356540D3AB8F1F0D54504A7D\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Keith Glazebrook\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335666,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000280\",\n            \"Student First Name\": \"Louis\",\n            \"Student Last Name\": \"Hay\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730965\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"9AF361E4548F422881C955F3B56913AF\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Cesare Hay\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335704,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000230\",\n            \"Student First Name\": \"Rokko\",\n            \"Student Last Name\": \"Lee\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730962\",\n            \"Response Date\": \"14 Aug 2020 04:28 PM\",\n            \"Response made by\": \"Brooklyn La Vanda\",\n            \"Parent Id\": \"781461E514A34883AEE5B16E6425AA48\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Brooklyn La Vanda\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335586,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000200\",\n            \"Student First Name\": \"Brando\",\n            \"Student Last Name\": \"Malkovic\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730980\",\n            \"Response Date\": \"14 Aug 2020 04:34 PM\",\n            \"Response made by\": \"Kamal Malkovic\",\n            \"Parent Id\": \"AA9F51FFC1744FD4B5667A99C7E53998\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Kamal Malkovic\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335715,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000140\",\n            \"Student First Name\": \"Soon\",\n            \"Student Last Name\": \"O'leary\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730969\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"038A91648515416E962095E940C5D723\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Enrique O'leary\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335738,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000130\",\n            \"Student First Name\": \"Valerie\",\n            \"Student Last Name\": \"Paolino\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730960\",\n            \"Response Date\": \"6 Aug 2020 10:36 AM\",\n            \"Response made by\": \"Aemara Macgregor\",\n            \"Parent Id\": \"F9412B3F55E248329F3D3A957ECA3917\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Aemara Macgregor\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335644,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000080\",\n            \"Student First Name\": \"Julian\",\n            \"Student Last Name\": \"Smits\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730968\",\n            \"Response Date\": \"14 Aug 2020 04:18 PM\",\n            \"Response made by\": \"Dusty Smits\",\n            \"Parent Id\": \"630A77614232482C922B42E9C145D62F\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Dusty Smits\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335719,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000060\",\n            \"Student First Name\": \"Tanya\",\n            \"Student Last Name\": \"Speyers\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730967\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"6B6868B0BAE94BA9A91B1DB2D02A531C\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Craig Staer\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335679,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000040\",\n            \"Student First Name\": \"Mildret\",\n            \"Student Last Name\": \"Terrell\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730973\",\n            \"Response Date\": \"6 Aug 2020 11:02 AM\",\n            \"Response made by\": \"Geetha Terrell\",\n            \"Parent Id\": \"16756EA85648420F83D0458C00CCC75D\",\n            \"Contact Response\": \"Accept\",\n            \"Contact Name\": \"Geetha Terrell\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        },\n        {\n            \"participantObjectId\": 10335680,\n            \"Medical Alert\": \"\",\n            \"Student Id\": \"p20150821000030\",\n            \"Student First Name\": \"Mirella\",\n            \"Student Last Name\": \"Tomlinson\",\n            \"List\": \"Year 0\",\n            \"Response Id\": \"10730985\",\n            \"Response Date\": \"\",\n            \"Response made by\": \"\",\n            \"Parent Id\": \"C722C3F29FD4419EAE5475F031F60FC2\",\n            \"Contact Response\": \"\",\n            \"Contact Name\": \"Nia Dickenson\",\n            \"Date of Birth\": \"\",\n            \"Medical details\": \"\",\n            \"WWC Date\": \"\"\n        }\n    ]\n}"}],"_postman_id":"20128bb6-f42d-4e38-8111-ef2d519e0fd9"},{"name":"listSchoolFormsPaged","id":"c9332ebc-8b06-42bd-aac0-59e10ecf13d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/listSchoolFormsPaged.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sText=&slipStatusId=&currentArchived=&slipFormFolderId=0&formObjectId=0&formCategoryId=0&slipTypeId=0&sortOrder=1&myPage=1&myPageSize=50","description":"<p>Returns a list of all school forms for a school matching the selection criteria. This is the same API call used by the School Forms page in the UI</p>\n","urlObject":{"path":["listSchoolFormsPaged.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>text to search for, bracket string in % characters to search anywhere in string, form title and user/student (depending on the form type) will be searched</p>\n","type":"text/plain"},"key":"sText","value":""},{"description":{"content":"<p>blank to return all statuses or a slipStatusId to restrict to a specific status, \ni.e. \n0=Draft\n3=Pending Approval\n4=Approved\n7=Complete\nplus other values depending on workflow</p>\n","type":"text/plain"},"key":"slipStatusId","value":""},{"description":{"content":"<p>archived=archived forms only\nblank=non-archived forms</p>\n","type":"text/plain"},"key":"currentArchived","value":""},{"description":{"content":"<p>0=all form folders or a slipFormFolderId to restrict to a specific folder. \nslipFolderId values may be determined by inspecting the folders JSON object in the return when slipFormFolderId=0 is specified</p>\n","type":"text/plain"},"key":"slipFormFolderId","value":"0"},{"description":{"content":"<p>0=all form templates or a formObjectId to restrict to a specific form template. \nformObjectId values may be determined by inspecting the forms JSON object in the return when formObjectId =0 is specified</p>\n","type":"text/plain"},"key":"formObjectId","value":"0"},{"description":{"content":"<p>0=all form categories or a formCategoryId to restrict to a specific form category. \nformCategoryId values may be determined by inspecting the categories JSON object in the return when formCategoryId=0 is specified</p>\n","type":"text/plain"},"key":"formCategoryId","value":"0"},{"description":{"content":"<p>0=all slip types or a formCategoryId to restrict to a specific form category, \ni.e. \n2=School Form for Student, no Parent Response\n3=School Form for Student, with Parent Response\n4=Parent Initiated Form for Student\n5=School Staff Form\n6=School Staff Form with school response\n8=CompliSpace SafeTripBuilder</p>\n","type":"text/plain"},"key":"slipTypeId","value":"0"},{"disabled":true,"description":{"content":"<p>blank=all or a UTC date time in ISO 8601 format to restrict to forms added after the date passed</p>\n","type":"text/plain"},"key":"sDateFrom","value":null},{"disabled":true,"description":{"content":"<p>blank=all or a UTC date time in ISO 8601 format to restrict to forms added before the date passed</p>\n","type":"text/plain"},"key":"sDateTo","value":null},{"description":{"content":"<p>1=Date Added\n2=Form Title</p>\n","type":"text/plain"},"key":"sortOrder","value":"1"},{"description":{"content":"<p>page number of results to return</p>\n","type":"text/plain"},"key":"myPage","value":"1"},{"description":{"content":"<p>page size (number of rows) of results to return</p>\n","type":"text/plain"},"key":"myPageSize","value":"50"}],"variable":[]}},"response":[{"id":"8676502c-48c4-4bed-a215-2030af6383fd","name":"listSchoolFormsPaged","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/listSchoolFormsPaged.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sText=&slipStatusId=&currentArchived=&slipFormFolderId=0&formObjectId=0&formCategoryId=0&slipTypeId=0&sortOrder=1&myPage=1&myPageSize=50","host":["{{url}}slips"],"path":["listSchoolFormsPaged.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"sText","value":"","description":"text to search for, bracket string in % characters to search anywhere in string, form title and user/student (depending on the form type) will be searched"},{"key":"slipStatusId","value":"","description":"blank to return all statuses or a slipStatusId to restrict to a specific status, \ni.e. \n0=Draft\n3=Pending Approval\n4=Approved\n7=Complete\nplus other values depending on workflow"},{"key":"currentArchived","value":"","description":"archived=archived forms only\nblank=non-archived forms"},{"key":"slipFormFolderId","value":"0","description":"0=all form folders or a slipFormFolderId to restrict to a specific folder. \nslipFolderId values may be determined by inspecting the folders JSON object in the return when slipFormFolderId=0 is specified"},{"key":"formObjectId","value":"0","description":"0=all form templates or a formObjectId to restrict to a specific form template. \nformObjectId values may be determined by inspecting the forms JSON object in the return when formObjectId =0 is specified"},{"key":"formCategoryId","value":"0","description":"0=all form categories or a formCategoryId to restrict to a specific form category. \nformCategoryId values may be determined by inspecting the categories JSON object in the return when formCategoryId=0 is specified"},{"key":"slipTypeId","value":"0","description":"0=all slip types or a formCategoryId to restrict to a specific form category, \ni.e. \n2=School Form for Student, no Parent Response\n3=School Form for Student, with Parent Response\n4=Parent Initiated Form for Student\n5=School Staff Form\n6=School Staff Form with school response\n8=CompliSpace SafeTripBuilder"},{"key":"sDateFrom","value":null,"description":"blank=all or a UTC date time in ISO 8601 format to restrict to forms added after the date passed","disabled":true},{"key":"sDateTo","value":null,"description":"blank=all or a UTC date time in ISO 8601 format to restrict to forms added before the date passed","disabled":true},{"key":"sortOrder","value":"1","description":"1=Date Added\n2=Form Title"},{"key":"myPage","value":"1","description":"page number of results to return"},{"key":"myPageSize","value":"50","description":"page size (number of rows) of results to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:20:26 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=CHJNPGFBPDMFGGMDODJFKPBL; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:20:27 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"countStatus\": 25,\n    \"byStatus\": [\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Draft (Process)\"\n        },\n        {\n            \"countSlips\": 49,\n            \"slipStatusName\": \"Draft\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Queued\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Sent\"\n        },\n        {\n            \"countSlips\": 57,\n            \"slipStatusName\": \"Pending Approval\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Approved\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Pending SAL\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Entered to SAL\"\n        },\n        {\n            \"countSlips\": 59,\n            \"slipStatusName\": \"Complete\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Submitted\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Closed\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Copy sent to Parent\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Send to Parent for Response\"\n        },\n        {\n            \"countSlips\": 4,\n            \"slipStatusName\": \"Sent to Parent for Response\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Parent submitted Form\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Ready to submit\"\n        },\n        {\n            \"countSlips\": 1,\n            \"slipStatusName\": \"Copy sent to Staff/Users\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Not Approved\"\n        },\n        {\n            \"countSlips\": 12,\n            \"slipStatusName\": \"Sent to next Staff member(s)\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Edited by Staff\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Cancelled\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Send to Student for Response\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Sent to Student for Response\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Student submitted Form\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipStatusName\": \"Queued (Processing)\"\n        },\n        {\n            \"countSlips\": 182,\n            \"slipStatusName\": \"All Statuses\"\n        }\n    ],\n    \"countArchive\": 2,\n    \"slipArchived\": [\n        {\n            \"countSlips\": 182,\n            \"slipArchived\": \"Current\"\n        },\n        {\n            \"countSlips\": 0,\n            \"slipArchived\": \"Archived\"\n        }\n    ],\n    \"countCategories\": 4,\n    \"categories\": [\n        {\n            \"formCategoryId\": 100235742,\n            \"formCategoryName\": \"Conditional Workflows Testing (2)\"\n        },\n        {\n            \"formCategoryId\": 100236439,\n            \"formCategoryName\": \"No Approval Needed (3)\"\n        },\n        {\n            \"formCategoryId\": 100235740,\n            \"formCategoryName\": \"Perfect Process (33)\"\n        },\n        {\n            \"formCategoryId\": 3476,\n            \"formCategoryName\": \"Staff School Forms (6)\"\n        }\n    ],\n    \"countFolders\": 4,\n    \"folders\": [\n        {\n            \"slipFormFolderId\": 100587114,\n            \"slipFormFolderName\": \"Ā slip folder (1)\"\n        },\n        {\n            \"slipFormFolderId\": 100587113,\n            \"slipFormFolderName\": \"PIF folder (2)\"\n        },\n        {\n            \"slipFormFolderId\": 346300,\n            \"slipFormFolderName\": \"Test folder (6)\"\n        },\n        {\n            \"slipFormFolderId\": 100587786,\n            \"slipFormFolderName\": \"Test Form Folder (6)\"\n        }\n    ],\n    \"countForms\": 56,\n    \"forms\": [\n        {\n            \"formObjectId\": 10780071,\n            \"formName\": \"Trigger Form - A1\",\n            \"countSchoolFormsForForm\": 26\n        },\n        {\n            \"formObjectId\": 10790752,\n            \"formName\": \"Expression of Interest Private Music Tuition - Loreto Kirribilli\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 10790910,\n            \"formName\": \"Transport Form - B5\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 168324413,\n            \"formName\": \"Bus - C9\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168324417,\n            \"formName\": \"Catering Form -B 6\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168330304,\n            \"formName\": \"Staff Leave Form with Conditional Workflows\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168342931,\n            \"formName\": \"test field - keshav\",\n            \"countSchoolFormsForForm\": 8\n        },\n        {\n            \"formObjectId\": 168344025,\n            \"formName\": \"ENG 2952 - Conditional Workflows 2022.06\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168350487,\n            \"formName\": \"pi keshav\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168384374,\n            \"formName\": \"ENG-3209 Medical Details Update\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168389225,\n            \"formName\": \"ENG-3050 Parent Initiated Form for Student\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168417218,\n            \"formName\": \"ENG-3372\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 168442471,\n            \"formName\": \"Process H1 - Form 1\",\n            \"countSchoolFormsForForm\": 20\n        },\n        {\n            \"formObjectId\": 168442473,\n            \"formName\": \"Process H1 - Form 2\",\n            \"countSchoolFormsForForm\": 6\n        },\n        {\n            \"formObjectId\": 168445182,\n            \"formName\": \"Safe Trip builder\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168445316,\n            \"formName\": \"School form with approval\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 168445487,\n            \"formName\": \"DECYP Staff Form T1\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168455837,\n            \"formName\": \"Process H3 - Form 1\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 168455895,\n            \"formName\": \"Form H4\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168455900,\n            \"formName\": \"Application For Leave H1\",\n            \"countSchoolFormsForForm\": 5\n        },\n        {\n            \"formObjectId\": 168455906,\n            \"formName\": \"Application For Leave H1-2\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 168455910,\n            \"formName\": \"Application For Leave H1-3\",\n            \"countSchoolFormsForForm\": 16\n        },\n        {\n            \"formObjectId\": 168458608,\n            \"formName\": \"SSA-404 Testing\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168459037,\n            \"formName\": \"SSA - 3 Template\",\n            \"countSchoolFormsForForm\": 6\n        },\n        {\n            \"formObjectId\": 168489681,\n            \"formName\": \"BF School Form Template 26.01.24\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 168692273,\n            \"formName\": \"SSA-39\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 168692282,\n            \"formName\": \"SSA-6 P1 T1\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170553500,\n            \"formName\": \"DEV-483 T1\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170553935,\n            \"formName\": \"Keerthi test form template\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564225,\n            \"formName\": \"keerthi test 12\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564249,\n            \"formName\": \"keerthi test new\",\n            \"countSchoolFormsForForm\": 7\n        },\n        {\n            \"formObjectId\": 170564342,\n            \"formName\": \"keerthi test no approval\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564345,\n            \"formName\": \"keerthi test no approval 1\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564775,\n            \"formName\": \"test multiple users\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170564818,\n            \"formName\": \"tr4\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564827,\n            \"formName\": \"test multiple user options1\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170564859,\n            \"formName\": \"SSA-803 ST T1\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170564904,\n            \"formName\": \"SUP-25274 ST T1 staff form\",\n            \"countSchoolFormsForForm\": 6\n        },\n        {\n            \"formObjectId\": 170575018,\n            \"formName\": \"SSA-31 ST T1 school form\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170575072,\n            \"formName\": \"Keerthi test staff form no student\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170575122,\n            \"formName\": \"SSA-810 ST T1\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170575365,\n            \"formName\": \"SSA-31 school form for parent\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 170575372,\n            \"formName\": \"SSA-31 School Staff Form no Student\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 170575375,\n            \"formName\": \"SSA-12 School Staff Form no Student\",\n            \"countSchoolFormsForForm\": 3\n        },\n        {\n            \"formObjectId\": 170576002,\n            \"formName\": \"SSA-31 School Form for Student, with Parent Response\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170576017,\n            \"formName\": \"SSA-31 Parent Initiated Form for Student\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170576048,\n            \"formName\": \"keerthi test school form for student no parent response\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170590150,\n            \"formName\": \"650 School Form for Student, with Parent Response\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170595281,\n            \"formName\": \"School Staff Form no Student test workflow\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170595284,\n            \"formName\": \"School Staff Form no Student any user workflow\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170595290,\n            \"formName\": \"School Staff Form no Student any user workflow\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170595313,\n            \"formName\": \"School Staff Form no Student conditional workflow\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170595561,\n            \"formName\": \"906 template\",\n            \"countSchoolFormsForForm\": 4\n        },\n        {\n            \"formObjectId\": 170595563,\n            \"formName\": \"SSA-760 School Staff Form no Student T1\",\n            \"countSchoolFormsForForm\": 2\n        },\n        {\n            \"formObjectId\": 170595588,\n            \"formName\": \"SSA-760 School Staff Form no Student T2\",\n            \"countSchoolFormsForForm\": 1\n        },\n        {\n            \"formObjectId\": 170595591,\n            \"formName\": \"SSA-760 School Staff Form no Student T3\",\n            \"countSchoolFormsForForm\": 1\n        }\n    ],\n    \"data\": [\n        {\n            \"objectId\": 170595610,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"ssa6 test local - Trigger Form - A1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 03:00 PM\",\n            \"slipDueDate\": \"30 Oct 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Kai Ved\"\n        },\n        {\n            \"objectId\": 170595607,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"ssa 6 test - Trigger Form - A1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 02:00 PM\",\n            \"slipDueDate\": \"30 Oct 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Kai Ved\"\n        },\n        {\n            \"objectId\": 170595604,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"test test - Trigger Form - A1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 02:00 PM\",\n            \"slipDueDate\": \"30 Oct 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Kai Ved\"\n        },\n        {\n            \"objectId\": 170595593,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-760 School Staff Form no Student T4\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"User 2,User 3\"\n        },\n        {\n            \"objectId\": 170595590,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-760 School Staff Form no Student T3\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 10:30 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"User 2,User 3\"\n        },\n        {\n            \"objectId\": 170595587,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-760 School Staff Form no Student T2\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 10:15 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"User 2\"\n        },\n        {\n            \"objectId\": 170595569,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-760 School Staff Form no Student\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 08:30 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"ES Support\",\n            \"participants\": \"\",\n            \"usersForStep\": \"User 2\"\n        },\n        {\n            \"objectId\": 170595568,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"906 template no hoa\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 08:15 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A,Arthi AshokStaff 2,Hoa Bui,Hasith Jayasekara,Amanda Leslie\"\n        },\n        {\n            \"objectId\": 170595567,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"906 template hoa colour test\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 08:15 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A,Arthi AshokStaff 2,Hoa Bui,Hasith Jayasekara,Amanda Leslie\"\n        },\n        {\n            \"objectId\": 170595566,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"906 template 1 hoa\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 08:15 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A,Arthi AshokStaff 2,Hoa Bui,Hasith Jayasekara,Amanda Leslie\"\n        },\n        {\n            \"objectId\": 170595565,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"906 template 2 hoas test\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"31 Oct 2024 @ 08:15 AM\",\n            \"slipDueDate\": \"29 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A,Arthi AshokStaff 2,Hoa Bui,Hasith Jayasekara,Amanda Leslie\"\n        },\n        {\n            \"objectId\": 170595504,\n            \"dateAdded\": \"28 Oct 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"650 School Form for Student, with Parent Response\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"27 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"student|10780129|Sara Amorim,student|10780130|Maria Barbot\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170595315,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"School Staff Form no Student conditional workflow\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 07:30 AM\",\n            \"slipDueDate\": \"20 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Hoa Bui\"\n        },\n        {\n            \"objectId\": 170595292,\n            \"dateAdded\": \"18 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"School Staff Form no Student any user workflow\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"19 Oct 2024 @ 09:30 AM\",\n            \"slipDueDate\": \"17 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170595289,\n            \"dateAdded\": \"18 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"School Staff Form no Student test workflow 18_10\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"19 Oct 2024 @ 08:30 AM\",\n            \"slipDueDate\": \"17 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170595286,\n            \"dateAdded\": \"17 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"School Staff Form no Student any user workflow\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"18 Oct 2024 @ 08:00 PM\",\n            \"slipDueDate\": \"16 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A,Lisa Symons,Stephen Tucker\"\n        },\n        {\n            \"objectId\": 170595283,\n            \"dateAdded\": \"17 Oct 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"School Staff Form no Student test workflow\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"18 Oct 2024 @ 01:00 PM\",\n            \"slipDueDate\": \"16 Nov 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Sithbavi A\"\n        },\n        {\n            \"objectId\": 170576052,\n            \"dateAdded\": \"23 Aug 2024\",\n            \"slipTypeId\": 2,\n            \"slipTitle\": \"keerthi test school form for student no parent response\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"24 Aug 2024 @ 09:45 AM\",\n            \"slipDueDate\": \"22 Sep 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"student|10754973|John Miller\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170576051,\n            \"dateAdded\": \"23 Aug 2024\",\n            \"slipTypeId\": 2,\n            \"slipTitle\": \"keerthi test school form for student no parent response\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"24 Aug 2024 @ 09:30 AM\",\n            \"slipDueDate\": \"22 Sep 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"student|168393326|john Elton\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170576045,\n            \"dateAdded\": \"22 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-31 PDF Template SSA-31 Test\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"23 Aug 2024 @ 08:00 AM\",\n            \"slipDueDate\": \"21 Sep 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170576021,\n            \"dateAdded\": \"20 Aug 2024\",\n            \"slipTypeId\": 4,\n            \"slipTitle\": \"SSA-31 Parent Initiated Form for Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"21 Aug 2024 @ 03:30 PM\",\n            \"slipDueDate\": \"19 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"student|168420621|Uno Student\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170576005,\n            \"dateAdded\": \"20 Aug 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 School Form for Student, with Parent Response\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"21 Aug 2024 @ 11:45 AM\",\n            \"slipDueDate\": \"19 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170576007,\n            \"dateAdded\": \"20 Aug 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 School Form for Student, with Parent Response\",\n            \"slipStatusId\": \"12\",\n            \"slipStatusName\": \"Sent to Parent for Response\",\n            \"slipDateTimeToSendComplete\": \"21 Aug 2024 @ 11:45 AM\",\n            \"slipDueDate\": \"19 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Parent\"\n        },\n        {\n            \"objectId\": 170575409,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-12 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"10 Aug 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"8 Sep 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575404,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-31 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"10 Aug 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"8 Sep 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575405,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 school form for parent\",\n            \"slipStatusId\": \"12\",\n            \"slipStatusName\": \"Sent to Parent for Response\",\n            \"slipDateTimeToSendComplete\": \"10 Aug 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"8 Sep 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Parent\"\n        },\n        {\n            \"objectId\": 170575403,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-31 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"10 Aug 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"8 Sep 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575391,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-12 T2 - SSA-12 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"9 Aug 2024 @ 07:48 AM\",\n            \"slipDueDate\": \"9 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575385,\n            \"dateAdded\": \"9 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-12 T1 - SSA-12 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"9 Aug 2024 @ 07:42 AM\",\n            \"slipDueDate\": \"9 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575374,\n            \"dateAdded\": \"8 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-31 School Staff Form no Student\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"9 Aug 2024 @ 06:15 PM\",\n            \"slipDueDate\": \"7 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575368,\n            \"dateAdded\": \"8 Aug 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 school form for parent\",\n            \"slipStatusId\": \"12\",\n            \"slipStatusName\": \"Sent to Parent for Response\",\n            \"slipDateTimeToSendComplete\": \"9 Aug 2024 @ 05:45 PM\",\n            \"slipDueDate\": \"7 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Parent\"\n        },\n        {\n            \"objectId\": 170575370,\n            \"dateAdded\": \"8 Aug 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 school form for parent\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"9 Aug 2024 @ 05:45 PM\",\n            \"slipDueDate\": \"7 Sep 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575247,\n            \"dateAdded\": \"1 Aug 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \" 2024.07 Test - ENG 2952 - Conditional Workflows 2022.06\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"1 Aug 2024 @ 08:21 AM\",\n            \"slipDueDate\": \"1 Aug 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575197,\n            \"dateAdded\": \"30 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-803 ST T1\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"31 Jul 2024 @ 12:45 PM\",\n            \"slipDueDate\": \"29 Aug 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575129,\n            \"dateAdded\": \"26 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-810 ST T1\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"27 Jul 2024 @ 05:00 PM\",\n            \"slipDueDate\": \"25 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575126,\n            \"dateAdded\": \"26 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-810 ST T1\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"27 Jul 2024 @ 04:15 PM\",\n            \"slipDueDate\": \"25 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575080,\n            \"dateAdded\": \"25 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"Keerthi test staff form no student\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"26 Jul 2024 @ 03:45 PM\",\n            \"slipDueDate\": \"24 Aug 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170575029,\n            \"dateAdded\": \"23 Jul 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 ST T1 school form\",\n            \"slipStatusId\": \"12\",\n            \"slipStatusName\": \"Sent to Parent for Response\",\n            \"slipDateTimeToSendComplete\": \"24 Jul 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"22 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Parent\"\n        },\n        {\n            \"objectId\": 170575031,\n            \"dateAdded\": \"23 Jul 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"SSA-31 ST T1 school form\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"24 Jul 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"22 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564943,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 Process P7 - SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"18 Jul 2024 @ 12:52 PM\",\n            \"slipDueDate\": \"18 Jul 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564938,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 Process P6 - SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"18 Jul 2024 @ 12:31 PM\",\n            \"slipDueDate\": \"18 Jul 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564933,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 Process P5 - SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"7\",\n            \"slipStatusName\": \"Complete\",\n            \"slipDateTimeToSendComplete\": \"18 Jul 2024 @ 12:28 PM\",\n            \"slipDueDate\": \"18 Jul 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564928,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 Process P2 - SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"19 Jul 2024 @ 12:00 PM\",\n            \"slipDueDate\": \"17 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564917,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"19 Jul 2024 @ 11:30 AM\",\n            \"slipDueDate\": \"17 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564916,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SUP-25274 ST T1 Process - SUP-25274 ST T1 staff form\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"19 Jul 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"17 Aug 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564900,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-39 TEST - Trigger Form - A1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"18 Jul 2024 @ 09:20 AM\",\n            \"slipDueDate\": \"18 Jul 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Kai Ved\"\n        },\n        {\n            \"objectId\": 170564898,\n            \"dateAdded\": \"18 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-39 TEST \",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"18 Jul 2024 @ 09:15 AM\",\n            \"slipDueDate\": \"18 Jul 2024\",\n            \"userFullName\": \"Lisa Symons\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564861,\n            \"dateAdded\": \"17 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA-803 ST T1\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"17 Jul 2024 @ 05:47 PM\",\n            \"slipDueDate\": \"17 Jul 2024\",\n            \"userFullName\": \"Stephen Tucker\",\n            \"participants\": \"\",\n            \"usersForStep\": \"\"\n        },\n        {\n            \"objectId\": 170564836,\n            \"dateAdded\": \"16 Jul 2024\",\n            \"slipTypeId\": 5,\n            \"slipTitle\": \"SSA 6 Test  - Trigger Form - A1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"17 Jul 2024 @ 07:30 AM\",\n            \"slipDueDate\": \"16 Jul 2024\",\n            \"userFullName\": \"Wesley Test\",\n            \"participants\": \"\",\n            \"usersForStep\": \"Kai Ved\"\n        },\n        {\n            \"objectId\": 170564830,\n            \"dateAdded\": \"12 Jul 2024\",\n            \"slipTypeId\": 3,\n            \"slipTitle\": \"test multiple user options1\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"13 Jul 2024 @ 08:30 AM\",\n            \"slipDueDate\": \"11 Aug 2024\",\n            \"userFullName\": \"Keerthi Venkatachalam\",\n            \"participants\": \"student|10780129|Sara Amorim\",\n            \"usersForStep\": \"Sithbavi A\"\n        }\n    ],\n    \"totalrecs\": 182,\n    \"sortOrder\": 1,\n    \"oldSO\": \"1\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 4,\n    \"totalSlips\": 182\n}"}],"_postman_id":"c9332ebc-8b06-42bd-aac0-59e10ecf13d2"},{"name":"listParentStudentSlipsPaged","id":"335c39c1-fad3-4842-9dd4-a0d7c11ba888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/listParentStudentSlipsPaged.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sText=&slipStatusId=&currentArchived=&slipFormFolderId=0&formCategoryId=0&sortOrder=1&myPage=1&myPageSize=50","description":"<p>Returns a list of all parent/student slips for a school matching the selection criteria. This is the same API call used by the Parent/Student Slips page in the UI</p>\n","urlObject":{"path":["listParentStudentSlipsPaged.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>text to search for, bracket string in % characters to search anywhere in string, slip title will be searched</p>\n","type":"text/plain"},"key":"sText","value":""},{"description":{"content":"<p>blank to return all statuses or a slipStatusId to restrict to a specific status, \ni.e. \n0=Draft\n2=Sent\n3=Pending Approval\n4=Approved \nplus other values depending on workflow</p>\n","type":"text/plain"},"key":"slipStatusId","value":""},{"description":{"content":"<p>archived=archived forms only\nblank=non-archived forms</p>\n","type":"text/plain"},"key":"currentArchived","value":""},{"description":{"content":"<p>0=all form folders or a slipFormFolderId to restrict to a specific folder. \nslipFolderId values may be determined by inspecting the folders JSON object in the return when slipFormFolderId=0 is specified</p>\n","type":"text/plain"},"key":"slipFormFolderId","value":"0"},{"description":{"content":"<p>0=all form categories or a formCategoryId to restrict to a specific form category. \nformCategoryId values may be determined by inspecting the categories JSON object in the return when formCategoryId=0 is specified</p>\n","type":"text/plain"},"key":"formCategoryId","value":"0"},{"disabled":true,"description":{"content":"<p>blank=all or a UTC date time in ISO 8601 format to restrict to forms added after the date passed</p>\n","type":"text/plain"},"key":"sDateFrom","value":null},{"disabled":true,"description":{"content":"<p>blank=all or a UTC date time in ISO 8601 format to restrict to forms added before the date passed</p>\n","type":"text/plain"},"key":"sDateTo","value":null},{"description":{"content":"<p>1=Date Added\n2=Slip Title\n3=Date Time to Send\n4=Due Date</p>\n","type":"text/plain"},"key":"sortOrder","value":"1"},{"description":{"content":"<p>page number of results to return</p>\n","type":"text/plain"},"key":"myPage","value":"1"},{"description":{"content":"<p>page size (number of rows) of results to return</p>\n","type":"text/plain"},"key":"myPageSize","value":"50"}],"variable":[]}},"response":[{"id":"8a57991b-0bbb-4608-9c36-eb072b6be06e","name":"listParentStudentSlipsPaged","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/listParentStudentSlipsPaged.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sText=&slipStatusId=&currentArchived=&slipFormFolderId=0&formCategoryId=0&sortOrder=1&myPage=1&myPageSize=50","host":["{{url}}slips"],"path":["listParentStudentSlipsPaged.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"sText","value":"","description":"text to search for, bracket string in % characters to search anywhere in string, slip title will be searched"},{"key":"slipStatusId","value":"","description":"blank to return all statuses or a slipStatusId to restrict to a specific status, \ni.e. \n0=Draft\n2=Sent\n3=Pending Approval\n4=Approved \nplus other values depending on workflow"},{"key":"currentArchived","value":"","description":"archived=archived forms only\nblank=non-archived forms"},{"key":"slipFormFolderId","value":"0","description":"0=all form folders or a slipFormFolderId to restrict to a specific folder. \nslipFolderId values may be determined by inspecting the folders JSON object in the return when slipFormFolderId=0 is specified"},{"key":"formCategoryId","value":"0","description":"0=all form categories or a formCategoryId to restrict to a specific form category. \nformCategoryId values may be determined by inspecting the categories JSON object in the return when formCategoryId=0 is specified"},{"key":"sDateFrom","value":null,"description":"blank=all or a UTC date time in ISO 8601 format to restrict to forms added after the date passed","disabled":true},{"key":"sDateTo","value":null,"description":"blank=all or a UTC date time in ISO 8601 format to restrict to forms added before the date passed","disabled":true},{"key":"sortOrder","value":"1","description":"1=Date Added\n2=Slip Title\n3=Date Time to Send\n4=Due Date"},{"key":"myPage","value":"1","description":"page number of results to return"},{"key":"myPageSize","value":"50","description":"page size (number of rows) of results to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:20:42 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=DHJNPGFBIKIIHKBGNNJJOKIK; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:20:42 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 2420,\n    \"sortOrder\": 1,\n    \"oldSO\": \"1\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 49,\n    \"totalParticipantsCount\": 2420,\n    \"data\": [\n        {\n            \"objectId\": 170595600,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-760 Parent/Student Slip T6\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"30 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595596,\n            \"dateAdded\": \"30 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-760 Parent/Student Slip T5\",\n            \"slipStatusId\": \"3\",\n            \"slipStatusName\": \"Pending Approval\",\n            \"slipDateTimeToSendComplete\": \"30 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595550,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"2 factor 2\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595547,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"2 factor 1\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595544,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"2 factor\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595538,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"291024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 07:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"3\",\n            \"countSlipParticipantResponses\": \"1\",\n            \"slipResponseRate\": \"33.3%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595535,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"904 test 1\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 07:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595532,\n            \"dateAdded\": \"29 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"904 test slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"29 Oct 2024 @ 07:45 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"1\",\n            \"slipResponseRate\": \"50%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595469,\n            \"dateAdded\": \"28 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"test parent slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"28 Oct 2024 @ 11:30 AM\",\n            \"slipDueDate\": \"30 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"2\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595423,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Copy of DECYP - Unexplained Absentee Template slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 03:00 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"4\",\n            \"countSlipParticipantResponses\": \"2\",\n            \"slipResponseRate\": \"50%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595420,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-904 Parent Slip T4\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 02:30 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"1\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595418,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-904 Parent Slip T3\",\n            \"slipStatusId\": \"0\",\n            \"slipStatusName\": \"Draft\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595413,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-904 Parent Slip T2\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 02:15 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"1\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595405,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-902 \\\"Parent Slip'%\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 01:15 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"1\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595393,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"DECYP - Unexplained Absentee Template slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 08:30 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"3\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595392,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"DECYP - Unexplained Absentee Template slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 01:00 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"3\",\n            \"countSlipParticipantResponses\": \"1\",\n            \"slipResponseRate\": \"33.3%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595391,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"DECYP - Unexplained Absentee Template slip\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 12:30 PM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595360,\n            \"dateAdded\": \"22 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 23 Oct 2024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"22 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595343,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Absentee Slip Keerthi 21 10 24 3\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"21 Oct 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595342,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Absentee Slip Keerthi 21 10 24 3\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"21 Oct 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"24 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595319,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Absentee Slip Keerthi 21 10 24 2\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"21 Oct 2024 @ 08:00 AM\",\n            \"slipDueDate\": \"22 Oct 2024\",\n            \"countSlipParticipants\": \"3\",\n            \"countSlipParticipantResponses\": \"2\",\n            \"slipResponseRate\": \"66.7%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595318,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Absentee Slip Keerthi 21 10 24\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"21 Oct 2024 @ 08:00 AM\",\n            \"slipDueDate\": \"23 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595311,\n            \"dateAdded\": \"21 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 22 Oct 2024\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"21 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"21 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595302,\n            \"dateAdded\": \"20 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 21 Oct 2024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"20 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"20 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595293,\n            \"dateAdded\": \"19 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 20 Oct 2024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"19 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"19 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595287,\n            \"dateAdded\": \"18 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 19 Oct 2024\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"18 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"18 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595277,\n            \"dateAdded\": \"17 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"SSA-785 \",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"17 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"18 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595265,\n            \"dateAdded\": \"15 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Field visit with mobile 14\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"15 Oct 2024 @ 05:15 PM\",\n            \"slipDueDate\": \"16 Oct 2024\",\n            \"countSlipParticipants\": \"9\",\n            \"countSlipParticipantResponses\": \"2\",\n            \"slipResponseRate\": \"22.2%\",\n            \"calendarEntryDateTimeToComplete\": \"16 Oct 2024 @ 06:00 AM - 20 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595247,\n            \"dateAdded\": \"15 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 16 Oct 2024\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"15 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"15 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595238,\n            \"dateAdded\": \"14 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 15 Oct 2024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"14 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"14 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595236,\n            \"dateAdded\": \"13 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 14 Oct 2024\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"13 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"13 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595227,\n            \"dateAdded\": \"12 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 13 Oct 2024\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"12 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"12 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595204,\n            \"dateAdded\": \"11 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily - 12 Oct 2024\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"11 Oct 2024 @ 06:45 AM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 170595194\n        },\n        {\n            \"objectId\": 170595194,\n            \"dateAdded\": \"10 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Repeats daily\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"10 Oct 2024 @ 02:00 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 1,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595144,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Library workshop - 4D\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 18 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595143,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Planetarium visit - 9D\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595142,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Outdoor adventure park - 4E\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 18 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595141,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Horseback riding - 6F\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595140,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Mountain biking - Year 9\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"6\",\n            \"slipResponseRate\": \"85.7%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595139,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Museum trip - 3D\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595138,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Multi-day camp - Year 7\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"7\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"12 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170595137,\n            \"dateAdded\": \"9 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Rock climbing - 9D\",\n            \"slipStatusId\": \"23\",\n            \"slipStatusName\": \"Queued (Processing)\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 01:45 PM\",\n            \"slipDueDate\": \"11 Oct 2024\",\n            \"countSlipParticipants\": \"0\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"11 Oct 2024 - 17 Oct 2024\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170594113,\n            \"dateAdded\": \"8 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"507 students\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"8 Oct 2024 @ 03:00 PM\",\n            \"slipDueDate\": \"10 Oct 2024\",\n            \"countSlipParticipants\": \"507\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"1.4%\",\n            \"calendarEntryDateTimeToComplete\": \"9 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170593104,\n            \"dateAdded\": \"8 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"500 students\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"8 Oct 2024 @ 01:00 PM\",\n            \"slipDueDate\": \"10 Oct 2024\",\n            \"countSlipParticipants\": \"507\",\n            \"countSlipParticipantResponses\": \"7\",\n            \"slipResponseRate\": \"1.4%\",\n            \"calendarEntryDateTimeToComplete\": \"9 Oct 2024 @ 06:00 AM - 16 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170593095,\n            \"dateAdded\": \"8 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Parent slip from 519 parent slip template test 3\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"9 Oct 2024 @ 07:00 AM\",\n            \"slipDueDate\": \"28 Sep 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170592513,\n            \"dateAdded\": \"2 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Mobile app Slip \",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"2 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"3 Oct 2024\",\n            \"countSlipParticipants\": \"2\",\n            \"countSlipParticipantResponses\": \"1\",\n            \"slipResponseRate\": \"50%\",\n            \"calendarEntryDateTimeToComplete\": \"3 Oct 2024 @ 08:30 AM - 4 Oct 2024 @ 04:45 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170592504,\n            \"dateAdded\": \"1 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Absentee slip test keerthi 1-10 parent slip\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"1 Oct 2024 @ 11:00 AM\",\n            \"slipDueDate\": \"31 Oct 2024\",\n            \"countSlipParticipants\": \"6\",\n            \"countSlipParticipantResponses\": \"1\",\n            \"slipResponseRate\": \"16.7%\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170592499,\n            \"dateAdded\": \"1 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Mobile app Slip \",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"1 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"2 Oct 2024\",\n            \"countSlipParticipants\": \"1\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"2 Oct 2024 @ 05:00 AM - 4 Oct 2024 @ 05:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170592497,\n            \"dateAdded\": \"1 Oct 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Mobile app Slip \",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"1 Oct 2024 @ 09:00 AM\",\n            \"slipDueDate\": \"2 Oct 2024\",\n            \"countSlipParticipants\": \"1\",\n            \"countSlipParticipantResponses\": \"0\",\n            \"slipResponseRate\": \"0\",\n            \"calendarEntryDateTimeToComplete\": \"\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        },\n        {\n            \"objectId\": 170592486,\n            \"dateAdded\": \"30 Sep 2024\",\n            \"slipTypeId\": 0,\n            \"slipTitle\": \"Field visit with mobile 13\",\n            \"slipStatusId\": \"2\",\n            \"slipStatusName\": \"Sent\",\n            \"slipDateTimeToSendComplete\": \"30 Sep 2024 @ 04:15 PM\",\n            \"slipDueDate\": \"1 Oct 2024\",\n            \"countSlipParticipants\": \"9\",\n            \"countSlipParticipantResponses\": \"9\",\n            \"slipResponseRate\": \"100%\",\n            \"calendarEntryDateTimeToComplete\": \"1 Oct 2024 @ 06:00 AM - 4 Oct 2024 @ 03:00 PM\",\n            \"repeatSlipEnabled\": 0,\n            \"repeatOfObjectId\": 0\n        }\n    ]\n}"}],"_postman_id":"335c39c1-fad3-4842-9dd4-a0d7c11ba888"},{"name":"absenteeSlipsResponses","id":"bc0ccf18-4fb1-4093-9f39-1c3e0012c677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/absenteeSlipsResponses.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&sDateFrom=2024-11-19T00:00:00&sDateTo=2024-11-20T00:00:00&transferStatus=1&myPage=1&myPageSize=50","description":"<p>Returns a list of absentee details for the school corresponding to the userToken (authorization) passed. Filtering of results is accomplished using the object method parameters.</p>\n","urlObject":{"path":["absenteeSlipsResponses.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>The local timezone starting date and time used to select responses to return. The datetime should be in ISO-8601 format.</p>\n","type":"text/plain"},"key":"sDateFrom","value":"2024-11-19T00:00:00"},{"description":{"content":"<p>The local timezone ending date and time used to select responses to return. The datetime should be in ISO-8601 format.</p>\n","type":"text/plain"},"key":"sDateTo","value":"2024-11-20T00:00:00"},{"description":{"content":"<p>Optional. \n2 = all records\n1 = has been passed to the absenteeSlipsResponses method\n0 = has not been passed</p>\n","type":"text/plain"},"key":"transferStatus","value":"1"},{"description":{"content":"<p>page number of results to return</p>\n","type":"text/plain"},"key":"myPage","value":"1"},{"description":{"content":"<p>page size (number of rows) of results to return</p>\n","type":"text/plain"},"key":"myPageSize","value":"50"}],"variable":[]}},"response":[{"id":"ad619a24-77a4-4f2b-bf00-d1b406cb8302","name":"absenteeSlipsResponses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/absenteeSlipsResponses.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&responseDateTime=2024-09-13&myPage=1&myPageSize=50","host":["{{url}}slips"],"path":["absenteeSlipsResponses.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"responseDateTime","value":"2024-09-13","description":"The date when response would have been received from parents. If the date is in past, then we will get all responses starting from this date. The date should be in ISO-8601 format"},{"key":"myPage","value":"1","description":"page number of results to return"},{"key":"myPageSize","value":"50","description":"page size (number of rows) of results to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:20:56 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=EHJNPGFBLLONBLILOBPMFLMP; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:20:56 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 0,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 3,\n    \"sortOrder\": 0,\n    \"oldSO\": \"\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 1,\n    \"data\": [\n        {\n            \"responseDateTime\": \"2024-10-22T15:15:00\",\n            \"studentId\": \"1362\",\n            \"schoolCode\": \"\",\n            \"slipDateTimetoSend\": \"2024-10-22T15:00:00\",\n            \"intendedReturnDate\": \"2024-10-23T00:00:00\",\n            \"contactResponse\": \"\",\n            \"parentId\": \"\",\n            \"contactFullName\": \"Arthi EdSmart\",\n            \"contactMethod\": \"webform\",\n            \"reason\": \"Classic child behaviour\"\n        },\n        {\n            \"responseDateTime\": \"2024-10-28T11:42:00\",\n            \"studentId\": \"1361\",\n            \"schoolCode\": \"\",\n            \"slipDateTimetoSend\": \"2024-10-22T15:00:00\",\n            \"intendedReturnDate\": \"2024-10-31T00:00:00\",\n            \"contactResponse\": \"S\",\n            \"parentId\": \"123456789\",\n            \"contactFullName\": \"Keshav Sharma\",\n            \"contactMethod\": \"webform\",\n            \"reason\": \"test\"\n        },\n        {\n            \"responseDateTime\": \"2024-10-29T09:10:00\",\n            \"studentId\": \"1757\",\n            \"schoolCode\": \"\",\n            \"slipDateTimetoSend\": \"2024-10-29T07:00:00\",\n            \"intendedReturnDate\": \"2024-10-31T00:00:00\",\n            \"contactResponse\": \"\",\n            \"parentId\": \"123456789\",\n            \"contactFullName\": \"Keshav Sharma\",\n            \"contactMethod\": \"webform\",\n            \"reason\": \"typical teen\"\n        }\n    ]\n}"}],"_postman_id":"bc0ccf18-4fb1-4093-9f39-1c3e0012c677"},{"name":"absenteeSlipsReport","id":"3804220d-7208-4b10-acfb-f28c49111522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}slips/absenteeSlipsReport.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&selectByDateRange=true&sSlipFromDate=2024-10-01&sSlipToDate=2024-10-28&filterTypeId=0&myPage=1&myPageSize=50","description":"<p>Returns a list of students and their response for absentee slips (including students who have not responded)</p>\n","urlObject":{"path":["absenteeSlipsReport.json"],"host":["{{url}}slips"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"description":{"content":"<p>true if a date rage is being passed</p>\n","type":"text/plain"},"key":"selectByDateRange","value":"true"},{"description":{"content":"<p>if selectByDateRange=true this is the starting date of the range of slips to select based on slip send date\notherwise if it is non-blank only slips for this date will be selected\notherwise the current date will be used to select slips</p>\n","type":"text/plain"},"key":"sSlipFromDate","value":"2024-10-01"},{"description":{"content":"<p>if selectByDateRange=true this is the ending date of the range of slips to select based on slip send date</p>\n","type":"text/plain"},"key":"sSlipToDate","value":"2024-10-28"},{"description":{"content":"<p>Filter the response details returned, values\n0=Show All (including not responded)\n1=Have Responded\n2=Have not Responded\n3=Processes\n4=Not Processed</p>\n","type":"text/plain"},"key":"filterTypeId","value":"0"},{"description":{"content":"<p>page number of results to return</p>\n","type":"text/plain"},"key":"myPage","value":"1"},{"description":{"content":"<p>page size (number of rows) of results to return</p>\n","type":"text/plain"},"key":"myPageSize","value":"50"}],"variable":[]}},"response":[{"id":"416e83d8-4fe5-4850-b286-1706e7f294b5","name":"absenteeSlipsReport","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}slips/absenteeSlipsReport.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&selectByDateRange=true&sSlipFromDate=2024-10-01&sSlipToDate=2024-10-28&filterTypeId=0&myPage=1&myPageSize=50","host":["{{url}}slips"],"path":["absenteeSlipsReport.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"selectByDateRange","value":"true"},{"key":"sSlipFromDate","value":"2024-10-01"},{"key":"sSlipToDate","value":"2024-10-28"},{"key":"filterTypeId","value":"0"},{"key":"myPage","value":"1"},{"key":"myPageSize","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:24:30 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=FHJNPGFBCMNKDEADCMENGOKM; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:24:31 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 4,\n    \"sortOrder\": 0,\n    \"oldSO\": \"0\",\n    \"mypage\": 1,\n    \"mypagesize\": 50,\n    \"maxcount\": 1,\n    \"data\": [\n        {\n            \"schoolStudentId\": \"1757\",\n            \"slipObjectId\": 170595423,\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 03:00 PM\",\n            \"participantObjectId\": 10780130,\n            \"participantFullName\": \"Maria Barbot\",\n            \"responseDate\": \"\",\n            \"contactObjectId\": \"\",\n            \"contactFullName\": \"\",\n            \"attendanceStatusId\": \"0\",\n            \"reason\": \"\",\n            \"otherReason\": \"\",\n            \"returnDate\": \"\"\n        },\n        {\n            \"schoolStudentId\": \"S168420621\",\n            \"slipObjectId\": 170595423,\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 03:00 PM\",\n            \"participantObjectId\": 168420621,\n            \"participantFullName\": \"Uno Student\",\n            \"responseDate\": \"\",\n            \"contactObjectId\": \"\",\n            \"contactFullName\": \"\",\n            \"attendanceStatusId\": \"0\",\n            \"reason\": \"\",\n            \"otherReason\": \"\",\n            \"returnDate\": \"\"\n        },\n        {\n            \"schoolStudentId\": \"1362\",\n            \"slipObjectId\": 170595423,\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 03:00 PM\",\n            \"participantObjectId\": 10780129,\n            \"participantFullName\": \"Sara Amorim\",\n            \"responseDate\": \"22 Oct 2024 @ 03:15 PM\",\n            \"contactObjectId\": \"168346956\",\n            \"contactFullName\": \"Arthi EdSmart\",\n            \"attendanceStatusId\": \"0\",\n            \"reason\": \"Explained - Unknown\",\n            \"otherReason\": \"Classic child behaviour\",\n            \"returnDate\": \"23 Oct 2024\"\n        },\n        {\n            \"schoolStudentId\": \"1361\",\n            \"slipObjectId\": 170595423,\n            \"slipDateTimeToSendComplete\": \"22 Oct 2024 @ 03:00 PM\",\n            \"participantObjectId\": 10780128,\n            \"participantFullName\": \"Joso Francisco Almeida\",\n            \"responseDate\": \"28 Oct 2024 @ 11:42 AM\",\n            \"contactObjectId\": \"10790718\",\n            \"contactFullName\": \"Keshav Sharma\",\n            \"attendanceStatusId\": \"1\",\n            \"reason\": \"Explained - Sickness/incapacity\\r\\n(S)\",\n            \"otherReason\": \"test\",\n            \"returnDate\": \"31 Oct 2024\"\n        }\n    ]\n}"}],"_postman_id":"3804220d-7208-4b10-acfb-f28c49111522"}],"id":"7447c9b6-4160-4eb1-922e-108969b7b729","description":"<p>Forms sent to Parents, Students and Staff</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5da54887-4c09-42d5-a92d-03d02b0136fb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"143b2e5c-c951-4819-aa1f-537b2479e0af"}}],"_postman_id":"7447c9b6-4160-4eb1-922e-108969b7b729"},{"name":"forms","item":[{"name":"getDetailForm","id":"db3d6687-b64d-4136-86f2-47c54f0e317b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}forms/getDetailForm.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{formObjectId}}","urlObject":{"path":["getDetailForm.json"],"host":["{{url}}forms"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{formObjectId}}"}],"variable":[]}},"response":[{"id":"f9032486-d560-42b1-b6d6-2f596bb8324e","name":"getDetailForm","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}forms/getDetailForm.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{formObjectId}}","host":["{{url}}forms"],"path":["getDetailForm.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{formObjectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:40:04 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=MHJNPGFBJEIKODPMJBKCLGAK; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:40:05 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 1,\n    \"parentForms\": [\n        {\n            \"countParentForms\": 0\n        }\n    ],\n    \"data\": [\n        {\n            \"objectId\": 168369131,\n            \"slipTypeId\": 1,\n            \"slipTypeName\": \"Broadcast\",\n            \"slipTypeDescription\": \"Broadcast sent to Parents/Students/Users\",\n            \"formName\": \"SMS and Email Broadcast\",\n            \"formDescription\": \"Template used to send SMS and Email Broadcasts\",\n            \"isFormPacket\": 0,\n            \"packetURLCode\": \"q0FZNXd\",\n            \"participantListObjectId\": 0,\n            \"participantListName\": \"Not Selected\",\n            \"initiatedByContact\": 0,\n            \"displayToContactToCreateNew\": 0,\n            \"warnIfCreateMultipleParentInitiated\": 0,\n            \"preventCreateNewStudent\": 0,\n            \"countCategories\": 6,\n            \"requireFileToBeAttached\": 0,\n            \"fileToBeAttachedText\": \"\",\n            \"requireGraphicSignature\": 0,\n            \"userFullName\": \"ES Support\",\n            \"templateLocked\": 0,\n            \"hideStudentDetails\": 0,\n            \"lockFormName\": 0,\n            \"allowCreateForOthers\": 0,\n            \"slipFormFolderId\": 0,\n            \"slipFormFolderName\": \"Not Selected\",\n            \"hideSchoolSectionFromParentsStudents\": 0,\n            \"dateAddedLocal\": \"20 Oct 2022\",\n            \"dateLastUpdatedLocal\": \"29 Nov 2022\",\n            \"allocateToDashboardId\": 0,\n            \"allocationName\": \"\",\n            \"useSlipWorkflowForNewBroadcast\": 0,\n            \"allowNonSSOSignin\": 0,\n            \"categories\": [\n                {\n                    \"formCategoryId\": 100235927,\n                    \"formCategoryName\": \"BB\",\n                    \"isCatSelected\": 0\n                },\n                {\n                    \"formCategoryId\": 100235742,\n                    \"formCategoryName\": \"Conditional Workflows Testing\",\n                    \"isCatSelected\": 0\n                },\n                {\n                    \"formCategoryId\": 3479,\n                    \"formCategoryName\": \"Kai's Forms\",\n                    \"isCatSelected\": 0\n                },\n                {\n                    \"formCategoryId\": 100236439,\n                    \"formCategoryName\": \"No Approval Needed\",\n                    \"isCatSelected\": 0\n                },\n                {\n                    \"formCategoryId\": 100235740,\n                    \"formCategoryName\": \"Perfect Process\",\n                    \"isCatSelected\": 0\n                },\n                {\n                    \"formCategoryId\": 3476,\n                    \"formCategoryName\": \"Staff School Forms\",\n                    \"isCatSelected\": 0\n                }\n            ],\n            \"childForms\": [\n                {\n                    \"countChildForms\": 0\n                }\n            ],\n            \"pdfs\": [\n                {\n                    \"countPDFs\": 0\n                }\n            ]\n        }\n    ],\n    \"countUsersGroups\": 0,\n    \"countFolders\": 4,\n    \"folders\": [\n        {\n            \"slipFormFolderId\": 100587114,\n            \"slipFormFolderName\": \"Ā slip folder\"\n        },\n        {\n            \"slipFormFolderId\": 100587113,\n            \"slipFormFolderName\": \"PIF folder\"\n        },\n        {\n            \"slipFormFolderId\": 346300,\n            \"slipFormFolderName\": \"Test folder\"\n        },\n        {\n            \"slipFormFolderId\": 100587786,\n            \"slipFormFolderName\": \"Test Form Folder\"\n        }\n    ]\n}"}],"_postman_id":"db3d6687-b64d-4136-86f2-47c54f0e317b"},{"name":"previewFormTemplateDesign","id":"87e674c6-5345-473e-9a82-f87d2a75770d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":"{{url}}forms/previewFormTemplateDesign.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{formObjectId}}","urlObject":{"path":["previewFormTemplateDesign.json"],"host":["{{url}}forms"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{formObjectId}}"}],"variable":[]}},"response":[{"id":"0a0bdd44-e26b-4ca5-8566-da5d834a3d57","name":"previewFormTemplateDesign","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"url":{"raw":"{{url}}forms/previewFormTemplateDesign.json?consumer_key={{consumer_key}}&ip={{ip}}&lang=en&signature={{signature}}&objectId={{formObjectId}}","host":["{{url}}forms"],"path":["previewFormTemplateDesign.json"],"query":[{"key":"consumer_key","value":"{{consumer_key}}"},{"key":"ip","value":"{{ip}}"},{"key":"lang","value":"en"},{"key":"signature","value":"{{signature}}"},{"key":"objectId","value":"{{formObjectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Expires","value":"Thu, 31 Oct 2024 00:40:53 GMT,-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ASPSESSIONIDQUSTATCQ=NHJNPGFBDDDJDCHCDBEGFOEF; secure; path=/"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Content-Security-Policy","value":"default-src 'self'; frame-ancestors 'none';"},{"key":"Access-Control-Allow-Origin","value":"https://release.parentpaperwork.com"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Thu, 31 Oct 2024 00:40:54 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"generated_in\": 1,\n    \"stat\": \"ok\",\n    \"iid\": 0,\n    \"readWritePermissionBroadcasts\": \"w\",\n    \"readWritePermissionCare\": \"w\",\n    \"readWritePermission\": \"w\",\n    \"readWritePermissionSchoolForms\": \"w\",\n    \"allowEditTemplates\": \"1\",\n    \"allowCertsAndQualifications\": \"1\",\n    \"listPermission\": 0,\n    \"enableSchoolForms\": 1,\n    \"featureIds\": \"1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1\",\n    \"userRoleId\": 2,\n    \"ssoEnabled\": 0,\n    \"enterprise\": 0,\n    \"totalrecs\": 0,\n    \"includesContactResponse\": 0,\n    \"formName\": \"SMS%20and%20Email%20Broadcast\",\n    \"logoFile\": \"https://files-stg.edsmart.com/files/upload/companyLogos/10653130-B3CD2954-7061-4E68-ADB6-135F1095ACE9.jpg\",\n    \"slipTypeId\": 1,\n    \"countFormFields\": 2,\n    \"formFields\": \"%5B%7B%0A%20%20%22sectionId%22%3A%201%2C%0A%20%20%22sectionName%22%3A%20%22Parent%2FStudent%20Information%22%2C%0A%20%20%22sectionDescription%22%3A%20%22These%20fields%20are%20for%20the%20parents%2Fstudents%20to%20complete%20when%20making%20their%20response.%22%2C%0A%20%20%22fId%22%3A%202%2C%0A%20%20%22fName%22%3A%20%22fieldId2-fieldValueTextArea1%22%2C%0A%20%20%22objectTypeId%22%3A%200%2C%0A%20%20%22fLabel%22%3A%20%22Email%20Text%22%2C%0A%20%20%22fType%22%3A%20%22textarea%22%2C%0A%20%20%22fMaxChars%22%3A%204000%2C%0A%20%20%22fRequired%22%3A%200%2C%0A%20%20%22fVisible%22%3A%201%2C%0A%20%20%22fReadOnly%22%3A%200%2C%0A%20%20%22fLocked%22%3A%200%2C%0A%20%20%22fValNvarchar%22%3A%20%22%22%2C%0A%20%20%22fValTextArea%22%3A%20%22%22%2C%0A%20%20%22fDefaultValue%22%3A%20%22%22%2C%0A%20%20%22editableByUser%22%3A%201%2C%0A%20%20%22editableByContact%22%3A%200%2C%0A%20%20%22fSelectListId%22%3A%200%2C%0A%20%20%22geoCodeThisValue%22%3A%200%2C%0A%20%20%22fSelectListOptionName%22%3A%20%22%22%0A%7D%2C%7B%0A%20%20%22sectionId%22%3A%201%2C%0A%20%20%22sectionName%22%3A%20%22Parent%2FStudent%20Information%22%2C%0A%20%20%22sectionDescription%22%3A%20%22These%20fields%20are%20for%20the%20parents%2Fstudents%20to%20complete%20when%20making%20their%20response.%22%2C%0A%20%20%22fId%22%3A%201%2C%0A%20%20%22fName%22%3A%20%22fieldId1-fieldValueNvarchar1%22%2C%0A%20%20%22objectTypeId%22%3A%200%2C%0A%20%20%22fLabel%22%3A%20%22SMS%20Text%22%2C%0A%20%20%22fType%22%3A%20%22nvarchar%22%2C%0A%20%20%22fMaxChars%22%3A%20250%2C%0A%20%20%22fRequired%22%3A%200%2C%0A%20%20%22fVisible%22%3A%201%2C%0A%20%20%22fReadOnly%22%3A%200%2C%0A%20%20%22fLocked%22%3A%200%2C%0A%20%20%22fValNvarchar%22%3A%20%22%22%2C%0A%20%20%22fDefaultValue%22%3A%20%22%22%2C%0A%20%20%22vTypeId%22%3A%200%2C%0A%20%20%22vMin%22%3A%200%2C%0A%20%20%22vMax%22%3A%200%2C%0A%20%20%22editableByUser%22%3A%201%2C%0A%20%20%22editableByContact%22%3A%200%2C%0A%20%20%22fSelectListId%22%3A%200%2C%0A%20%20%22geoCodeThisValue%22%3A%200%2C%0A%20%20%22fSelectListOptionName%22%3A%20%22%22%0A%7D%5D\",\n    \"conditionCount\": 0,\n    \"condition\": [],\n    \"calculationCount\": 0,\n    \"calculation\": [],\n    \"tableCount\": 0,\n    \"table\": []\n}"}],"_postman_id":"87e674c6-5345-473e-9a82-f87d2a75770d"}],"id":"0b2fe8d6-6e6d-4b25-b105-2b153f8466c1","_postman_id":"0b2fe8d6-6e6d-4b25-b105-2b153f8466c1","description":""}],"id":"efc967b7-ae6b-43bf-94ba-c5f871b4a874","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c12ae967-821d-497a-a57a-cb0e5505cdb0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"03f28c68-e285-4fc9-8a8d-20aa6ef13465"}}],"_postman_id":"efc967b7-ae6b-43bf-94ba-c5f871b4a874","description":""}],"event":[{"listen":"prerequest","script":{"id":"6fb3a55e-9b64-4968-bf3f-591ec803301b","type":"text/javascript","exec":["","// the string we are building which we'll use for a signature","var consumer_key=pm.variables.get(\"consumer_key\");","var consumer_secret=pm.variables.get(\"consumer_secret\");","// we need a random value to create parents etc","var randomInt = Math.floor(Math.random() * 100000)","pm.environment.set(\"random_number\",randomInt)","","var objectTypeName =\"\";","var objectMethod =\"\";","var sdk = require('postman-collection'),","url = new sdk.Url(request.url),","//url = new sdk.Url(pm.variables.get(\"url\")),","urlJson = url.toJSON();","console.log (\"url=\"+request.url);","console.log (\"urlJson=\"+JSON.stringify(urlJson));","objectTypeName=urlJson.host[0].replace(\"{{url}}\",\"\");","objectMethod=urlJson.path[0].replace(\".json\",\"\");","","if(objectMethod==\"addContact\"){","    postman.setEnvironmentVariable(\"schoolParentUniqueId\", \"new\"+randomInt);","}else if(objectMethod==\"updateContact\"){","    postman.setEnvironmentVariable(\"schoolParentUniqueId\", \"update\"+randomInt);","}else if(objectMethod==\"deleteContact\"){","    postman.setEnvironmentVariable(\"schoolParentUniqueId\", \"\");","}else if(objectMethod==\"addParticipant\"){","    postman.setEnvironmentVariable(\"schoolStudentId\", \"new\"+randomInt);","}else if(objectMethod==\"updateParticipant\"){","    postman.setEnvironmentVariable(\"schoolStudentId\", \"update\"+randomInt);","}else if(objectMethod==\"deleteParticipant\"){","    postman.setEnvironmentVariable(\"schoolStudentId\", \"\");","}","","var val=\"\";","var str =\"\";","var paramA= [];","var keyValue=\"\";","","console.log (\"consumer_key=\"+consumer_key);","console.log (\"consumer_secret=\"+consumer_secret);","console.log(\"email=\"+pm.variables.get(\"userEmail\"));","console.log(\"password=\"+pm.variables.get(\"userPassword\"));","console.log(\"lang=\"+postman.getEnvironmentVariable(\"lang\"));","console.log(\"request.data=\"+request.data);","console.log(\"Authorization=\"+postman.getEnvironmentVariable(\"Authorization\"));","console.log(\"randomInt=\"+randomInt);","console.log(\"objectMethod=\"+objectMethod)","","// MD5 the password","var userPasswordMD5 = CryptoJS.MD5(pm.variables.get(\"userPassword\")).toString();","// Save the MD5 into variables","postman.setEnvironmentVariable(\"userPasswordMD5\", userPasswordMD5);","","console.log(\"userPasswordMD5=\"+userPasswordMD5);","console.log(\"request.method=\"+request.method);","","if(request.method==\"GET\"){","    //loop through the parameters","    const paramsString = request.url.split('?')[1];","    const eachParamArray = paramsString.split('&');","    let params = {};","    eachParamArray.forEach((param) => {","        // console.log( param.split('=')[0]+\"|\"+param.split('=')[1])","        if(param.split('=')[1]==\"{{ip}}\"){","            paramA.push(\"ip=\"+encodeURIComponent(postman.getEnvironmentVariable(\"ip\")))","        }else if (param.split('=')[1]==\"{{consumer_key}}\")  {","         ","        }else if (param.split('=')[1]==\"en\")  {","            paramA.push(\"lang=\"+encodeURIComponent(postman.getEnvironmentVariable(\"lang\")))","        }else if(param.split('=')[1]==\"{{attributeId}}\"){","            paramA.push(\"attributeId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"attributeId\")))","        }else if(param.split('=')[1]==\"{{contactObjectId}}\"){","            paramA.push(\"contactObjectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"contactObjectId\")))","        }else if(param.split('=')[1]==\"{{participantObjectId}}\"){","            paramA.push(\"objectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"participantObjectId\")))","        }else if(param.split('=')[1]==\"{{schoolParentUniqueId}}\"){","            paramA.push(\"schoolParentUniqueId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"schoolParentUniqueId\")))","        }else if(param.split('=')[1]==\"{{slipObjectId}}\" && param.split('=')[0]==\"objectId\"){","            paramA.push(\"objectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"slipObjectId\")))","        }else if(param.split('=')[1]==\"{{slipObjectId}}\" && param.split('=')[0]==\"slipObjectId\"){","            paramA.push(\"slipObjectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"slipObjectId\")))","        }else if(param.split('=')[1]==\"{{formObjectId}}\" && param.split('=')[0]==\"objectId\"){","            paramA.push(\"objectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"formObjectId\")))","        }else if(param.split('=')[1]==\"{{formObjectId}}\" && param.split('=')[0]==\"formObjectId\"){","            paramA.push(\"formObjectId=\"+encodeURIComponent(postman.getEnvironmentVariable(\"formObjectId\")))","        }else if (param.split('=')[0]!=\"undefined\" && param.split('=')[0]!=\"signature\")  {","             //we ignore signature","            paramA.push(param.split('=')[0]+\"=\"+encodeURIComponent(param.split('=')[1]))","        }","    });","    ","    // for a GET","    // we need to locate objectMethod and objectTypeName from the URL","    // as we need to add them into the string to be encrypted","    // but how to get them into alpha order along with the other parameters","","    // add these to the array","    paramA.push(\"objectTypeName=\"+encodeURIComponent(objectTypeName));","    paramA.push(\"objectMethod=\"+encodeURIComponent(objectMethod));","    paramA.push(\"consumer_key=\"+encodeURIComponent(consumer_key));","","    //we need to sort the params in the array","   // paramA.sort();","    paramA.sort(function(a,b) {","        a = a.toLowerCase();","        b = b.toLowerCase();","        if( a == b) return 0;","        return a < b ? -1 : 1;","    });","    ","     //make the string to be encrypted","    var i;","    for (i = 0; i < paramA.length; i++) {","           str=str+paramA[i]+\"&\";","    } ","    str=str.slice(0,-1);","  ","}else if(request.method==\"POST\"){","    // Loop through the elements in the JSON in body","    var json = JSON.parse(request.data);","    Object.keys(json).forEach(function(key,i) {","","      //console.log(\"json[key]=\"+key+\"|\"+json[key])","        if(json[key]==\"{{ip}}\"){","            str=str+\"ip=\"+encodeURIComponent(postman.getEnvironmentVariable(\"ip\"))+\"&\";","        }else if (json[key]==\"{{consumer_key}}\")  {","            str=str+\"consumer_key=\"+encodeURIComponent(pm.variables.get(\"consumer_key\"))+\"&\";","        }else if (json[key]==\"en\")  {","            str=str+\"lang=\"+encodeURIComponent(postman.getEnvironmentVariable(\"lang\"))+\"&\";","        }else if (json[key]==\"{{userPasswordMD5}}\")  {","            str=str+\"userPassword=\"+encodeURIComponent(userPasswordMD5)+\"&\";","        }else if (json[key]==\"{{userEmail}}\")  {","           str=str+\"userEmail=\"+encodeURIComponent(pm.variables.get(\"userEmail\"))+\"&\";","        }else if (key!=\"undefined\" && key!=\"signature\")  {","            //we ignore signature","            // see if we have a variable value","","    ","            // this gets the value, which might be a variable field like {{objectId}}","            keyValue = json[key]","            if(keyValue!=\"\"){","                keyValue = keyValue.replace(\"{{\",\"\")","                keyValue = keyValue.replace(\"}}\",\"\")","            }","           ","            // does the key exist in variables","            if(pm.variables.get(key)){","                // use variable value","                val = pm.variables.get(key)","                if(val.toString().indexOf('{{random_number}}')>-1){","                    val = val.replace(\"{{random_number}}\", randomInt);","                }","                str=str+key+\"=\"+encodeURIComponent(val)+\"&\";","            // it might be one like objectId1:{{contactObjectId}} so check variables","            // for the value","            }else if (pm.variables.get(keyValue)){","                val = pm.variables.get(keyValue);","                if(val.toString().indexOf('{{random_number}}')>-1){","                    val = val.replace(\"{{random_number}}\", randomInt);","                }","                str=str+key+\"=\"+encodeURIComponent(val)+\"&\";","                        ","            // otherwise we use the value set in the JSON body","            }else{","                console.log(\"2key=\"+key+\"|\"+json[key])","               //if not a variable value we use the value in the body json","                if( json[key]!=\"undefined\"){","                    val=json[key];","                    val = val.toString();","                    val = val.replace(\"{{random_number}}\", randomInt);","                    str=str+key+\"=\"+encodeURIComponent(val)+\"&\";","                }else{","                    str=str+key+\"=&\";","                }","            }","        }","    });","    str=str.slice(0,-1);","}","","//build the string to be encrypted to a signature","var message = request.method;","message=message+'&'+encodeURIComponent(postman.getEnvironmentVariable(\"url\"));","message=message+'&'+encodeURIComponent(str);","console.log('----- What we make signature from -----');","console.log(message);","console.log('----- Secret we use -----');","console.log(consumer_secret);","","var hash = CryptoJS.HmacSHA1(message, consumer_secret);","var signature = CryptoJS.enc.Base64.stringify(hash);","console.log('----- The Sigature we make -----');","signature=encodeURIComponent(signature);","console.log(\"signature=\"+signature);","// set the signature variable","postman.setEnvironmentVariable(\"signature\", signature);","","",""]}},{"listen":"test","script":{"id":"403ca947-85b9-456a-953c-dcaf4a150044","type":"text/javascript","exec":["pm.test(\"Check OK\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.stat).to.eql(\"ok\");","});",""]}}],"variable":[{"key":"changeSort","value":"0"},{"key":"lang","value":"en"},{"key":"mypage","value":"1"},{"key":"mypagesize","value":"40"}]}