afv-library/skills/platform-metadata-retrieve/examples/success_output.json

28 lines
674 B
JSON

{
"status": 0,
"result": {
"inboundFiles": [
{
"state": "Created",
"fullName": "AccountService",
"type": "ApexClass",
"filePath": "force-app/main/default/classes/AccountService.cls"
},
{
"state": "Created",
"fullName": "AccountService",
"type": "ApexClass",
"filePath": "force-app/main/default/classes/AccountService.cls-meta.xml"
},
{
"state": "Changed",
"fullName": "Account",
"type": "CustomObject",
"filePath": "force-app/main/default/objects/Account/Account.object-meta.xml"
}
],
"packages": [],
"warnings": []
}
}