From 719792893f3f913564f6946a58ab8d1d1dc964c1 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 22 Jan 2025 16:51:03 -0500 Subject: [PATCH] temporary json file for workato --- Custom_Templates/customer_templates/tmp.json | 61 ++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Custom_Templates/customer_templates/tmp.json diff --git a/Custom_Templates/customer_templates/tmp.json b/Custom_Templates/customer_templates/tmp.json new file mode 100644 index 00000000..a98f9052 --- /dev/null +++ b/Custom_Templates/customer_templates/tmp.json @@ -0,0 +1,61 @@ +{ +"data": [ + { + "type": "people", + "id": "9cdda8c0-5df8-4d41-8132-4eb447b869fa", + "attributes": { + "activated_at": "2024-10-08T08:37:31.604Z", + "created_at": "2024-10-08T08:37:31Z", + "custom_avatar_url": "https://uploads.mock?url=https://secure.gravatar.com/avatar/267fb939038d8706f17902c91acf97bb?d=identicon&s=200", + "disabled": false, + "email": "owner_217@school.com", + "first_name": "Ralph", + "full_name": "Ralph Educator", + "last_name": "Educator", + "name": "Ralph Educator", + "registration_status": "activated", + "unsubscribed": false, + "updated_at": "2024-10-08T08:37:31Z" + }, + "links": { + "self": { + "href": "https://api.northpass.com/v2/people/9cdda8c0-5df8-4d41-8132-4eb447b869fa", + "methods": [ + "get" + ] + }, + "teaching": { + "href": "https://app.northpass.com/people/9cdda8c0-5df8-4d41-8132-4eb447b869fa", + "methods": [ + "get", + "patch" + ] + } + }, + "relationships": { + "partnerships": { + "data": [ + { + "type": "partnerships", + "id": "8dc34d60-6b5a-43f8-8281-f2603c3e63bc" + } + ] + }, + "school": { + "data": { + "type": "schools", + "id": "cfbc6003-f1c4-4cd1-9329-d467ec76f861" + } + }, + "groups": { + "data": [ + { + "type": "groups", + "id": "cbab31ab-3cf1-43e2-8db3-1dc0ea7b4e71" + } + ] + } + } + } + ] + }