Fetch specific Evaluation Instance
TODO: Resource-level docs
Fetch specific Evaluation Instance.
Path parameters
-
The unique string that we created to identify the trust_product resource.
-
The unique string that identifies the Evaluation resource.
GET /v1/TrustProducts/{TrustProductSid}/Evaluations/{Sid}
curl \
-X GET https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/Evaluations/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"policy_sid": "string",
"results": [],
"sid": "string",
"status": "compliant",
"trust_product_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"policy_sid": "string",
"results": [],
"sid": "string",
"status": "compliant",
"trust_product_sid": "string",
"url": "https://example.com"
}