View all project functions

Learn about the GetProjectFunctionsAll endpoint in the Project collection

This API lets you retrieve information about all project functions.

API request

Sample

GET {{ServerURL}}/api/services/app/Project/GetProjectFunctionsAll

API response

Sample

{
    "result": [
        {
            "function_Name": "Anticipation of drivers' distraction",
            "motivation": "Imposed",
            "creationTime": "2022-11-10T11:58:03.2381633",
            "project_Domain_Id": 2,
            "id": 1
        },
        {
            "function_Name": "Employees' malicious patterns prediction (i.e. security staff of jewellery, bank, etc.)",
            "motivation": "Free",
            "creationTime": "2022-11-10T11:58:03.2381633",
            "project_Domain_Id": 2,
            "id": 2
        },
        {
            "function_Name": "Autonomous digital assistant to assess and support safety & security operators duties.",
            "motivation": "Imposed",
            "creationTime": "2022-11-10T11:58:03.2381633",
            "project_Domain_Id": 2,
            "id": 3
        },
        {
            "function_Name": "Detection of potential user malicious psychological profile (i.e. before flight onboarding)",
            "motivation": "Free",
            "creationTime": "2022-11-10T11:58:03.2381633",
            "project_Domain_Id": 2,
            "id": 4
        },
        {
            "function_Name": "Emotional skills enhancement for security staff (i.e. police)",
            "motivation": "Imposed",
            "creationTime": "2023-02-07T00:00:00",
            "project_Domain_Id": 2,
            "id": 14
        },
        {
            "function_Name": "Malicious patterns prediction in hiring process",
            "motivation": "Free",
            "creationTime": "2023-02-07T00:00:00",
            "project_Domain_Id": 2,
            "id": 15
        },
        {
            "function_Name": "Automation of conclusive and non-conclusive safety actions (i.e. stop a vehicle, warning signals)",
            "motivation": "Imposed",
            "creationTime": "2023-02-07T00:00:00",
            "project_Domain_Id": 2,
            "id": 16
        },
        {
            "function_Name": "Automation of CCTV supervision and automatisation of personalised actions based on specific triggers",
            "motivation": "Imposed",
            "creationTime": "2023-02-07T00:00:00",
            "project_Domain_Id": 2,
            "id": 17
        },
        {
            "function_Name": "Add Psychological wellbeing to health products for employees of critical infrastructures",
            "motivation": "Free",
            "creationTime": "2023-02-07T00:00:00",
            "project_Domain_Id": 2,
            "id": 18
        },
        {
            "function_Name": "Work out personalisation",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 3,
            "id": 5
        },
        {
            "function_Name": "High-performance athlete's training personalisation",
            "motivation": "Imposed",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 3,
            "id": 6
        },
        {
            "function_Name": "Real-time and historical data of the psychological well being of the employees",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 3,
            "id": 7
        },
        {
            "function_Name": "Users' psychological assessments in real-time (i.e. digital psychologist)",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 3,
            "id": 8
        }
        {
            "function_Name": "Irony detection",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 4,
            "id": 9
        },
        {
            "function_Name": "Music personalisation by emotions",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 4,
            "id": 10
        },
        {
            "function_Name": "Marketplace recommendations",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 4,
            "id": 11
        },
        {
            "function_Name": "Virtual soul recreation (i.e. personality) for bots and iNFT",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 4,
            "id": 12
        },
        {
            "function_Name": "Neuro-architecture",
            "motivation": "Free",
            "creationTime": "2022-11-25T00:00:00",
            "project_Domain_Id": 4,
            "id": 13
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

function_Name

Name of the function.

motivation

Motivation associated with the function.

creationTime

Exact date and time of creating the function.

project_Domain_Id

Unique identifier of the domain to which the function is associated.

id

Unique identifier of the function.

Last updated

Was this helpful?