{"info":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","description":"<html><head></head><body><blockquote>\n<p>Open API documentation for the SignInOutApp projection created for IFS Applications by Opportunty Box. \nThe Sign In/Out App provides a kiosk style solution for managing site attendance for contractors and internal personnel. \nThe two main entities involved are:</p>\n</blockquote>\n<ul>\n<li>ProjectInductee - the person record representing a contractor or employee who has been inducted for a given Project. </li>\n<li>ProjectAttendance - the attendance record representing a ProjectInductee's attendance to site</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12215157","collectionId":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","publishedId":"T1LTfk4D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-17T06:47:43.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get DB Token","event":[{"listen":"test","script":{"id":"c123fba6-d29a-46bf-99e1-ae03b1f44bf3","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"AuthBearerToken\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"ad24dad9-66fb-472d-9754-c536369eb1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{AuthClientID}}","description":"<p>Client id, secret and URL endpoints can be found in the middleware server admin console</p>\n","type":"text"},{"key":"client_secret","value":"{{AuthClientSecret}}","description":"<p>Client id, secret and URL endpoints can be found in the middleware server admin console</p>\n","type":"text"},{"key":"resource","value":"{{AuthClientID}}","description":"<p>The resource parameter should be set to same value as the client_id</p>\n","type":"text"},{"key":"scope","value":"openid","type":"text"},{"key":"username","value":"{{AuthUser}}","type":"text"},{"key":"password","value":"{{AuthPw}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"response_type","value":"id_token token","type":"text"}]},"url":"{{Base_IFS_URL}}/openid-connect-provider/idp/token","description":"<p>Get Token from IFS DB</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}},"urlObject":{"path":["openid-connect-provider","idp","token"],"host":["{{Base_IFS_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad24dad9-66fb-472d-9754-c536369eb1fb"},{"name":"Get AAD Token","event":[{"listen":"test","script":{"id":"83ddf8fd-547c-440f-b74f-34f91aec8d9e","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"AuthBearerToken\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"38ffd327-8146-43a1-bd50-71984b6df49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"{{AuthClientID}}","type":"text"},{"key":"client_secret","value":"{{AuthClientSecret}}","type":"text"},{"key":"resource","value":"{{AuthClientID}}","type":"text"},{"key":"username","value":"{{AuthUser}}","type":"text"},{"key":"password","value":"{{AuthPw}}","type":"text"},{"key":"scope","value":"openid user.write","type":"text"},{"key":"response_type","value":"id_token token","type":"text"}]},"url":"https://login.microsoftonline.com/{{AuthAzureTenantID}}/oauth2/token","description":"<p>Get an Azure Active Directory (Azure AD) token for use when identity provider is Azure AD.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}},"urlObject":{"protocol":"https","path":["{{AuthAzureTenantID}}","oauth2","token"],"host":["login","microsoftonline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"38ffd327-8146-43a1-bd50-71984b6df49a"}],"id":"dbe7b2e6-6cee-4f30-bd36-74dcf15238b3","description":"<p>All requests relating to authentication of the kiosk application back to IFS Applications. Authentication is via OAUTH2</p>\n","_postman_id":"dbe7b2e6-6cee-4f30-bd36-74dcf15238b3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}}},{"name":"Sign In","item":[{"name":"Get list of Inductee Companies","id":"78aa5f9d-8a28-42a8-93c2-a7269bc23587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$filter=Vendor_Name eq '{{InducteeCompany}}'","description":"<p>Call to fetch list of inductee companies that can be used to filter list of inductees</p>\n","urlObject":{"path":["ProjectInductee_Company_EntitySet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Vendor_Name eq '{{InducteeCompany}}'"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"<string>"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"<string>"}],"variable":[]}},"response":[{"id":"065a3eec-a0f1-42b6-868d-752551b425f1","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInductee_Company_EntitySet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"2b103a5d-0303-47ea-a7e7-7c87edef46f3","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInductee_Company_EntitySet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"94eb73a7-c631-4214-b2d8-25529f58abd1","name":"response body for entity array ProjectInductee_Company_Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInductee_Company_EntitySet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"Cf_DisplayText\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Currency_Code\": \"It is a Text\",\n   \"Po_Change_Management\": \"It is a Text\",\n   \"Purchase_Code\": \"It is a Text\",\n   \"Vendor_Name\": \"It is a Text\",\n   \"Vendor_No\": \"It is a Text\"\n  },\n  {\n   \"Cf_DisplayText\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Currency_Code\": \"It is a Text\",\n   \"Po_Change_Management\": \"It is a Text\",\n   \"Purchase_Code\": \"It is a Text\",\n   \"Vendor_Name\": \"It is a Text\",\n   \"Vendor_No\": \"It is a Text\"\n  }\n ]\n}"},{"id":"a217dea7-510e-4784-9fc9-619589d1eb90","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInductee_Company_EntitySet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"d7642cf9-d37c-4f14-9fec-fb060e025622","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInductee_Company_EntitySet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInductee_Company_EntitySet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"78aa5f9d-8a28-42a8-93c2-a7269bc23587"},{"name":"Get list of Inductees for project","event":[{"listen":"test","script":{"id":"12574314-fdd8-4eb7-a5d6-9ef19e9ef7b4","exec":[""],"type":"text/javascript"}}],"id":"a30cf6e8-d7bc-4c27-b665-5e6b6b401c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet","description":"<p>Call to fetch list of inductees that can be used to filter list of inductees, filter by project and inductee name and/or induction number</p>\n","urlObject":{"path":["ProjectInducteeSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Cf_Name eq '{{Name}}' and Cf_Project eq '{{Project}}'"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"<string>"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"<string>"},{"disabled":true,"description":{"content":"<p>Expand related entities, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionexpand\">OData Expand</a></p>\n","type":"text/plain"},"key":"$expand","value":"<string>"}],"variable":[]}},"response":[{"id":"08fa727e-feb3-428d-8f2a-864739db902a","name":"response body for entity array ProjectInductee","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Company\": \"It is a Text\",\n   \"Cf_Date_Completed\": \"2019-10-10\",\n   \"Cf_Holds_High_Risk_Lic\": true,\n   \"Cf_Induction_Number\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Questionnaire_Attached\": true,\n   \"Cf_Tickets_Attached\": true\n  },\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Company\": \"It is a Text\",\n   \"Cf_Date_Completed\": \"2019-10-10\",\n   \"Cf_Holds_High_Risk_Lic\": true,\n   \"Cf_Induction_Number\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Questionnaire_Attached\": true,\n   \"Cf_Tickets_Attached\": true\n  }\n ]\n}"},{"id":"4d7f720b-6f61-4b9b-88f8-4e7798dc94b3","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"ddfe3ffe-5b44-4213-a021-2febb0bef4af","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"e161f5c6-7389-48dd-a49f-0822098d81bd","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"fe376513-12dd-4228-8626-65988eda9b32","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"a30cf6e8-d7bc-4c27-b665-5e6b6b401c93"},{"name":"Add new Sign In record","event":[{"listen":"prerequest","script":{"id":"a2e31a92-92c6-41b9-b0a3-107d8ffdabbf","exec":["\r",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"b654f18d-d814-43d5-a477-ed1b1b3585e9","exec":[""],"type":"text/javascript"}}],"id":"72196556-c59c-409a-8e07-4ee7d3596b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>Prefer: return=minimal</p>\n","key":"Prefer","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Cf_Name\": \"{{Name_Objid}}\",\n    \"Cf_Sign_In_Time\": \"2021-04-12T11:00:00Z\",\n    \"Cf_Status\": \"CfEnum_SIGNED_IN\",\n    \"Cf_Terminal\": \"{{Terminal}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet","description":"<p>Call to sign a person (inductee) in. Terminal is set to the Kiosk ID set on the local client app, and Cf_Name is the Inductee Object ID which must have been fetched prior to this post. Cf_Sign_In_Time set to sysdate in format following  \"2020-12-09T08:00:00Z\"</p>\n","urlObject":{"path":["ProjectAttendanceSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"1a0bd2d9-501e-43ce-9fc1-a5186aca1028","name":"response body for entity type ProjectAttendance","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ETag\": \"It is a Text\",\n \"luname\": \"It is a Text\",\n \"keyref\": \"It is a Text\",\n \"Objgrants\": \"It is a Text\",\n \"Objkey\": \"It is a Text\",\n \"Cf_Name\": \"It is a Text\",\n \"Cf_Project\": \"It is a Text\",\n \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n \"Cf_Terminal\": \"It is a Text\",\n \"Cf_Status\": \"CfEnum_SIGNED_IN\"\n}"},{"id":"51469291-5352-4c14-98f9-08c86f9f3cbb","name":"Accepted","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"aliqua"},{"id":"9510bd0b-ea56-42b6-832d-e506fc7594e7","name":"No Content","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"aliqua"},{"id":"c317ed18-952c-4b8a-8dd2-2dbb31acb773","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"aliqua"},{"id":"c8498701-77d5-44be-81ef-f50adb7a444e","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"aliqua"},{"id":"c74f0cac-9862-4391-bd0c-949b81087620","name":"Add new Sign In record","originalRequest":{"method":"POST","header":[{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Cf_Name\": \"{{Name_Objid}}\",\n    \"Cf_Sign_In_Time\": \"2021-04-12T11:00:00Z\",\n    \"Cf_Status\": \"CfEnum_SIGNED_IN\",\n    \"Cf_Terminal\": \"{{Terminal}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 12 Apr 2021 01:11:14 GMT"},{"key":"Content-Type","value":"application/json;odata.metadata=minimal"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"No-cache"},{"key":"Location","value":"https://abergeldie.ifs.cloud:48080/main/ifsapplications/projection/v1/SiteSignInOut.svc/ProjectAttendanceSet(Objkey='55445A0A936C45E4968A0E3065070625')"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"OData-Version","value":"4.0"},{"key":"Content-Language","value":"en-US"},{"key":"Content-Security-Policy","value":"default-src 'self' style-src 'self' 'unsafe-inline';"},{"key":"OData-EntityID","value":"https://abergeldie.ifs.cloud:48080/main/ifsapplications/projection/v1/SiteSignInOut.svc/ProjectAttendanceSet(Objkey='55445A0A936C45E4968A0E3065070625')"},{"key":"X-ORACLE-DMS-ECID","value":"00j7_9t8j2cFw00Fzzw0w0000340000_BL"},{"key":"X-IFS-Request-Id","value":"fb1adec3-45d5-46d0-b502-3212b450acd0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-ORACLE-DMS-RID","value":"0:1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"Vy8iNTU0NDVBMEE5MzZDNDVFNDk2OEEwRTMwNjUwNzA2MjU6MjAyMTA0MTIxMTExMTMi\""},{"key":"Set-Cookie","value":"IFSSESSIONID48080=jgbDofLuJwFO8KiBEUlnmxyX8mjXW1iSY2El5yIoy9XaTriWMCHo!1836175456; path=/main/ifsapplications; HttpOnly"},{"key":"Set-Cookie","value":"_WL_AUTHCOOKIE_IFSSESSIONID48080=9mx3TCuYKTqcqs6ifho0; path=/main/ifsapplications; secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://abergeldie.ifs.cloud:48080/main/ifsapplications/projection/v1/SiteSignInOut.svc/$metadata#ProjectAttendanceSet/$entity\",\n    \"@odata.etag\": \"W/\\\"Vy8iNTU0NDVBMEE5MzZDNDVFNDk2OEEwRTMwNjUwNzA2MjU6MjAyMTA0MTIxMTExMTMi\\\"\",\n    \"luname\": \"ProjectAttendance\",\n    \"keyref\": \"OBJKEY=55445A0A936C45E4968A0E3065070625^\",\n    \"Objgrants\": null,\n    \"Objkey\": \"55445A0A936C45E4968A0E3065070625\",\n    \"Cf_Hours\": null,\n    \"Cf_Name\": \"9B5CF20E47644B8EAA2DD4DB9E8E9771\",\n    \"Cf_Project\": \"A003\",\n    \"Cf_Sign_In_Time\": \"2021-04-12T11:00:00Z\",\n    \"Cf_Sign_Out_Time\": null,\n    \"Cf_Status\": \"CfEnum_SIGNED_IN\",\n    \"Cf_Supervisor_Signout\": false,\n    \"Cf_Terminal\": \"Ipad123\",\n    \"Cf_Terminal_O\": null\n}"}],"_postman_id":"72196556-c59c-409a-8e07-4ee7d3596b79"}],"id":"ecb7cb85-cb40-4170-a56c-05701911e7de","description":"<p>All requests relating to the site Sign In process</p>\n","_postman_id":"ecb7cb85-cb40-4170-a56c-05701911e7de","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}}},{"name":"Sign Out","item":[{"name":"Get list of currently signed in Project Attendances","event":[{"listen":"prerequest","script":{"id":"095133c5-8d11-42ef-9d0c-0f221f1fe1f6","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"bd36578a-c1a7-403f-9761-f21890eef649","exec":[""],"type":"text/javascript"}}],"id":"575cff8c-37fc-43d9-9436-be0c7ce9e893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$filter=Cf_Project eq '{{Project}}' and Cf_Status eq IfsApp.SiteSignInOut.CfEnum_ProjectAttendanceStatus'CfEnum_SIGNED_IN'&$orderby=Cf_Sign_In_Time desc","description":"<p>Call to fetch list of all inductees currently signed in  for the given project.</p>\n","urlObject":{"path":["ProjectAttendanceSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"1"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Cf_Project eq '{{Project}}' and Cf_Status eq IfsApp.SiteSignInOut.CfEnum_ProjectAttendanceStatus'CfEnum_SIGNED_IN'"},{"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"Cf_Sign_In_Time desc"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"Cf_Sign_In_Time"},{"disabled":true,"description":{"content":"<p>Expand related entities, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionexpand\">OData Expand</a></p>\n","type":"text/plain"},"key":"$expand","value":"<string>"}],"variable":[]}},"response":[{"id":"21bdd02b-4ab7-416b-9805-cebb70101464","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"4632dd92-5e35-4ee2-95be-5fcb17af57be","name":"response body for entity array ProjectAttendance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_IN\"\n  },\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_OUT\"\n  }\n ]\n}"},{"id":"73dbec36-96bd-4c10-8220-7d66681dd389","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"9c4ae898-5afa-4603-8eb1-7b25d68eaa5d","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"ab154ff3-09d2-4798-94e1-6bd9461446f5","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"575cff8c-37fc-43d9-9436-be0c7ce9e893"},{"name":"Get Latest Sign In Record","event":[{"listen":"prerequest","script":{"id":"0e2fa06f-db18-4017-803a-61c6b884bb14","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"aa1df939-2d01-4a41-b251-6cd3a3d4cba7","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"AttendanceObjkey\", jsonData.Objkey);"],"type":"text/javascript"}}],"id":"83bc61da-976d-4848-97c0-76295cf6ad2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=1&$filter=Cf_Name eq '{{Name_Objid}}' and Cf_Project eq '{{Project}}' and Cf_Status eq IfsApp.SiteSignInOut.CfEnum_ProjectAttendanceStatus'CfEnum_SIGNED_IN'&$orderby=Cf_Sign_In_Time desc","description":"<p>Call to fetch the latest currently signed in record for a given Inductee</p>\n","urlObject":{"path":["ProjectAttendanceSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"1"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Cf_Name eq '{{Name_Objid}}' and Cf_Project eq '{{Project}}' and Cf_Status eq IfsApp.SiteSignInOut.CfEnum_ProjectAttendanceStatus'CfEnum_SIGNED_IN'"},{"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"Cf_Sign_In_Time desc"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"Cf_Sign_In_Time"},{"disabled":true,"description":{"content":"<p>Expand related entities, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionexpand\">OData Expand</a></p>\n","type":"text/plain"},"key":"$expand","value":"<string>"}],"variable":[]}},"response":[{"id":"09916404-4d7e-4d2c-b525-03ceb57afd6a","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"48f384fe-50ca-4029-8fd7-bf2066c4bedf","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"addc4df3-cbd7-449a-9b67-2f776f2f25b1","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"b0b177b7-f82e-43f1-aa3f-c2b2bef00a0b","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"e1b39ddd-a5a4-4206-9742-9acc61fc16f8","name":"response body for entity array ProjectAttendance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_IN\"\n  },\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_OUT\"\n  }\n ]\n}"}],"_postman_id":"83bc61da-976d-4848-97c0-76295cf6ad2c"},{"name":"Update Sign In record to Sign Out","event":[{"listen":"prerequest","script":{"id":"47542478-3858-443d-92bc-9310668b2e13","exec":[""],"type":"text/javascript"}}],"id":"c651fa26-2713-431c-a501-c1eee5b80aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"description":"<p>(Required) E-Tag, fetched from Get Latest Sign In Record</p>\n","key":"If-Match","value":"{{AttendanceEtag}}"},{"description":"<p>Prefer: return=minimal</p>\n","key":"Prefer","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Cf_Status\": \"CfEnum_SIGNED_OUT\",\n    \"Cf_Sign_Out_Time\": \"2021-01-18T14:30:00Z\",\n    \"Cf_Hours\": 6.5,\n    \"Cf_Supervisor_Signout\": \"CfEnum_FALSE\",\n    \"Cf_Terminal_O\": \"{{Terminal}}\"\n}"},"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='{{AttendanceObjkey}}')","description":"<p>The call needed to sign the inductee out. Executed via a PATCH and uses ETag and Objkey as the record identifier, therefore latest ETag and Objkey must be fetched prior to this update. Cf_Hours must be calculated by client (Cf_Sign_Out_Time - Cf_Sign_In_Time). Cf_Terminal_O should be set to Terminal ID.</p>\n","urlObject":{"path":["ProjectAttendanceSet(Objkey='{{AttendanceObjkey}}')"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"1f4aaf8e-13fc-4277-bc25-730be161ac21","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"description":"(Required) E-Tag","key":"If-Match","value":"<string>"},{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='')"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"6a17473c-cd30-4d71-b77b-1168fccfa26a","name":"response body for entity type ProjectAttendance","originalRequest":{"method":"PATCH","header":[{"description":"(Required) E-Tag","key":"If-Match","value":"<string>"},{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='')"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ETag\": \"It is a Text\",\n \"luname\": \"It is a Text\",\n \"keyref\": \"It is a Text\",\n \"Objgrants\": \"It is a Text\",\n \"Objkey\": \"It is a Text\",\n \"Cf_Name\": \"It is a Text\",\n \"Cf_Project\": \"It is a Text\",\n \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n \"Cf_Terminal\": \"It is a Text\",\n \"Cf_Status\": \"CfEnum_SIGNED_OUT\"\n}"},{"id":"a47b7dfb-b3fe-4107-b563-9896f349f83b","name":"Accepted","originalRequest":{"method":"PATCH","header":[{"description":"(Required) E-Tag","key":"If-Match","value":"<string>"},{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='')"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"e4420ce4-4cef-4b1e-a67f-95973bc07d5a","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"(Required) E-Tag","key":"If-Match","value":"<string>"},{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='')"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"eedb6c99-01b3-4db5-bcc3-cf22f9465f82","name":"No Content","originalRequest":{"method":"PATCH","header":[{"description":"(Required) E-Tag","key":"If-Match","value":"<string>"},{"description":"Prefer: return=minimal","key":"Prefer","value":"<string>"}],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet(Objkey='')"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"c651fa26-2713-431c-a501-c1eee5b80aee"}],"id":"5c36df14-d7c6-43d2-8264-f435c507c224","description":"<p>All requests relating to the site Sign Out process</p>\n","_postman_id":"5c36df14-d7c6-43d2-8264-f435c507c224","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}}},{"name":"Admin","item":[{"name":"Get list of Inductees","event":[{"listen":"test","script":{"id":"e5d263aa-f425-487f-aeb3-d6e6ff01e2b9","exec":[""],"type":"text/javascript"}}],"id":"4a133397-7369-411a-b147-3d64394aa1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet","description":"<p>Call to fetch list of all poject inductees</p>\n","urlObject":{"path":["ProjectInducteeSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Cf_Name eq '{{Name}}' and Cf_Project eq '{{Project}}'"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"<string>"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"<string>"},{"disabled":true,"description":{"content":"<p>Expand related entities, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionexpand\">OData Expand</a></p>\n","type":"text/plain"},"key":"$expand","value":"<string>"}],"variable":[]}},"response":[{"id":"0800166c-e72e-4f28-9f9b-8c97efb52b0e","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"2d95c122-0fb7-429e-8a29-6eb9c13b3c7e","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"33d824b4-d6af-4134-93c2-6038b6f727fc","name":"response body for entity array ProjectInductee","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Company\": \"It is a Text\",\n   \"Cf_Date_Completed\": \"2019-10-10\",\n   \"Cf_Holds_High_Risk_Lic\": true,\n   \"Cf_Induction_Number\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Questionnaire_Attached\": true,\n   \"Cf_Tickets_Attached\": true\n  },\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Company\": \"It is a Text\",\n   \"Cf_Date_Completed\": \"2019-10-10\",\n   \"Cf_Holds_High_Risk_Lic\": true,\n   \"Cf_Induction_Number\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Questionnaire_Attached\": true,\n   \"Cf_Tickets_Attached\": true\n  }\n ]\n}"},{"id":"40600a59-5baa-44fd-968c-1ff2b95b890a","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"4e45cb60-fc57-4000-97fd-f94116488928","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectInducteeSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectInducteeSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"4a133397-7369-411a-b147-3d64394aa1e7"},{"name":"Get list of Project Attendances","event":[{"listen":"prerequest","script":{"id":"4ce152d7-0aa3-420b-b950-d59ffee768cf","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"57a2811b-68ad-440b-8c2c-1b077771de0e","exec":[""],"type":"text/javascript"}}],"id":"a3f74f40-fa20-49f2-82db-42a6a4c703bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthBearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet","description":"<p>Call to fetch list of all inductees currently signed in  for the given project.</p>\n","urlObject":{"path":["ProjectAttendanceSet"],"host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"query":[{"disabled":true,"description":{"content":"<p>Show only the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop\">OData Paging - Top</a></p>\n","type":"text/plain"},"key":"$top","value":"1"},{"disabled":true,"description":{"content":"<p>Skip the first n items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip\">OData Paging - Skip</a></p>\n","type":"text/plain"},"key":"$skip","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Include count of items, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount\">OData Count</a></p>\n","type":"text/plain"},"key":"$count","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Filter items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\">OData Filtering</a></p>\n","type":"text/plain"},"key":"$filter","value":"Cf_Project eq '{{Project}}' and Cf_Status eq IfsApp.SignInOutApp.CfEnum_ProjectAttendanceStatus'CfEnum_SIGNED_IN'"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$orderby","value":"Cf_Sign_In_Time desc"},{"disabled":true,"description":{"content":"<p>Order items by property values, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby\">OData Sorting</a></p>\n","type":"text/plain"},"key":"$select","value":"Cf_Sign_In_Time"},{"disabled":true,"description":{"content":"<p>Expand related entities, see <a href=\"http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionexpand\">OData Expand</a></p>\n","type":"text/plain"},"key":"$expand","value":"<string>"}],"variable":[]}},"response":[{"id":"00675cfa-1b63-4e7c-87f8-3a340e88ed74","name":"response body for entity array ProjectAttendance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"value\": [\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_IN\"\n  },\n  {\n   \"ETag\": \"It is a Text\",\n   \"luname\": \"It is a Text\",\n   \"keyref\": \"It is a Text\",\n   \"Objgrants\": \"It is a Text\",\n   \"Objkey\": \"It is a Text\",\n   \"Cf_Name\": \"It is a Text\",\n   \"Cf_Project\": \"It is a Text\",\n   \"Cf_Sign_In_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Sign_Out_Time\": \"2019-10-01T01:01:01Z\",\n   \"Cf_Terminal\": \"It is a Text\",\n   \"Cf_Status\": \"CfEnum_SIGNED_OUT\"\n  }\n ]\n}"},{"id":"10b5bf2f-4426-4e43-8303-757f3737b2f5","name":"Accepted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"74300cb7-aadd-4959-a54e-b3f174aeeca7","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"acbf4e7e-c201-4c39-b8a6-7d3efa739296","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"},{"id":"c2518422-957c-4704-8443-b0dac3be0fdf","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc/ProjectAttendanceSet?$top=<integer>&$skip=<integer>&$count=<boolean>&$filter=<string>&$orderby=<string>&$select=<string>&$expand=<string>","host":["https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"],"path":["ProjectAttendanceSet"],"query":[{"key":"$top","value":"<integer>"},{"key":"$skip","value":"<integer>"},{"key":"$count","value":"<boolean>"},{"key":"$filter","value":"<string>"},{"key":"$orderby","value":"<string>"},{"key":"$select","value":"<string>"},{"key":"$expand","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"esse voluptate"}],"_postman_id":"a3f74f40-fa20-49f2-82db-42a6a4c703bd"}],"id":"8514118d-8bf2-4f16-8f69-0dc2e98471d7","description":"<p>All requests relating to the site Kiosk Administration</p>\n","_postman_id":"8514118d-8bf2-4f16-8f69-0dc2e98471d7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","id":"bdf1dce3-cb5a-40e5-aab2-cac8ca768f66","name":"SignInOutApp","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"837881f7-efbf-43d8-80bf-681ed26c0fb0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3f7f28e-44e7-4672-9f26-4c4b818f2ae2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://ifs-app:48080/int/ifsapplications/projection/v1/SignInOutApp.svc"},{"key":"Objkey","value":""}]}