Teamspace
Last updated
Last updated
GET /api/teamspace/ HTTP/1.1
Host: api-z2.zinkee.com
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"sort_order": 1,
"name": "text",
"resources": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"type": "SCHEMA",
"isInSpace": true,
"additionalProperties": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"additionalProperties": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]POST /api/teamspace/group/add HTTP/1.1
Host: api-z2.zinkee.com
Content-Type: application/json
Accept: */*
Content-Length: 137
{
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"order": 1,
"additionalProperties": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}DELETE /api/teamspace/group/delete/{groupId} HTTP/1.1
Host: api-z2.zinkee.com
Accept: */*
PUT /api/teamspace/group/update HTTP/1.1
Host: api-z2.zinkee.com
Content-Type: application/json
Accept: */*
Content-Length: 137
{
"folderId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"order": 1,
"additionalProperties": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}POST /api/teamspace/publish HTTP/1.1
Host: api-z2.zinkee.com
Content-Type: application/json
Accept: */*
Content-Length: 154
{
"resourceId": "123e4567-e89b-12d3-a456-426614174000",
"resourceType": "SCHEMA",
"resourceName": "text",
"targetGroupId": "123e4567-e89b-12d3-a456-426614174000"
}POST /api/teamspace/unpublish HTTP/1.1
Host: api-z2.zinkee.com
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"resourceId": "123e4567-e89b-12d3-a456-426614174000"
}