cURL
curl --request GET \ --url https://api.firstanswer.ai/v1/action-plans/{action_plan_id}/ \ --header 'api-key: <api-key>'
{ "data": { "summary": "<string>", "opportunities": [ { "recommendation": "<string>", "reason": "<string>", "actions": [ { "title": "<string>", "description": "<string>", "urls_related": [ "<string>" ] } ], "priority": 123 } ] } }
Success
Show child attributes