View all project domains

Learn about the GetProjectDomains endpoint in the Project collection

This API retrieves information about all project domains.

API request

Sample

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

API response

Sample

{
    "result": [
        {
            "domain_name": "No Domain",
            "creationTime": "2023-08-14T09:23:52.57",
            "active": true,
            "id": -1
        },
        {
            "domain_name": "Security & Safety",
            "creationTime": "2022-11-21T11:58:03.2381633",
            "active": true,
            "id": 2
        },
        {
            "domain_name": "Human wellbeing",
            "creationTime": "2022-11-21T15:58:03.2381633",
            "active": true,
            "id": 3
        },
        {
            "domain_name": "Digital user experience",
            "creationTime": "2022-11-21T16:58:03.2381633",
            "active": true,
            "id": 4
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

domain_name

Name of the project domain

creationTime

Exact date and time of creating the project domain

active

Indicates whether the project domain is active

id

Unique identifier of the project domain

Last updated

Was this helpful?