{ "info": { "_postman_id": "eb518fb1-476a-4234-8278-6037d407c65a", "name": "Unified.to account activity API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-eb518fb1-476a-4234-8278-6037d407c65a" }, "item": [ { "name": "ats", "item": [ { "name": "{connection_id}", "item": [ { "name": "activity", "item": [ { "name": "{id}", "item": [ { "name": "Remove an activity", "id": "f6616e79-770f-4efb-97b3-f1979cad05e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "variable": [ { "id": "4f0f4a74-0e4c-466b-80f6-6187417223a1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2f820d6d-20f9-432f-93bf-48aa9559112e", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "bb87df0b-0df8-4c6a-afd8-909e03d5ec28", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-bb87df0b-0df8-4c6a-afd8-909e03d5ec28" }, { "id": "de609d83-9ace-42e6-879d-c96fed55919d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-de609d83-9ace-42e6-879d-c96fed55919d" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-f6616e79-770f-4efb-97b3-f1979cad05e3" }, { "name": "Retrieve an activity", "id": "a92e8902-0664-46e5-b87b-9c3963f89206", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "409ebbcd-85f1-474b-acaa-71c84f44fe67", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ec7766f5-cb47-4e19-af9b-4a12298d13ca", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "d5f29c63-e396-431d-a656-845099ec8a56", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-d5f29c63-e396-431d-a656-845099ec8a56" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-a92e8902-0664-46e5-b87b-9c3963f89206" }, { "name": "Update an activity", "id": "5c107796-cd11-437c-8db7-018d276cc920", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e224ed6c-34b5-45f2-9049-a7da5d8f20db", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "27551f91-9e1c-4ce0-9db8-e385005afafa", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "7d0ec4bf-4b9e-4ecf-b212-e5a4148e5310", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-7d0ec4bf-4b9e-4ecf-b212-e5a4148e5310" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-5c107796-cd11-437c-8db7-018d276cc920" }, { "name": "Update an activity", "id": "5cec2235-8809-42c3-a9c4-3acddd24dd13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5a2efa91-7fdf-4b4d-a2d2-b316b9a59399", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "111c407b-d226-4d1a-b559-82f48a56aaf4", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "78cb6a82-2f40-4565-8d75-ae398683846a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-78cb6a82-2f40-4565-8d75-ae398683846a" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-5cec2235-8809-42c3-a9c4-3acddd24dd13" } ], "id": "d5629368-04d6-499d-a7d6-13b467ac448f", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-d5629368-04d6-499d-a7d6-13b467ac448f" }, { "name": "List all activities", "id": "3a2d29b8-1aa1-49c4-9115-0f24cb13e220", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&application_id=&candidate_id=&job_id=&document_id=&interview_id=&type=&fields=to&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The document ID to filter by", "key": "document_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6b1e482d-8411-4419-a457-6de663c0fa99", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "91381a71-86ad-49e2-9532-d4097af14094", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&application_id=&candidate_id=&job_id=&document_id=&interview_id=&type=&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The document ID to filter by", "key": "document_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"velit3\": -7974885.284329817\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"velit_826\": -15672365,\n \"sit_228\": false,\n \"exercitation_8\": \"nostrud reprehenderit\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-91381a71-86ad-49e2-9532-d4097af14094" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-3a2d29b8-1aa1-49c4-9115-0f24cb13e220" }, { "name": "Create an activity", "id": "08b83df4-400b-4bfb-ba54-399cad505161", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?fields=to&fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d4fbe642-3a42-48d0-b44e-b53be1efbd06", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "535bc52f-8b37-408d-ad4c-47e8e4a1a228", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?fields=to&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "to" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"elit_cec\": false,\n \"consectetur2c\": \"ea in\",\n \"anim_cb\": \"ut laborum tempor\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-535bc52f-8b37-408d-ad4c-47e8e4a1a228" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-08b83df4-400b-4bfb-ba54-399cad505161" } ], "id": "9f02ec0f-e608-4998-afd0-f9326d5ea802", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-9f02ec0f-e608-4998-afd0-f9326d5ea802" } ], "id": "dfa23bbe-0f0b-4be1-8493-16a592874bb6", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-dfa23bbe-0f0b-4be1-8493-16a592874bb6" } ], "id": "e55d5c47-f9f3-48cb-b788-38dbb240a334", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-e55d5c47-f9f3-48cb-b788-38dbb240a334" }, { "name": "lms", "item": [ { "name": "{connection_id}", "item": [ { "name": "activity", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Activity", "id": "3addd6ec-2149-442d-b8a0-e34f2029cd6e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "variable": [ { "id": "a7cbc4f5-a24d-4ef6-b679-65cacfdf9204", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0ea54bb0-1516-495b-a005-7d83ad4cd609", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "810c42d2-cb20-48d8-a442-6e8c95fb40a0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-810c42d2-cb20-48d8-a442-6e8c95fb40a0" }, { "id": "b4270dce-b6bd-461b-a519-946ef3e47da5", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-b4270dce-b6bd-461b-a519-946ef3e47da5" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-3addd6ec-2149-442d-b8a0-e34f2029cd6e" }, { "name": "Retrieve an Activity", "id": "47af3f46-9bd9-453b-89f2-293aa9f6a3b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=progress_percentage&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "progress_percentage" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "92681325-094f-4e1a-94ec-88896c8b0cb0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2314b3b3-92ad-4136-99fc-34d1c80c29b9", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "97821b26-9a03-4fda-b626-00fb4ee7f6f2", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-97821b26-9a03-4fda-b626-00fb4ee7f6f2" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-47af3f46-9bd9-453b-89f2-293aa9f6a3b3" }, { "name": "Update an Activity", "id": "f2366eab-1cd2-41c0-9a71-f096d91eec18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=progress_percentage&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "progress_percentage" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "583189f0-2796-4b0d-af80-7a5ab5061250", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "50f9fe24-72f1-4f74-a7e5-ca65050999f3", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "848a64a0-dfe5-46a2-bcba-b2ef257d7847", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-848a64a0-dfe5-46a2-bcba-b2ef257d7847" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-f2366eab-1cd2-41c0-9a71-f096d91eec18" }, { "name": "Update an Activity", "id": "07e87c1a-61e6-438b-9eae-791f1ac22571", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=progress_percentage&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "progress_percentage" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "098c6445-f2a2-4b22-947a-ea6d11eb18a5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6e6d7568-d42c-446c-9bf1-29854cf707a0", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "191ebbe0-a2ed-4128-a5af-773d7e6e3473", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity/:id?fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-191ebbe0-a2ed-4128-a5af-773d7e6e3473" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-07e87c1a-61e6-438b-9eae-791f1ac22571" } ], "id": "0580a68a-5e65-4e88-af68-3cfd37f58f0f", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-0580a68a-5e65-4e88-af68-3cfd37f58f0f" }, { "name": "List All Activities", "id": "9c46d8a8-e8c9-43b2-9166-8af2fe62637a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity?limit=&offset=&updated_gte=&sort=&order=&query=&content_id=&student_id=&course_id=&fields=progress_percentage&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The content ID to filter by", "key": "content_id", "value": "" }, { "description": "The student ID to filter by (reference to LmsStudent)", "key": "student_id", "value": "" }, { "description": "The course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "progress_percentage" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5f6b715a-b5c4-408a-8f04-4b7ddc2c7b99", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bb8ad7c7-d38f-4473-b023-6a0c074c5770", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity?limit=&offset=&updated_gte=&sort=&order=&query=&content_id=&student_id=&course_id=&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The content ID to filter by", "key": "content_id", "value": "" }, { "description": "The student ID to filter by (reference to LmsStudent)", "key": "student_id", "value": "" }, { "description": "The course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ex_a\": -94127505.00277948\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"Loremc\": false\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-bb8ad7c7-d38f-4473-b023-6a0c074c5770" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-9c46d8a8-e8c9-43b2-9166-8af2fe62637a" }, { "name": "Create an Activity", "id": "5967d27f-d379-4f27-bc3b-4e8a3784ba06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity?fields=progress_percentage&fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "progress_percentage" }, { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3e998159-3be1-4b72-868f-0487f5293f67", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5bb24ad7-fe4b-44b3-b36e-81cebad41b0b", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/activity?fields=is_completed&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_completed" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assigned_grade\": \"\",\n \"completed_at\": \"\",\n \"content_id\": \"\",\n \"course_id\": \"\",\n \"created_at\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"is_completed\": \"\",\n \"progress_percentage\": \"\",\n \"raw\": {\n \"ullamcoe\": 48818283.139231205,\n \"ad9\": -30547111,\n \"mollit14\": 18822231\n },\n \"started_at\": \"\",\n \"student_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-5bb24ad7-fe4b-44b3-b36e-81cebad41b0b" } ], "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-5967d27f-d379-4f27-bc3b-4e8a3784ba06" } ], "id": "358a70ef-0178-48bc-98fd-04a1735f6603", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-358a70ef-0178-48bc-98fd-04a1735f6603" } ], "id": "f56b8a8d-bc5e-47f9-9661-69af3f437e5c", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-f56b8a8d-bc5e-47f9-9661-69af3f437e5c" } ], "id": "e56104ab-cf37-4493-88ce-66c1f3320b59", "createdAt": "2026-07-28T03:22:34.000Z", "updatedAt": "2026-07-28T03:22:34.000Z", "uid": "35240-e56104ab-cf37-4493-88ce-66c1f3320b59" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }