Collection Item
Entity fields:
Example
POST /api/v1/organization/${ORGANIZATION_ID}/collection/"${COLLECTION_ID}/item/
{
"data": {
"type": "item",
"attributes": {
"category": "ENV",
"description": "random_description",
"hcl": false,
"key": "random_key",
"sensitive": true
}
}Supported Operations
organization Identifier
collection Identifier
Filters the collection of item using a 'disjoint' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Successful response
Successful response
organization Identifier
collection Identifier
Successful response
Successful response
organization Identifier
collection Identifier
item Identifier
Successful response
Successful response
organization Identifier
collection Identifier
item Identifier
Successful response
Successful response
No content
organization Identifier
collection Identifier
item Identifier
Successful response
Successful response
No content
Last updated
Was this helpful?