User Collections
GET/api/v30.00/current/collections
x-prisma-cloud-target-env: {"permission":"accessUI","saas":true,"self-hosted":true}
x-public: true
UserCollections returns collections in the current project that the user has permission to access
Request
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
color common.Color
Color is a hexadecimal representation of color code value
name string
Unique name associated with this collection.
[
{
"color": "string",
"name": "string"
}
]
Loading...