Get Workspace by ID
GET
/api/workspace/{id}
workspace
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plazbot.com/api/workspace/'
Response Response Example
[
{
"id": "string",
"userId": "string",
"name": "string",
"urlAvatar": "string",
"status": 0,
"deletionDate": "2019-08-24T14:15:22Z",
"lastOpenView": "string",
"masterOfStates": [
{
"id": "string",
"color": "string",
"name": "string",
"stateCode": "string",
"creationDate": "2019-08-24T14:15:22Z",
"isDefault": true
}
],
"masterOfProjects": [
{
"id": "string",
"color": "string",
"name": "string",
"stateCode": "string",
"creationDate": "2019-08-24T14:15:22Z",
"isDefault": true
}
],
"masterOfStages": [
{
"id": "string",
"name": "string",
"color": "string",
"creationDate": "2019-08-24T14:15:22Z"
}
],
"masterOfSegmentation": [
{
"id": "string",
"name": "string",
"creationDate": "2019-08-24T14:15:22Z"
}
],
"masterOfTags": [
{
"id": "string",
"color": "string",
"name": "string",
"status": 0,
"userCreation": "string",
"creationDate": "2019-08-24T14:15:22Z",
"userDelation": "string",
"delationDate": "2019-08-24T14:15:22Z"
}
],
"integrations": [
{
"id": "string",
"type": "string",
"isActive": 0,
"userCreation": "string",
"creationDate": "2019-08-24T14:15:22Z",
"srcName": "string",
"aliasName": "string",
"businessId": "string",
"codeCellphoneNumberId": "string",
"cellphoneNumber": "string",
"cellphoneNumberFormat": "string",
"facebookUserId": "string",
"facebookAppId": "string",
"newPin": "string",
"category": "string",
"facebookPageId": "string",
"tokenFacebookPage": "string",
"keyConfigschatGPT": [
{
"id": "string",
"name": "string",
"model": "string",
"apiKey": "string",
"isConnected": true
}
]
}
],
"creationDate": "2019-08-24T14:15:22Z",
"contactsCount": 0,
"tasksCount": 0,
"opportunitiesCount": 0,
"applicationPermissions": {
"crm": true,
"voip": true,
"encuestaSatisfaccion": true
}
}
]
Request
Path Params
id
string
required
Responses
Modified at 2025-04-21 20:14:54