prospects

Get Prospect Long text attribute value by id

get/v1/prospects/attribute

Query parameters

attributeIdstring required

Enter prospect attribute ID

prospectIdstring

Enter prospect ID

Response

Successfully fetched prospect attrubute value<br><br>

{"stackTrail":"paths:/v1/prospects/attribute:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"payload":{"message":"Successfully fetched prospect attrubute value","payload":{"payload":{"attributeId":"ZXdPd4PVoy","prospectId":"bwbJo2xMwE","fieldRefId":"MAwgK09lwN","attributeValue":"Prospect attribute value"}}}}}

Example response

{
  "payload": {
    "message": "Successfully fetched prospect attrubute value",
    "payload": {
      "payload": {
        "attributeId": "ZXdPd4PVoy",
        "prospectId": "bwbJo2xMwE",
        "fieldRefId": "MAwgK09lwN",
        "attributeValue": "Prospect attribute value"
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.