Organization Widget
API for Organization Widget object
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Organization Widget List | Admin, Member | Admin | - | - | - |
Organization Widget Detail | Admin, Member | - | - | Admin * | Admin |
*Can only change is_archived
field.
Organization Widget List
GET
{{ base_url }} /organizations/organizationwidget/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Organization Widget List
POST
{{ base_url }} /organizations/organizationwidget/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
widget | object |
Organization Widget Detail
GET
{{ base_url }} /organizations/organizationwidget/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Organization Widget Detail
DELETE
{{ base_url }} /organizations/organizationwidget/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Last updated