Workspace
Get workspace information
API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Workspace
Get workspace information
GET
/
activity
/
workspace
curl --request GET \
--url https://api.readmin.app/activity/workspace \
--header 'loader-id: <api-key>'
{
"groupId": "<string>",
"groupName": "<string>",
"owner": {
"reAdminId": "<string>",
"robloxId": "<string>"
},
"minSyncRole": 123,
"loaderId": "<string>",
"currentDistribution": 123,
"distributionPeriod": "manual",
"distributionDMs": true,
"premium": {
"is": true,
"subscriptionId": "<string>",
"planType": "basic",
"managedBy": {
"robloxId": "<string>",
"customerId": "<string>"
}
},
"tags": [
"Partner"
],
"created": "2023-11-07T05:31:56Z",
"syncing": true,
"lastSynced": "2023-11-07T05:31:56Z",
"trackedStaff": 123,
"brandColor": "red",
"overrideRoleMaximumSize": 123,
"banStatus": {
"is": true,
"reason": "<string>",
"bannedBy": "<string>"
}
}
Authorizations
Response
200
application/json
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.readmin.app/activity/workspace \
--header 'loader-id: <api-key>'
{
"groupId": "<string>",
"groupName": "<string>",
"owner": {
"reAdminId": "<string>",
"robloxId": "<string>"
},
"minSyncRole": 123,
"loaderId": "<string>",
"currentDistribution": 123,
"distributionPeriod": "manual",
"distributionDMs": true,
"premium": {
"is": true,
"subscriptionId": "<string>",
"planType": "basic",
"managedBy": {
"robloxId": "<string>",
"customerId": "<string>"
}
},
"tags": [
"Partner"
],
"created": "2023-11-07T05:31:56Z",
"syncing": true,
"lastSynced": "2023-11-07T05:31:56Z",
"trackedStaff": 123,
"brandColor": "red",
"overrideRoleMaximumSize": 123,
"banStatus": {
"is": true,
"reason": "<string>",
"bannedBy": "<string>"
}
}