_getTags
Last updated
Returns the Tags of a Quote.
The ID of the Quote.
FM_api('Quote_getTags', [
'id' => '12345'
]
);"Test status1\nTest status2"If the "id" parameter is not set or has a value less than 1:
{"error":"missing or invalid parameter: id"}If the "id" parameter does not match the ID of an existing Quote:
Last updated
{"error":"invalid quote id"}