Here you find all available endpoints related to Followup CRM Pre-Qualification - Rules of Engagement. These endpoints are protected and you'll need an API Token.
In order to use the GET and POST requests, add to the header the following:
Key | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
/api/v1/file-data/pre-qualification/rules-of-engagement
Key | Description | Default |
---|---|---|
api_token string | REQUIRED |
The API token generated throught UI interface on Followup CRM platform. | None |
/api/v1/file-data/pre-qualification/rules-of-engagement?api_token=YOUR_API_TOKEN
{
"success": true,
"message": "Pre-Qualification Rules of Engagement Listing",
"data": [
{
"id": 1,
"team_id": 179,
"code": "RoF # 1",
"short_description": "RoF # 1",
"full_description": "RoF # 1",
"load_order": 0
},
{
"id": 2,
"team_id": 179,
"code": "RoF # 2",
"short_description": "RoF # 2",
"full_description": "RoF # 2",
"load_order": 0
}
]
}