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