Groups
Last updated
Last updated
Key | Type | Description |
---|---|---|
GET
https://api.tiledesk.com/v3/:project_id/groups
Allows an account to list all the groups of the project.
Name | Type | Description |
---|---|---|
Example
GET
https://api.tiledesk.com/v3/:project_id/groups/:id
Fetche the group by his or her id
Example:
POST
https://api.tiledesk.com/v3/:project_id/groups
Allows to add more groups.
Example:
PUT
https://api.tiledesk.com/v3/:project_id/groups/:id
Allows to update a group.
Example:
DELETE
https://api.tiledesk.com/v3/:project_id/groups/:id
Allows to delete a group.
Example:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
String
The unique identifier for the group which is given by Tiledesk.
name
String
The group name.
members
Array
The group members
trashed
Boolean
Determine if the group is deleted
attributes
Object
The custom attributes which are set for the group.
createdAt
String
The time when the group was created.
updatedAt
String
The time when the group was updated.
createdBy
String
The unique identifier of the row creator
id_project
String
The unique identifier of the project
project_id
string
the Project Id is a unique code assigned to your project when you create it in Tiledesk.
Authorization
string
authorization token. Basic Auth or JWT
id
string
the group identifier
project_id
string
the Project Id is a unique code assigned to your project when you create it in Tiledesk.
Authorization
string
authorization token. Basic Auth or JWT
project_id
string
The project_id is a unique code assigned to your project when you create it in Tiledesk
Authorization
string
authorization token. Basic Auth or JWT
Content-Type
string
use "application/json" value
name
string
The group name
members
array
The group members ids.
project_id
string
The project_id is a unique code assigned to your project when you create it in Tiledesk
id
string
The group identifier
Authorization
string
authorization token. Basic Auth or JWT
Content-Type
string
use "application/json" value
name
string
The group name
members
array
The group members ids.
project_id
string
The project_id is a unique code assigned to your project when you create it in Tiledesk
id
string
The group identifier
Authorization
string
authorization token. Basic Auth or JWT