Gets platform details for the workspace
Returns
Retrieve
from fragment import Fragment
client = Fragment()
platform = client.platform.retrieve()
print(platform.data){
"data": {
"created": "2024-01-13T00:00:00Z",
"displayName": "Acme Corp",
"workspaceId": "ws_1234567890",
"modified": "2024-01-14T00:00:00Z"
}
}Returns Examples
{
"data": {
"created": "2024-01-13T00:00:00Z",
"displayName": "Acme Corp",
"workspaceId": "ws_1234567890",
"modified": "2024-01-14T00:00:00Z"
}
}