View all functions of a project domain

Learn about the GetProjectFunctions endpoint in the Project collection.

This API retrieves information about all functions available for a project domain.

API request

Sample

GET {{ServerURL}}/api/services/app/Project/GetProjectFunctions?domainId=4

Parameters

Parameter
Description

domainId

Unique identifier of the project's domain (for which you want to retrieve project functions).

Note: Whether or not you need to enter the project domain ID depends on your user account;

  • If you are working with a private solution, you might need to enter the project ID instead of the project domain ID.

  • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

This parameter can have the following values:

API response

Sample

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?