Skip to main content

V2 API: Get Custom Fields With Values As Per Project

Updated over a week ago


​

Public URL: https://api.virtualsaleportal.com/api/public/v2/get-custom-fields/project/{:uniqueId}

(GET)

Note: The unique_id can be subhub_id or external_id.

Example Response:

{
"subhub_id": 5083,
"fields": [
{
"label": "Contract Approved",
"field_key": "m1_approved_date",
"type": "date_time",
"value": "2024-02-02T21:00:38.000Z"
},
{
"label": "NEM Paid invoice",
"field_key": "nem_paid_invoice",
"type": "file",
"value": [
"https://stp-sales-tool.s3.us-west-2.amazonaws.com/projects/5083/jljENPHsAm
CdB3l89CemZ14LegCBRUJV9njAfJO3.pdf"
]
},
]
}
Did this answer your question?