Summary
Get a list of pinned items.
Description
Fetches a list of pinned items based on the input parameters. The list of pinned items are specific to the current user or actor. This api supports pagination.
Route
POST /configuration_manager/pins/fetch
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
options | object | yes | Contains items which will be passed in the db search query. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
pins | object | Returns the list of pins and the total count. |