Scripts
Get Script for Application
Use this API to retrieve script details for the specified application.
get/api/cmp/v1/applications/{id}/script-details
Path parameters
idstring uuid required
ID of the Application to retrieve a script of
Response
OK
Example response
{
"id": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"name": "CashPro Mobile-iOS",
"version": "202212.1.0",
"geoRuleId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"geoRuleName": "Europe Rule",
"platform": "IOS",
"lastPublishedStatus": "PUBLISHED",
"lastPublishedDate": "2024-01-15T14:30:45",
"lastPublishedVersion": "202212.1.0",
"lastPublishedBy": "Adithya H.",
"solution": "ONETRUST_SDK",
"publishedVersions": [
"202602.1.0",
"202212.1.1"
]
}