Get Project Stages


    # Here is a curl example
    curl \
    X GET -H "Authorization:{token}" http://localhost:8888/api/Projects/GetProjectStages
    ?project_object_id=123&record_id=123

This method allows you to get all project stages for a specific record.

To get all project stages, you need to make a GET call to the following url: :
http://localhost:8888/api/Projects/GetProjectStages



    Result example :
    [
        {
        "stageid": "long",
        "description": "string",
        }
    ]

From Body Parameters

Field Parameter Type Type Description
project_object_id query long Project Object Id.
record_id query long Record Id. You can get from another method (http://localhost:8888/api/Objects/ObjectRecords).
Authorization header string Add Authorization header token