Skip to main content

V2 API: Get Project Custom Fields

Updated over a week ago

Note: This API creates custom fields for projects.

Public URL : https://api.virtualsaleportal.com/api/public/v2/get-custom-fields/project (GET)

Example Response:

{
"fields": [
{
"label": "Contract Approved",
"field_key": "m1_approved_date",
"type": "date_time"
},
{
"label": "Save Type",
"field_key": "save_type",
"type": "dropdown",
"options": [
{
"label": "None",
"value": "None"
},
{
"label": "Passive $100",
"value": "Passive $100"
},
{
"label": "Active $350",
"value": "Active $350"
}]
},
]
}
Did this answer your question?