2024-10-24 17:37:08 +02:00
{
"info" : {
"name" : "Blink" ,
"description" : "" ,
"schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
} ,
"item" : [
{
"name" : "ActivatePerson" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/me/activation?q=3ac9c204de1676b54163ed8015c7af00" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"me" ,
"activation"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
"name" : "AddOrganizationAdmin" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/1/admins" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1" ,
"admins"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"personId\" : \"2\"\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
"name" : "bruno" ,
"event" : [ ]
} ,
{
2024-10-28 16:42:55 +01:00
"name" : "ChangeApplicationStatus" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-28 16:42:55 +01:00
"method" : "PATCH" ,
2024-10-24 17:37:08 +02:00
"header" : [ ] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/joboffers/applications/5" ,
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"applications" ,
"5"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
2024-10-28 16:42:55 +01:00
"raw" : "{\n \"status\": \"ACCEPTED\"\n}" ,
2024-10-24 17:37:08 +02:00
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-28 16:42:55 +01:00
{
"name" : "CreateApplication" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [ ] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-28 16:42:55 +01:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/joboffers/1/applications" ,
"protocol" : "http" ,
2024-10-28 16:42:55 +01:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"1" ,
"applications"
2024-10-28 16:42:55 +01:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
2024-10-24 17:37:08 +02:00
{
"name" : "CreateJobOffer" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/1/joboffers" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1" ,
"joboffers"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"title\" : \"NodeJS developer\",\n \"description\" : \"We are looking for NodeJS developers which can help us build Blink\",\n \"salaryFrequency\": \"YEARLY\",\n \"salary\": [20000, 23000],\n \"salaryCurrency\": \"EUR\",\n \"location\" : \"Rome\",\n \"remote\": \"PARTIALLY\",\n \"contractType\": \"PART-TIME\",\n \"tags\" : [\"javascript\"]\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
"name" : "CreateOrganization" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"name\" : \"Blink Inc.\",\n \"location\" : \"Napoli, Italy\",\n \"description\" : \"Blink is a privacy-respecting business-oriented social media platform focused on fostering connections between businesses and individuals, propelling careers and sparking innovation in the professional world.\"\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-28 16:42:55 +01:00
{
"name" : "DeleteApplication" ,
"event" : [ ] ,
"request" : {
"method" : "DELETE" ,
"header" : [ ] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-28 16:42:55 +01:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/joboffers/applications/6" ,
"protocol" : "http" ,
2024-10-28 16:42:55 +01:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"applications" ,
"6"
2024-10-28 16:42:55 +01:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"jobApplicationId\": 1\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-24 17:37:08 +02:00
{
"name" : "DeleteJobOffer" ,
"event" : [ ] ,
"request" : {
"method" : "DELETE" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/joboffers/3" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"3"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "DeleteOrganization" ,
"event" : [ ] ,
"request" : {
"method" : "DELETE" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/1" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "DeletePerson" ,
"event" : [ ] ,
"request" : {
"method" : "DELETE" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/me" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"me"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "FilterOrganizationByPrefix" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/filter" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"filter"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n\t\"name\" : \"bli\"\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-31 15:54:31 +01:00
{
"name" : "GetApplicantsByJobOffer" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [ ] ,
"auth" : null ,
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/joboffers/1/applications" ,
"protocol" : "http" ,
"host" : [
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"1" ,
"applications"
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-28 16:42:55 +01:00
{
"name" : "GetApplicantsByOrganization" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [ ] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-28 16:42:55 +01:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/1/joboffers/applications" ,
"protocol" : "http" ,
2024-10-28 16:42:55 +01:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1" ,
"joboffers" ,
"applications"
2024-10-28 16:42:55 +01:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
2024-10-24 17:37:08 +02:00
{
"name" : "GetJobOffers" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/1/joboffers/" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1" ,
"joboffers" ,
""
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
2024-10-28 16:42:55 +01:00
{
"name" : "GetMyApplications" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [ ] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-28 16:42:55 +01:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/joboffers/applications/mine" ,
"protocol" : "http" ,
2024-10-28 16:42:55 +01:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"joboffers" ,
"applications" ,
"mine"
2024-10-28 16:42:55 +01:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
2024-10-24 17:37:08 +02:00
{
"name" : "GetMyself" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/me" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"me"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "GetOrganization" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/organizations/1" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "GetPerson" ,
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/1/details" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"1" ,
"details"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
2024-10-31 15:54:31 +01:00
{
"name" : "InsertContactInfo" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [ ] ,
"auth" : null ,
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/persons/myself/contactinfos" ,
"protocol" : "http" ,
"host" : [
"localhost:3000"
] ,
"path" : [
"persons" ,
"myself" ,
"contactinfos"
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
2024-10-24 17:37:08 +02:00
{
"name" : "Login" ,
"event" : [ ] ,
"request" : {
"method" : "POST" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/me/token" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"me" ,
"token"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"email\": \"john@mail.org\",\n \"password\": \"password\"\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
2024-10-30 15:36:50 +01:00
"name" : "Register" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-30 15:36:50 +01:00
"method" : "POST" ,
2024-10-24 17:37:08 +02:00
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/persons" ,
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
2024-10-30 15:36:50 +01:00
"raw" : "{\n \"email\" : \"john@mail.org\",\n \"password\" : \"password\",\n \"displayName\" : \"John Doe\",\n \"aboutMe\" : \"I am a passionate software engineer\",\n \"qualification\" : \"Software Engineer\"\n}" ,
2024-10-24 17:37:08 +02:00
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
2024-10-31 15:54:31 +01:00
"name" : "RequestNewPassword" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-31 15:54:31 +01:00
"method" : "POST" ,
2024-10-24 17:37:08 +02:00
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-31 15:54:31 +01:00
"raw" : "http://localhost:3000/api/resetpassword/request" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
2024-10-31 15:54:31 +01:00
"resetpassword" ,
"request"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
2024-10-31 15:54:31 +01:00
"raw" : "{\n \"email\": \"john@mail.org\"\n}" ,
2024-10-24 17:37:08 +02:00
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
2024-10-31 15:54:31 +01:00
"name" : "RemoveOrganizationAdmin" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-31 15:54:31 +01:00
"method" : "DELETE" ,
2024-10-24 17:37:08 +02:00
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-31 15:54:31 +01:00
"raw" : "http://localhost:3000/api/organizations/1/admins/me" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
2024-10-31 15:54:31 +01:00
"organizations" ,
"1" ,
"admins" ,
"me"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
2024-10-30 15:36:50 +01:00
"name" : "ResetNewPassword" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-30 15:36:50 +01:00
"method" : "POST" ,
2024-10-24 17:37:08 +02:00
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/resetpassword/reset" ,
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"resetpassword" ,
"reset"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
2024-10-30 15:36:50 +01:00
"raw" : "{\n \"secret\": \"360837853e2d3cf799c709b44720b4e3\",\n \"password\": \"password\"\n}" ,
2024-10-24 17:37:08 +02:00
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
2024-10-30 15:36:50 +01:00
"name" : "UpdateOrganization" ,
2024-10-24 17:37:08 +02:00
"event" : [ ] ,
"request" : {
2024-10-30 15:36:50 +01:00
"method" : "PATCH" ,
2024-10-24 17:37:08 +02:00
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
2024-10-30 15:36:50 +01:00
"raw" : "http://localhost:3000/api/organizations/1" ,
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"organizations" ,
"1"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
2024-10-30 15:36:50 +01:00
"raw" : "{\n \"name\": \"Blink Inc.\",\n \"location\": \"Naples (Campania), Italy\",\n \"description\": \"Blink is a privacy-respecting business-oriented social media platform focused on fostering connections between businesses and individuals, propelling careers and sparking innovation in the professional world. Think of it as an open-source alternative to LinkedIn.\"\n}" ,
2024-10-24 17:37:08 +02:00
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
} ,
{
"name" : "UpdatePerson" ,
"event" : [ ] ,
"request" : {
"method" : "PATCH" ,
"header" : [
{
"key" : "Content-Type" ,
"value" : "application/json" ,
"disabled" : false ,
"type" : "default"
} ,
{
"key" : "User-Agent" ,
"value" : "insomnia/2023.5.8" ,
"disabled" : false ,
"type" : "default"
}
] ,
2024-10-30 15:36:50 +01:00
"auth" : null ,
2024-10-24 17:37:08 +02:00
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/me" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
2024-10-24 17:37:08 +02:00
"host" : [
2024-10-30 15:36:50 +01:00
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"me"
2024-10-24 17:37:08 +02:00
] ,
"query" : [ ] ,
"variable" : [ ]
} ,
"body" : {
"mode" : "raw" ,
"raw" : "{\n \"displayName\": \"John Junior Doe III\",\n \"dateOfBirth\": \"1970-01-01\",\n \"openToWork\": \"false\",\n \"placeOfLiving\": \"Oslo, Norway\",\n \"aboutMe\": \"I am a passionate software engineer, but I also love art and music\",\n \"new_password\": \"password\",\n \"old_password\": \"password\",\n \"qualification\" : \"Software Engineer at Blink Inc. & Google LLC\",\n \"visibility\": \"EVERYONE\",\n \"oldPassword\": \"password\",\n \"newPassword\": \"password\"\n}" ,
"options" : {
"raw" : {
"language" : "json"
}
}
}
}
2024-10-30 15:36:50 +01:00
} ,
{
2024-10-31 15:54:31 +01:00
"name" : "GetContactInfosByPerson" ,
2024-10-30 15:36:50 +01:00
"event" : [ ] ,
"request" : {
"method" : "GET" ,
"header" : [ ] ,
"auth" : null ,
"description" : "" ,
"url" : {
2024-10-31 15:54:31 +01:00
"raw" : "http://localhost:3000/api/persons/1/contactinfos" ,
2024-10-30 15:36:50 +01:00
"protocol" : "http" ,
"host" : [
"localhost:3000"
] ,
"path" : [
"api" ,
2024-10-31 15:54:31 +01:00
"persons" ,
2024-10-30 15:36:50 +01:00
"1" ,
2024-10-31 15:54:31 +01:00
"contactinfos"
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
} ,
{
"name" : "DeleteContactInfo" ,
"event" : [ ] ,
"request" : {
"method" : "DELETE" ,
"header" : [ ] ,
"auth" : null ,
"description" : "" ,
"url" : {
"raw" : "http://localhost:3000/api/persons/contactinfos/2" ,
"protocol" : "http" ,
"host" : [
"localhost:3000"
] ,
"path" : [
"api" ,
"persons" ,
"contactinfos" ,
"2"
2024-10-30 15:36:50 +01:00
] ,
"query" : [ ] ,
"variable" : [ ]
}
}
2024-10-24 17:37:08 +02:00
}
] ,
"variable" : [ ]
}